Releases: nlpsuge/gnome-shell-extension-another-window-session-manager
Releases · nlpsuge/gnome-shell-extension-another-window-session-manager
47 (Support for Gnome 46)
What's Changed
- Fixed scrollView error on Gnome 46 by @mendres82 in #104
- Support Gnome 46 by @nlpsuge in #107, related to #103 and #105
New Contributors
- @mendres82 made their first contribution in #104
Full Changelog: 46...47
46 (Support for Gnome 45)
41(Gnome 41 compatibility)
40
What's Changed
- Use XDG Base Directory Specification compliant paths by @spfanning in #82
- Fix #87: also ignore summary.json
New Contributors
- @spfanning made their first contribution in #82
Full Changelog: 39...40
39
38 (Support Gnome Shell 44, etc...)
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
- @RemcoSchrijver made their first contribution in #76
Full Changelog: 36...37
36
35
- Launch apps on specified workspace via
ShellApp.launch()
- Make all workspace persistent before closing all windows while logout/restart/shutdown, which prevents the workspace index of saved windows from changing
- Improve the restore after the gnome shell restarts and starts for the first time
- Save some metadata to
~/.config/another-window-session-manager/currentSession/summary.json
(not used for now) - Other improvements
Full Changelog: 34...35
34
What's Changed
New Feature: Auto restore the previous session at startup, etc. by @nlpsuge in #67
- Periodically, save windows when windows / apps states are changed. (fixes #60)
- Auto close and save apps and windows while
Log Out/Restart/Power Off
(fixes #9) - Auto restore the previous session at startup (fixes #9)
- New configurations in Preferences and rename
Stash and restore
underRestore sessions
is renamed toRestore windows states after Gnome Shell restarts
and it will be disabled on Wayland.- More support for apps that launched via the command line. Now those apps states can also be restored.
- Fixes #59 (Dragging windows becomes choppy when the extension is enabled)
Full Changelog: 31...34