Skip to content

Latest commit

 

History

History
108 lines (88 loc) · 4.1 KB

CHANGELOG.md

File metadata and controls

108 lines (88 loc) · 4.1 KB

Changelog

All notable changes to this project will be documented in this file.

1.2.0 - 2023-09-07

Fixed

  • Prevent runtime error when unable to get language syntax setting Issue #47

1.1.0 - 2023-03-14

Fixed

1.0.0 - 2023-02-23

Added

  • add command "Parinfer: Run Paren Mode on Current Buffer"
  • add config flag run_paren_mode_when_file_opened

Changed

  • do not run Paren Mode on the full file when it is first opened
  • drop the user into "Waiting" mode when a file is opened where Parinfer should be enabled
  • enable Indent Mode after the first buffer modification
  • reduce the range that Parinfer looks for parent expressions (with the goal of minimizing changes to longer files)

Fixed

  • added some defensive code to prevent an occasional runtime error
  • fix some pylint errors

0.9.0 - 2023-02-22

Added

  • use python v3.8
  • support multiple selections PR-41 (thank you s-clerc!)

Changed

  • update parinfer.py to v3.12.0 PR-39 (thank you oconnor0!)
  • use EventListener for undo instead of keybinding (oconnor0)
  • use Sublime API to detect comment character PR-40 (oconnor0)
  • Run paren mode on opening file via view.run_command (oconnor0)

0.8.1 - 2019-10-03

Added

0.8.0 - 2016-02-12

Changed

  • Drop support for Ctrl hotkeys on Mac

0.7.0 - 2016-02-12

Added

0.6.0 - 2016-02-11

Fixed

0.5.0 - 2016-02-03

Changed

0.4.0 - 2016-01-16

Changed

0.3.0 - 2015-12-29

Changed

0.2.0 - 2015-12-27 - First Release

Added