Skip to content

Releases: nlpsuge/gnome-shell-extension-another-window-session-manager

47 (Support for Gnome 46)

18 May 06:46
f2b7937
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 46...47

46 (Support for Gnome 45)

19 Nov 11:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 41...46

41(Gnome 41 compatibility)

25 Jul 13:36
8181f2a
Compare
Choose a tag to compare

What's Changed

  • Fix Gnome41 compatibility issues by @nlpsuge in #88. This release might also fix all issues mentioned in #79.

Full Changelog: 40...41

40

23 Jul 16:17
Compare
Choose a tag to compare
40

What's Changed

  • Use XDG Base Directory Specification compliant paths by @spfanning in #82
  • Fix #87: also ignore summary.json

New Contributors

Full Changelog: 39...40

39

23 Jul 04:17
Compare
Choose a tag to compare
39

Full Changelog: 38...39

38 (Support Gnome Shell 44, etc...)

08 Apr 15:33
Compare
Choose a tag to compare

What's Changed

  • Feature: close windows whitelist by @nlpsuge in #78
  • Support Gnome Shell 44

Full Changelog: 37...38

37

25 Mar 15:48
Compare
Choose a tag to compare
37

What's Changed

  • Support to close windows by keyword rules by @nlpsuge in #75
  • Removed explicit Pop!_OS installation example by @RemcoSchrijver in #76
  • [Feature] Pick a window to set the keyword entry (for Close By Rules under Close Windows in Preferences) by @nlpsuge in #77
  • Fixes #73 (Add a setting Session is saved notification under Save windows: to show or not show a notification when users click buttons on the popup menu to save a session). See: 6946847
  • Removed the border from the save and close buttons on the popup window. See: 920704a

New Contributors

Full Changelog: 36...37

36

28 Feb 13:05
Compare
Choose a tag to compare
36
  1. Always start ydotool.service before sending shortcuts to windows via ydotool
  2. Hide the time of saved session file on the popup window by default unless the debugging mode is enabled (Part of: #70)
  3. Notify user once the session is saved (Part of: #70)

Full Changelog: 35...36

35

25 Feb 04:19
Compare
Choose a tag to compare
35
  1. Launch apps on specified workspace via ShellApp.launch()
  2. Make all workspace persistent before closing all windows while logout/restart/shutdown, which prevents the workspace index of saved windows from changing
  3. Improve the restore after the gnome shell restarts and starts for the first time
  4. Save some metadata to ~/.config/another-window-session-manager/currentSession/summary.json (not used for now)
  5. Other improvements

Full Changelog: 34...35

34

07 Feb 16:24
Compare
Choose a tag to compare
34

What's Changed

New Feature: Auto restore the previous session at startup, etc. by @nlpsuge in #67

  1. Periodically, save windows when windows / apps states are changed. (fixes #60)
  2. Auto close and save apps and windows while Log Out/Restart/Power Off (fixes #9)
  3. Auto restore the previous session at startup (fixes #9)
  4. New configurations in Preferences and rename
  5. Stash and restore under Restore sessions is renamed to Restore windows states after Gnome Shell restarts and it will be disabled on Wayland.
  6. More support for apps that launched via the command line. Now those apps states can also be restored.
  7. Fixes #59 (Dragging windows becomes choppy when the extension is enabled)

Full Changelog: 31...34