10000 Releases Β· nwrenger/omega Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: nwrenger/omega

0.5.1

02 Apr 16:58
Compare
Choose a tag to compare

Changes && Bug Fixes

  • πŸ› Fixed max width calculations
  • πŸ”§ Code format fixes
  • ...

Full Changelog: 0.5.0...0.5.1

0.5.0

01 Apr 22:37
3e7b7af
Compare
Choose a tag to compare

Changes && Bug Fixes

  • ✨ Improved performance drastically by now using a Rope (from the ropey crate) as the file buffer
  • πŸ”§ Moved for all systems to crossterm as their backend
  • ✨ Minor updates to the key bindings, look for that in the docs or info page of omega
  • πŸ› Fixed tabs not being rendered
  • πŸ”§ Updated key bindings in docs and in omega
  • πŸ”§ Added a note for macOS in docs
  • ✨ Updated text of unsaved changes dialog on quitting
  • ✨ Updated screenshot
  • ...

Full Changelog: 0.4.4...0.5.0

0.4.4

22 Mar 11:20
Compare
Choose a tag to compare

Changes && Bug Fixes

  • πŸ› Fixed coloring issue on macOS
  • πŸ”§ Added note for non-functional scrolling to README
  • πŸ› Updated dependencies which fixed some minor issues
  • πŸ”§ Fixed docs
  • ...

Full Changelog: 0.4.3...0.4.4

0.4.3

15 Jul 21:31
Compare
Choose a tag to compare

Changes && Bug Fixes

  • πŸš‘ Fixed vertical scrolling via arrows not working as expected
  • ...

Full Changelog: 0.4.1...0.4.3

omega 0.4.1

15 Jul 16:13
Compare
Choose a tag to compare

Changes && Bug Fixes

  • πŸ› Fixed spelling and generalized naming
  • πŸ› Fixed error messages
  • πŸ› Fixed deleting
  • πŸ› Fixed debugger scrollbar not being intractable
  • πŸ› Fixed EditArea scrolling via cursor
  • πŸ› Fixed adding directories (added an error message where one is expected to occur)
  • ...

Full Changelog: 0.4.0...0.4.1

omega 0.4.0

15 Jul 01:36
799b83a
Compare
Choose a tag to compare

Changes

  • ✨ Updated system specific Backends to be only needed where the coloring isn't working on crossterm, here macOS which has to use ncurses because of that
  • ✨ Added Quick Access and put in command mode all global shortcuts -> Reduced the amount of global shortcuts
  • ✨ Added a global shortcut (Esc) for closing the current Dialog
  • πŸ› Fixed horizontal view not aligning correctly in Rename view
  • ...

Full Changelog: 0.3.6...0.4.0

omega 0.3.6

21 Apr 13:37
Compare
Choose a tag to compare

✨ Changes:

  • πŸ› Fixed bugs with the cursor caching
  • πŸ› Fixed scroll related issues
  • ✨ Now the scroll offset will be cached and applied, so now the editor will "remember" the scroll of files
  • ✨ Updated README
  • πŸ”§ Refactored code
  • ...

Full Changelog: 0.3.5...0.3.6

omega 0.3.5

18 Apr 17:56
Compare
Choose a tag to compare

✨ Changes:

  • πŸ› Fixed vertical scrollbar be sometimes not being intractable
  • ✨ Improved vertically moving the mouse via the arrow keys by remembering its column
  • πŸ”§ Major refactor
  • ...

Full Changelog: 0.3.4...0.3.5

omega 0.3.4

15 Apr 17:36
Compare
Choose a tag to compare

✨ Changes:

  • ✨ Added line numbering
  • ✨ Added cursor to state
  • ...

Full Changelog: 0.3.3...0.3.4

omega 0.3.3

06 Apr 11:59
Compare
Choose a tag to compare

✨ Changes:

  • πŸ› Fixed Title not updating on save
  • πŸ”§ Major refactor
  • …

Full Changelog: 0.3.2...0.3.3

0