Skip to content

Releases: AlexPerathoner/Sessions

Support for macOS Sonoma

28 Sep 14:59
Compare
Choose a tag to compare
  • Added support for macOS Sonoma
  • Improved logging
  • Fix #17

Fixing bugs

08 Jan 18:15
Compare
Choose a tag to compare

New in this version:

  • Bug with auto-saving and replace features fixed

Big update!

02 Jan 20:51
Compare
Choose a tag to compare

New in 1.6:

  • You can now reorder sessions by dragging them in the tabl
  • Settings are moved to the settings button
  • Auto-update: when opening a session in auto-update mode all changes are automatically saved
  • Search bar is now more powerful and scans urls and tabs' titles, too!

Replace sessions

02 Jan 20:36
Compare
Choose a tag to compare

New in this version:

  • You can now replace a saved session with the current workspace (#5)
  • Option button is gone - right click on a session to display all the available options

Session - Pinned Tabs v2

19 Dec 17:03
Compare
Choose a tag to compare

New in this version:

  • You can now choose if you want to ignore or consider pinned tabs when saving your sessions
  • Context menu has a new look

Sessions - Pinned Tabs

05 Dec 22:52
Compare
Choose a tag to compare

New in this version:

  • Pinned tabs are now no longer part of Sessions and will therefore be ignored when restoring a session.

Sessions - Private Capabilities

24 Jan 21:41
a6f0ab5
Compare
Choose a tag to compare

New in this version:

  • Save and open private sessions! 1
  • Open non-private sessions in private windows!

1: Note that since there are no public APIs avaible to open a private window I used the stratagem of sending a keystroke event to safari. This means that the function could sometimes fail and restore the session in a different window from the one opened.