Gnome Shell Minimize To Tray Versions Save

Minimize any app to tray

v6

3 years ago

Feature

  • Add keyboard shortcut support
  • Add minimize the window on start option

Fix

  • Check for missing dependencies on extension initialization
  • Prevent some crashes related to window management
  • User correct imports.gi.versionsbefore importing

Chore

  • Migrate from webpack to rollup

v5

3 years ago

I have re-written the extension in typescript. And also made some changes.

Feature

  • Gnome shell 3.36 support
  • In the settings menu, instead of typing you can now just select a window to add
  • Add minimizing support for multiple windows from the same application

Fix

  • Extension settings was not opening correctly before

v4

5 years ago

Bug Fixes

  • don't remove close button. fixes #3 (aeb9fc6)

Features

  • add autocompletion to new app input. closes #2 (28ea8da)

v3

5 years ago

v2

5 years ago

Bug Fixes

  • check if stdout is bytearray before processing (32c9f95)

v1

5 years ago

Bug Fixes

  • preserve state of the windows (4715dc1)
  • preserve state of windows on enable/disable (8d163ec)
  • remove tray icon when destroying application (c2e1acc)

Features

  • add gschema keys (dfa4dc9)
  • add preferences window to manage apps (43fdcc7)
  • add utility functions (23ff2a0)
  • read supported apps from gschema (2eaf947)
  • save/load current state incase of a crash (5c5ddbe)
  • track settings changes for managing windows (0ea9a40)
  • track windows and create tray icon on minimize (6856728)