Skip to content

Releases: dsheeler/CoverflowAltTab

v77

07 Feb 16:35
06025d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v76...v77

Fix the Freezes; GNOME 47 Support

07 Sep 22:27
a134f47
Compare
Choose a tag to compare

What's Changed

  • New in Translations:

  • New in Code:

    • Big Deal: fixed cause of freezes #237!!! Thank you @Sputnik2a for logs that helped find the culprit!

    • Gnome 47 support (@nater1983)

    • New, icon and label scale up/down and can choose to fade in/out and/or scale up/down when new icons and labels are displayed

    • Inverted swipes for timeline switcher so more intuitive

    • Have drags flip with the natural scrolling touchpad setting so that drags stay aligned with touchpad gestures

    • Fixed overlay and attached icon sizes to actually specified size (not scaled by text scaling factor anymore)

    • Fixed missing values for some GSettings keys that was causing journal warnings (@ryonakano)

    • Icon disappearance animations continue while swiping

    • Icon disappearance animations also continue despite very fast switching instead of restarting on every switch and not disappearing effectively

    • Code cleanup (indentation tabs -> spaces) (@ryonakano)

Full Changelog: v75...v76

v75

21 Aug 18:51
Compare
Choose a tag to compare
v75

This release adds nothing new to v74, functionally, but has some internal changes to pass the review (v74 was rejected).

Full Changelog: v74...v75

v74

21 Aug 01:42
Compare
Choose a tag to compare
v74

What's Changed

  • New in Translations:
    • German by Atalanttore
    • Spanish by gallegonovato
    • Chinese (Traditional) by hugoalh
  • New in Code:
    • Swipes on the Timeline switcher work better
    • New, internal keybindings specific to the extension that are not used by other Alt-Tab window switchers to avoid conflicts
    • New DBus interface added so the switcher can be controlled through the DBus, e.g., from the command line
    • Now saving and restoring the preferences window size
    • More robust swiping in general by disallowing keyboard interaction during swipes
    • Can use the Blur my Shell extension to apply effects (blur, etc.) to the switcher background. Thanks @ppoffice and @aunetx!!!
    • Preferences broken out into more pages
    • Secondary monitor panels provided by the App Icons Taskbar extension can now be hidden along with the primary panel
    • Added capability to turn on/off verbose logging

New Contributors

Full Changelog: v73...v74

v73

01 Jun 06:47
Compare
Choose a tag to compare
v73

What's Changed

  • Mouse scrolling now fractionally progresses through the windows instead of jumping two or more windows at the slightest scroll. I think it behaves better; maybe need an option for how sensitive the scroll is.
  • Made the mouse-over highlight color a user setting.

Full Changelog: v72...v73

v72: GNOME 46

25 Feb 18:32
Compare
Choose a tag to compare

What's Changed

  • Support for GNOME 46.

GNOME Version Support

Since I use Arch linux and its GNOME versions lag behind other distributions', I will simultaneously maintain, at least until Arch gets 46, two branches of the code, one for 45 and one for 46. I will develop 46 in the master branch and back-port changes to a branch created from tag v71, gnome-45. This will only affect people who install from source as I will upload the 45 and 46 versions as appropriate to the GNOME extensions website.

Full Changelog: v71...v72

v71: Weblate FTW!

25 Feb 03:08
Compare
Choose a tag to compare

What's Changed

  • Smoother drawing of effect property changes of the application switcher.
  • Improved timeline switcher animations of the fading in and out of the last and first previews in the stack.
  • Replaced deprecated add/remove_actor calls with add/remove_child calls in anticipation of GNOME 46.
  • Started using Weblate to facilitate translations.
  • New Norwegian Bokmål translation from @comradekingu.
  • Updated Spanish translation by gallegonovato.
  • Updated French translation by ButterflyOfFire.
  • Updated Polish translation by @gnu-ewm.
  • Updated Portuguese (Brazil) translation by @IagoEmanuel15.

Thanks

While I appreciate any contribution (especially cash), since I am monolingual, I especially appreciate help with translations. Thanks go to @comradekingu, gallegonovato, ButterflyOfFire, @gnu-ewm, and @IagoEmanuel15 for using Weblate to contribute translations!!!

Full Changelog: v70...v71

v70: Happy Holidays!

27 Dec 19:36
Compare
Choose a tag to compare

What's Changed

  • Ignore built files by @QuentiumYT in #211

  • Allow attached icons in any mode as an option, not just on app switcher.

  • Broke up app switcher tint color into a color and a blend setting
    instead of a color with alpha.

  • Saved background color in a setting so it can be used in prefs.js to set
    the tint color.

  • Just one size for attached and overlay icons instead of sizes for each.

  • Maybe better placement of coverflow side previews when
    preview_to_monitor_ratio gets small. Scale the distance from the
    middle preview based on it.

  • Listen for gnome-shell theme changes and update the background
    color setting to match the new theme.

  • Reorganized preferences. Fixed some subtle bugs.

  • Some code cleanup.

  • Added github and paypal to preferences donation page.

  • Added some logic to get attached icons to fade in / out correctly in timeline switcher.

  • Minor fix for overlay icon going behind previews in timeline switcher.

New Contributors

Full Changelog: v69...v70

v69, Dude!

24 Nov 03:49
Compare
Choose a tag to compare

Changes

  • Found a trick to make off-center monitor windows redraw without artifacts.
  • Re-introduced the timeline switcher.
  • Added optional icons over the previews in application switcher mode.

Full Changelog: v68...v69

Subswitchers and Swipes! v68

12 Nov 04:34
Compare
Choose a tag to compare

Major Changes

  • GNOME 45 support
  • Added sub-switchers when in application switcher mode
  • Added initial support for multi-touch swiping (tested with an apple magic trackpad)
  • Removed Timeline switcher (too hard to maintain, for now)
  • Switching to version numbers that match those on the official extensions website.
  • Read the complete changelog!

What's Changed

New Contributors

Full Changelog: v1.14...v68