- vsync options
- clicking in buffer to move current line selection/char selected
- camera is clamped to avoid oob
- highlight line background setting
- files saved w 0644 perms
- piecetable now embedded into phi code rather than as an external lib
- dialog box warnings for unsaved buffers
- open file command
- piece table implementation backing the editor
- (disabled) scrolling animations
- buffer focus swapping bug fixes
- move left/right word fixes
- debug mode
- remove alt f4 hack
- font fixes
- close buffer behaviour fixes
- page up/down move the cursor with the scroll
- return key bug fixes
- cursor scrolls if we move out of the buffer bounds
- fixed awful hangs from memory allocation bug (mostly in the rendering library)
- patch to the rendering library strife which completely fixes the stability problems of the editor
- lines are now padded
- ctrl left/right to switch buffers
- line numbers/columns are no longer 0 indexed
- meta panel with buffer info
- escape key now handled correctly
- windows bug fixes
- windows binary added to release!
- command palette fixes
- gutter width is now corrected
- goto line command
- windows icon properly set for win10
- Command palette triggered by the ctrl+p shortcut
- Various bug fixes
- Closing buffers correctly