Skip to content

Tags: tim-harding/neophyte

Tags

0.2.5

Toggle 0.2.5's commit message
Added a desktop file for Linux packaging

0.2.4

Toggle 0.2.4's commit message
- New Lua APIs:

  - Raw input events
  - Frame rendered events
  - Fullscreen
- Addressed crash on startup
([issue](#13))
- Fixed positioning of offscreen floats
([issue](#8))
- Only set BG override for transparent windows to address confusion with example
config ([issue](#10))
- Fixed cursor blink and highlight
([issue](#10))
- Switched to `font-kit` for font loading
([issue](#10))
- 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

0.2.2

Toggle 0.2.2's commit message
Only run setup when in Neophyte

0.2.0

Toggle 0.2.0's commit message
Preparing for 0.2.0 release