Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 703 Bytes

File metadata and controls

27 lines (14 loc) · 703 Bytes

Change Log

All notable changes to the "emacs-transpose" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[Unreleased]

  • Initial release

[0.0.5] - 2024-11-3

Fixed

  • Fixed bug where the cursor was not correctly positioned after transposing the word. (#2)

[0.0.4] - 2024-11-3

Fixed

  • Fixed bug where the transposed word was at the end/beginning of the line, now it is correctly transposed with the word before/after it in the previous/next line. (#2)

[0.0.3] - 2024-01-30

Fixed

  • Fixed bug where the cursor was not correctly positioned after transposing the word. (#1)