Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 2.36 KB

Changelog.md

File metadata and controls

58 lines (46 loc) · 2.36 KB

Changelog

0.3.1-dev - Unreleased

0.3.0 - 2024-12-29

  • Save a backup of window data, and restore from backup if it exists, before restoring windows on startup; this should keep window data safe if an error occurs while restoring windows
  • Settings schema can be stored in a shared schemas location instead of the plugin "schemas" directory
  • Fixed AttributeError when loaded in gedit 48 (#12)
  • Changed license to GPL-2.0-or-later (#13)

0.2.3 - 2024-06-07

  • Fixed error when loaded in gedit 47 (#11)

0.2.2 - 2023-11-02

  • Fixed AttributeError when loaded in gedit 46 (#9)

0.2.1 - 2023-05-03

  • Fixed AttributeError when loaded in gedit 44

0.2.0 - 2019-03-22

  • Restore windows on startup, and save windows for restoring, only for the primary instance, i.e. when gedit is not in standalone mode
  • When restoring windows on startup, reuse the new window/tab (#4)
  • Fixed adding "Reopen Closed Window" menu item on platforms with no app menu or menu bar (#5)
  • Added Russian translation (#6, thanks Habetdin!)

0.1.2 - 2018-03-13

  • Fixed auto-closing gedit if there are no windows to restore (#1)
  • Fixed (potentially) affecting the translations of other plugins

0.1.1 - 2017-10-13

  • Added .pot file

0.1.0 - 2017-10-13

  • Initial release