Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Releases: onivim/oni

v0.1.7.1

17 Jan 13:39
Compare
Choose a tag to compare
v0.1.7.1 Pre-release
Pre-release
  • Switch render strategy from Canvas -> DOM (support ligatures)
  • Autocompletion fix - #164 - thanks @Rafi993 !
  • Update app menu to be specific to Oni - #147 - thanks @Rafi993 !
  • When running from command line, the oni command now immediately exits (#150, #152) - thanks @Rafi993 !
  • Customizable beep sound, configurable via the oni.audio.bellUrl option in config.js
  • Font setting fixes - #131 - thanks @kybaeus !

v0.1.6.1

29 Dec 20:11
Compare
Choose a tag to compare
v0.1.6.1 Pre-release
Pre-release
  • Bump package.json version (missed in 0.1.6 release)

v0.1.6

29 Dec 20:05
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
  • Support CJK characters (characters that take multiple screen cells) - #126
  • Fix for QuickInfo sizing / signature completion - #51 (thanks @keforbes !)
  • Some plugin refactoring in support for incoming features (markdown preview, dynamic UI integration from plugins)

v0.1.5

20 Dec 14:48
Compare
Choose a tag to compare
  • Added ability to cycle through instances via /
  • Added 'tasks' provider, which works with package.json and launch.json file, accessible via (Control+Shift+P)
  • Fix bug with last line rendering / scrolling (#112)
  • Fix bug with initial UI rendering (#106)
  • Fix for autocompletion (#91) - thanks @keforbes !
  • Render VIM popupmenu with new UI (integrate popupmenu_external - #9)

0.1.4

14 Dec 15:11
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • Push from Linux to address LF/CRLF issues (Thanks @keforbes for the investigation!)

0.1.3

10 Dec 03:10
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • Mousewhell scrolling (Thanks @bert88sta !)
  • Transparent icon (Thanks @keforbes !)
  • HDPI rendering
  • Alt+Tab bug fix (thanks @JakubJecminek !)

0.1.2

07 Dec 13:39
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • Linux fixes
    • Default font configuration (Addresses #37 - thanks @JakubJecminek !)
    • npm postinstall fix (Addresses #19)
  • Line endings fix for oni\cli (#36)

0.1.1

03 Dec 22:01
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Scrollbar
  • Smoother quick info / completion animations
  • Performance improvements
  • Fix for running on OSX