NEWS 2.8 KB

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