1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- ========== Version 1.7 <2024-02-29> ==========
- New Features:
- - #68 Allow the inputting of control characters (C-q)
- - Added `esc j jumpline` command
- - quickly jump to a line on the current page (similar to avy)
- - Added `esc k jumpword` command
- - quickly jump to a "word" starting with the input char
- - #72 Added support to change the tabbing size and space-based tab
- size
- Enhancements:
- - #75 Fixed not being able to tab-complete files with spaces in the
- names.
- - this also allows you open files with spaces in the names now
- - Use PREFIX in makefile
- - Prevent render of things that don't need rendered
- - This helps on slower terminal emulators or slow SSH connections
- - new window max column property
- - only updates the information in the modeline, not the entire
- thing
- - Use a tempfile for creating backup file
- - this makes ait a little more portable by allowing the creation
- of backup files on systems that limit ait in open a single file
- at a time. This was happening on my very old Raspberry Pi.
- - When jumping from quotes, if there is an escaped quote inside it
- will now jump over it.
- Bugs:
- - #69 Fix clipboard pasting bug
- - #51 Fix inefficiency with the block comment syntax detector
- - this is actually still inefficient but the new rendering stuff
- prevents it from being visible
- - "not bound" error when performing keyboard macro
- - C-m and other crashes on blank buffers
- - Added note about backups not saving due to '~'
- - #63 duplicate modelines on NetBSD
- - fixed by comparing the leftover lines/columns and adjusting the
- buffers so
- - Fixed pasting not reframing sometimes
- - Fixed persistent column breaking when on non-left aligned windows
- - Fixed pasting reframing too early (causing the screen to jump
- - Fixed being able to use numeric arguments on some keybinds
- - C-z, C-s, and many others
- - Fixed backup files not working on armv6 RPI
- ========== Version 1.6 <2023-12-15> ==========
- Features:
- - #59 Action-based undo/redo
- - 8addff324d (l)ast command for query-replace
- Enhancements:
- - #67 opening two or more files with line number args messes things up
- - #66 jump to char doesn't update persistent column if it goes off line
- - #65 Sometimes characters on the first row disappear
- - #64 Point jumps to end of line if line is almost as long as there are cols and there is a tab char
- - #62 numeric argument doesn't work with insert
- - #61 can't open files with colons in them with open-command
- - #58 Reframing Issues
- - #57 Carrier Returns break everything
- - #53 paste/yank in msgline
- Bugs:
- - #59 fixed undo/redo issues
- - #54 removed mouse support
- - c1206d7fcf and 8fb34dad08 increased filename and buffer name size limits
- - many bug fixes related to line and row numbering (5ea8e6fd73, e7af131c06, etc.)
- - fixed many other smaller bugs
- * Version <1.6
- No news for this, so sad.
|