Skip to content

Releases: whitphx/vscode-emacs-mcx

v0.57.0

13 Jan 08:18
Compare
Choose a tag to compare

What's Changed

🏕 Features

👒 Dependencies

Full Changelog: v0.56.0...v0.57.0

v0.56.0

12 Jan 17:55
Compare
Choose a tag to compare

What's Changed

🏕 Features

👒 Dependencies

Full Changelog: v0.55.0...v0.56.0

v0.55.0

11 Jan 11:00
Compare
Choose a tag to compare

What's Changed

🏕 Features

👒 Dependencies

Full Changelog: v0.54.1...v0.55.0

v0.54.1

12 Nov 17:06
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • Revert "Override the default value of editor.find.seedSearchStringFromSelection via the configurationDefaults contribution point" by @whitphx in #1768

Full Changelog: v0.54.0...v0.54.1

v0.54.0

12 Nov 16:17
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • Override the default value of editor.find.seedSearchStringFromSelection via the configurationDefaults contribution point by @whitphx in #1766

Full Changelog: v0.53.0...v0.54.0

v0.53.0

12 Nov 14:02
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • Emacs variable line-move-visual feature implement by @DrScKAWAMOTO in #1761
  • Increase the delay value in a flaky test by @whitphx in #1762
  • Add tests for nextLine and previousLine with the lineMoveVisual config by @whitphx in #1764

👒 Dependencies

New Contributors

Full Changelog: v0.52.1...v0.53.0

v0.52.1

07 Nov 08:21
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • Rename the args variable to be arg0 which is precise and less confusing by @whitphx in #1751
  • Add args to runCommand() and fix the isearchExit command to handle the then arg inside the command class by @whitphx in #1750
  • Fix command handlers to return the promises by @whitphx in #1753

👒 Dependencies

Full Changelog: v0.52.0...v0.52.1

v0.52.0

06 Nov 05:16
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • Implement delete-indentation as a command by @whitphx in #1748
  • Remove emacs-mcx.executeCommands() since VSCode introduced runCommands() in 1.77 by @whitphx in #1749

Full Changelog: v0.51.2...v0.52.0

v0.51.2

06 Nov 04:12
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • Rename EmacsCommand.execute() to .run() and remove the old abstract .run() by @whitphx in #1746
  • Fix onInterrupt impl by @whitphx in #1744
  • Fix isearch-exit to keep the mark mode behavior by @whitphx in #1745

Full Changelog: v0.51.1...v0.51.2

v0.51.0

05 Nov 06:31
Compare
Choose a tag to compare

What's Changed

🏕 Features

Full Changelog: v0.50.4...v0.51.0