Releases: felixangell/phi
Releases · felixangell/phi
v0.1.8
- 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
v0.1.7
Quick patch for a bug in the piece table implementation
v0.1.6
- 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
v0.1.5
- 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)
v0.1.4
- patch to the rendering library strife which completely fixes the stability problems of the editor
v0.1.3
- lines are now padded
- ctrl left/right to switch buffers
- line numbers/columns are no longer 0 indexed
v0.1.2
- 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
v0.1.1
- Command palette triggered by the ctrl+p shortcut
- Various bug fixes
- Closing buffers correctly
v0.1.0
gitignore binary