NEWS 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. ========== Version 1.12 <TBA> ==========
  2. New:
  3. - #29, shell command history
  4. - use up/down/C-p/C-n while in shell/open command msgline to
  5. traverse up and down the shell history.
  6. - #52, output shell command to buffer
  7. - prefix your shell command with > to do this. If you need the
  8. ! prefix then do this: !>
  9. Enhancements:
  10. - better file reading for shell/open command
  11. - #109, kill ring works in msgline
  12. - C-u (switch-command) is now C-c on switch-buffer
  13. - Fixed transpose-word to work better
  14. - also fixes the undo bug with this function
  15. Bugs:
  16. - fixed bug with syntax highlighing ending html tags in html, jsx,
  17. and tsx mode.
  18. - i.e. <div>test</div>
  19. - #110, clipboard memory buffer overflow
  20. - this also fixes some issues that may arise with undo
  21. ========== Version 1.11 <2025-03-24> ==========
  22. New:
  23. - added a way to substitute current buffer filename, column
  24. number, and line number in shell command (esc x)
  25. - all supported modes have basic syntax
  26. Enhancements:
  27. - #102, dynamic-expand is working as expected now
  28. - #40, OpenBSD support
  29. - better shell commnand support
  30. - This applies to open command and shell command only. The switch
  31. command still uses popen
  32. - better GNU/Linux support
  33. Bugs:
  34. - fixed a bug jump to quote bug introduced in 1.10
  35. - fixed clipboard gibberish on NetBSD
  36. - fixed comment or string highlight from miscoloring the entire
  37. page after a buffer change
  38. - finally fixed version and help stuff
  39. - many memory bugs on GNU/Linux systems
  40. - better clipboard pasting on GNU/Linux
  41. - gotocolumn not working on any non-left bound window
  42. - fixed endless looping on delete-between
  43. - fixed bug where opening two files with the same name doesn't open
  44. the first one (i.e. ait ../foo/README README)
  45. ========== Version 1.10 <2024-12-05> ==========
  46. New:
  47. - better syntax highlighting (WIP)
  48. - #97, M-. dynamic-expand
  49. Enhancements:
  50. - #92, made the buffer switching more sane
  51. - #98, copy default value in msgline (M-y in msgline)
  52. - slightly more efficient rendering
  53. - #94 (kinda), you can search for `\t` now
  54. Bugs:
  55. - #98, fixed bug with eol and bol
  56. - #99, multiline comments not encapsulating entire region
  57. - comment multi-line point annoyance
  58. - #101, fixed concatenating delete-words on NetBSD
  59. - many minor bugs
  60. ========== Version 1.9 <2024-10-26> ==========
  61. New Features:
  62. - #83, undoing/yanking from consecutive fwd-word-delete and
  63. back-word-delete. See man page for explanation.
  64. - #88, use previous value as default for gotoline, gotocolumn,
  65. zap-/jump-to-char, and delete-between
  66. - #91, added kill-ring
  67. - New switch buffer command option
  68. - this allows you to specific a custom command to run when
  69. switching buffers. For example, if you want to be able to
  70. perform fuzzy searching to select your buffer you can put
  71. fzf(1) or pick(1) as the command. More information in the
  72. page in the commands section on switch buffer command flag.
  73. - "C-x p" for previous-buffer, similar to next-buffer.
  74. - this removes the legacy "C-x l" command for last-buffer
  75. - Comment out multilines with a single line string
  76. Enhancements:
  77. - #89, fixed "bug" with keyboard macros.
  78. - you can know use gotoline/column, zap-/jump-to-char,
  79. delete-between, jumptorow, jumptoword, isearch with kbd
  80. macros
  81. - #8, tab completion on shell-/open-command
  82. - improved tab completion across the board:
  83. - buffer tabbing now loops back to the start
  84. - file tabbing now puts in the / for the directory
  85. - use enter or type another char to enable tab completion inside
  86. the directory
  87. - update line number when isearching
  88. - update other windows' modelines if buffer name was updated
  89. Bugs:
  90. - #87, crash when terminal is resized and ait is suspended
  91. - #65, fixed first line disappears again...
  92. - #90, fixed universal argument not clearing
  93. - more undo fixes
  94. - reframe when using query-relace ! takes you off page
  95. - fixed bugs with open-command messing up with colons
  96. - fixed bug with isearch that caused duplciate query chars to not
  97. get highlighted
  98. - fixed long time bug where if the newlines between matching
  99. brackets is greater than the difference between the previous
  100. point's row and the total window row
  101. ========== Version 1.8 <2024-01-02> ==========
  102. New Features:
  103. - #74, last char of a wrapped line is highlighted yellow
  104. - added poptomark after using jumptochar, negated jumptochar,
  105. jumptorow, and jumpword
  106. - before the point is moved it sets the buffer's pmark
  107. - most commands that jump you to new points now set the pmark
  108. - made previous mark (pmark) an array so you can jump to previous
  109. marks
  110. - replaced removewhitespacebetween with remove-between
  111. - Works like removewhitespace when you're on whitespace or on the
  112. edge of a word.
  113. - will delete the word that you're on if you're in the middle of it
  114. - C-u M-\ will ask for a bracket, this will delete the contents
  115. inside the bracket. It will jump to it first. Don't use this on
  116. single, double, or backquote unless you're inside them.
  117. - added a gotocolumn command
  118. - added comment command
  119. - added comment at end of line command
  120. - `-b backup_dir` option to set the backup dir.
  121. - this removes the original BACKUPDIR variable in the header.h
  122. Enhancements:
  123. - #77, #80 Fully support combined unicode/UTF-8 characters.
  124. - #76, will now display the path until there is a difference
  125. if two buffers have the same name. This will poop up and
  126. give up at 20 paths which I hope never happens to anyone.
  127. - Better syntax highlighting
  128. - can use more than 2 chars for comment indicators (such as <!--)
  129. - check LANG environment variable to determine if to show the unicode
  130. for the tab character
  131. Bugs:
  132. - #79, fixed bug with transpose-word messing up the line number
  133. - fixed poptomark sending you to point 0 if there are no marks
  134. - fixed numeric argument getting lost when the unicode buffer isn't
  135. empty
  136. - #82, fixed issues with horizontal split
  137. - fixed bug with insert-file causing revert-buffer to run
  138. - fixed bug where tabbing on a line wrap crashes the editor
  139. - fixed another bug with horizontal split not reframing when needed
  140. - fixed long-time bug where you can't open backup files using find-file
  141. - fixed % not showing in the msgline when searching or doing anything
  142. - fixed cutoff bug in minibuffer
  143. - fixed undo for buffer revert and C-o
  144. - fixed crash when msgline is longer than there are columns
  145. ========== Version 1.7 <2024-02-29> ==========
  146. New Features:
  147. - #68 Allow the inputting of control characters (C-q)
  148. - Added `esc j jumpline` command
  149. - quickly jump to a line on the current page (similar to avy)
  150. - Added `esc k jumpword` command
  151. - quickly jump to a "word" starting with the input char
  152. - #72 Added support to change the tabbing size and space-based tab
  153. size
  154. Enhancements:
  155. - #75 Fixed not being able to tab-complete files with spaces in the
  156. names.
  157. - this also allows you open files with spaces in the names now
  158. - Use PREFIX in makefile
  159. - Prevent render of things that don't need rendered
  160. - This helps on slower terminal emulators or slow SSH connections
  161. - new window max column property
  162. - only updates the information in the modeline, not the entire
  163. thing
  164. - Use a tempfile for creating backup file
  165. - this makes ait a little more portable by allowing the creation
  166. of backup files on systems that limit ait in open a single file
  167. at a time. This was happening on my very old Raspberry Pi.
  168. - When jumping from quotes, if there is an escaped quote inside it
  169. will now jump over it.
  170. Bugs:
  171. - #69 Fix clipboard pasting bug
  172. - #51 Fix inefficiency with the block comment syntax detector
  173. - this is actually still inefficient but the new rendering stuff
  174. prevents it from being visible
  175. - "not bound" error when performing keyboard macro
  176. - C-m and other crashes on blank buffers
  177. - Added note about backups not saving due to '~'
  178. - #63 duplicate modelines on NetBSD
  179. - fixed by comparing the leftover lines/columns and adjusting the
  180. buffers so
  181. - Fixed pasting not reframing sometimes
  182. - Fixed persistent column breaking when on non-left aligned windows
  183. - Fixed pasting reframing too early (causing the screen to jump
  184. - Fixed being able to use numeric arguments on some keybinds
  185. - C-z, C-s, and many others
  186. - Fixed backup files not working on armv6 RPI
  187. ========== Version 1.6 <2023-12-15> ==========
  188. Features:
  189. - #59 Action-based undo/redo
  190. - 8addff324d (l)ast command for query-replace
  191. Enhancements:
  192. - #67 opening two or more files with line number args messes things up
  193. - #66 jump to char doesn't update persistent column if it goes off line
  194. - #65 Sometimes characters on the first row disappear
  195. - #64 Point jumps to end of line if line is almost as long as there are cols and there is a tab char
  196. - #62 numeric argument doesn't work with insert
  197. - #61 can't open files with colons in them with open-command
  198. - #58 Reframing Issues
  199. - #57 Carrier Returns break everything
  200. - #53 paste/yank in msgline
  201. Bugs:
  202. - #59 fixed undo/redo issues
  203. - #54 removed mouse support
  204. - c1206d7fcf and 8fb34dad08 increased filename and buffer name size limits
  205. - many bug fixes related to line and row numbering (5ea8e6fd73, e7af131c06, etc.)
  206. - fixed many other smaller bugs
  207. * Version <1.6
  208. No news for this, so sad.