Skip to content

Releases: Favo02/workspaces-by-open-apps

v20: GNOME 47

25 Sep 12:06
9b3db36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v19...v20

v19: Size and Spacing customization

20 May 14:28
Compare
Choose a tag to compare

What's Changed

  • Fix reverse scroll setting not working (issue #90) by @Favo02 in #91
  • Size and Spacing customization by @Favo02 in #93

Full Changelog: v18...v19

v18: Hotfix: destroy on disable

16 May 08:04
d745c0d
Compare
Choose a tag to compare

What's Changed

  • Hotfix: destroy indicator on disable by @Favo02 in #88

Full Changelog: v17...v18

v17: Codebase refactor

14 May 10:54
b7c790c
Compare
Choose a tag to compare

What's Changed

  • Codebase refactor by @Favo02 in #83
  • Get rid of sudo requirement in install.sh by @twouters in #84
  • CSS refactor, Add swap indicators position setting by @Favo02 in #85

New Contributors

Full Changelog: v16...v17

v16: Improve styling, add enable/disable scroll setting

30 Apr 11:29
c8233fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v15...v16

v15: GNOME 46

24 Mar 23:42
6609703
Compare
Choose a tag to compare
  • GNOME 46 porting (#71)
  • small fixes and QoL improvements (#69, #71)

Full Changelog: v14...v15

v14: Click features, Various improvements

16 Feb 23:45
Compare
Choose a tag to compare

This release is for GNOME 45+ only.

New click features:

  • click on active workspace to trigger overview (#57, #63)
  • click on focused application to minimize it (#60, #63)

Various improvements:

  • ignore application using regular expressions (regex) (#54, #55)
  • add "hide GNOME default workspace indicator" toggle (#58, #64)

Refactor:

  • CSS refactor (renamed variables and classes) (#59, #65)
  • improve install script (#66)
  • improve ignored windows (tooltips, popovers, dialogs, ...) detection (#61, #67)
  • improve limit icons mechanism (both on workspaces indicator and "ALL" monitor indicator)

Full Changelog: v12...v14

v12: GNOME 45 Various fixes

27 Oct 20:36
0a3deeb
Compare
Choose a tag to compare

This release is for GNOME 45+ only.

Various fixes:

  • rename MyExtension, MyPrefs classes
  • import settings without specifying schema id
  • fix #49 in prefs.js

Full Changelog: v10...v12

v11: GNOME 40-44 Various fixes

27 Oct 20:30
Compare
Choose a tag to compare

This release is for GNOME 40-44 only.

Various fixes:

  • fix info_label creation call
  • rename Extension class
  • fix #49 in prefs.js
  • code style (trailing spaces, camelcase, () =>, const)

Full Changelog: v9...v11

v10: GNOME 45 support

25 Oct 22:03
71f37f2
Compare
Choose a tag to compare

IMPORTANT: this version does not support GNOME shell versions before 45. Use v9 (#46) for older versions.

GNOME 45 support:

  • port to new GNOME 45 specifications
  • refactor code style

Full Changelog: v9...v10