This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
Releases: onivim/oni
Releases · onivim/oni
v0.1.7.1
- 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
v0.1.6
v0.1.5
- 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)