Skip to content

Releases: raphamorim/rio

v0.0.7

20 Jun 09:57
Compare
Choose a tag to compare
  • Breaking changes for configuration file regarding Style property.

before:

perfomance = "High"
[style]
font-size = 18
theme = "lucario"

now:

perfomance = "High"
theme = "lucario"
font-size = 18
  • Fix Background color not entirely set on vim #88
  • Scroll now works for x11 and wayland.
  • No longer renders to macos and x11 windows that are fully occluded / not directly visible.
  • Introduced window-opacity config property for WebAssembly and Wayland builds.
  • Add permissions instructions to Rio macos builds (Fix #99).
  • Fixes for x11 and wayland rendering (Related: #98 and #100).
  • Perfomance fixes (Related: #101).
  • Sugarloaf WebAssembly support.
  • Fixed resize for all contexts: removed the glitch when resizing and switching between tabs.
  • Fixed cursor incosistencies #95.
  • Added command line interface support (--help, --version, -e and --command).
  • Added a fallback for WPGU request device operation: downlevel limits, which will allow the code to run on all possible hardware.
  • Added padding-x to configuration.
  • Reload automatically when the configuration file is changed (#69).
  • Fix Ctrl+D.
  • Fix exit command not closing the app (#87).
  • Changed default light-black color.

v0.0.6

06 Jun 19:18
Compare
Choose a tag to compare
  • Tabs support.
  • Update default colors for tabs/tabs-active.
  • Fix: support to clipboard in linux by @joseemds.
  • Font style for custom fonts by @OlshaMB (closed #80 and #81)
  • Text styles Underline and Strikethrough (closed #79).
  • Fix rendering tab and hidden chars by replacing to space by @niuez, (closed #56).
  • Block cursor hover a character and still allow it to be visible.
  • Support to caret Beam and Underline cursor #67 by @niuez.
  • Fix panics if custom font is not found #68.
  • MacOs ignore alt key in cntrlseq (same behavior as Terminal.app, Hyper, iTerm and etecetera).

v0.0.5

30 May 16:29
Compare
Choose a tag to compare
update relative_url

v0.0.4

24 May 09:59
Compare
Choose a tag to compare
  • Fix CPU large usage when scrolling.
  • Task scheduler.
  • Copy feature.
  • Selection feature (selection doesn't work when scrolling yet).
  • Change default cursor icon for Text (winit::window::CursorIcon).
  • Scroll bottom when display offset is different than zero.
  • Fix for user interaction "close Rio terminal" using UI interface (ExitWithCode(0)).
  • Hide cursor when typing and make it visible again with scroll and cursor interactions.
  • Implementation of paste files to string path.

v0.0.3

19 May 15:51
Compare
Choose a tag to compare
  • Added Input Method Engine (IME) support. Note: only works for preedit with single character now, which means that still need to fix for other keyboards as Japanese, Chinese [...]
  • Common Keybindings and keybindings for MacOS
  • Allow to configure option-as-alt for Winit on MacOs. Issue originally bought by Alacritty on Winit (rust-windowing/winit#768).
  • Allow to configure environment variables through config file.
  • Stabilization of Sugarloaf render on emojis, symbos and unicode.