Releases: tim-harding/neophyte
Releases · tim-harding/neophyte
0.3.0
- feat: Native commandline and messages with new --messages flag. This can be used in place of Noice.
- feat: Commandline help text
- fix: Fixed scroll region from grid_scroll events
- fix: Handle new win_viewport_margins event
- fix: Limit rerendering when no animation is playing
- chore: Update Winit and Wgpu
0.2.4
- New Lua APIs:
- Raw input events
- Frame rendered events
- Fullscreen
- Addressed crash on startup (issue)
- Fixed positioning of offscreen floats (issue)
- Only set BG override for transparent windows to address confusion with example
config (issue) - Fixed cursor blink and highlight (issue)
- Switched to
font-kit
for font loading (issue) - Removed use of Neovim ext_hlstate which caused freezes
- Removed nonuniform sampling graphics requirement
- Handling new Neovim
chdir
events - Pass commandline arguments following
--
to Neovim - Fixed underline positioning for multiple windows
- Fixed reversed highlight colors not rendering
- Sending window focus events to Neovim
- Fixed cursor drag handling
- Set window title
- Ignore scroll events when switching buffers
- Only run setup code when running inside of Neophyte
Full Changelog: 0.2.4...0.2.4
0.2.0
Initial public release of Neophyte.