Rounded Window Corners Changelog

What's new in Rounded Window Corners v11

Mar 14, 2023
  • BUG FIXES:
  • Check visible of shadow when switch workspace (#113)
  • Add Gnome 44 support for extensions by @RGarrido03 (#112)
  • Fix blurry text when un-minimized window (#104, #111)
  • REFACTOR:
  • Use gettext t generate po files
  • Use TypeScript definations from npm when building
  • TRANSLATIONS:
  • Update Dutch translations by @flipflop97 and @Vistaus
  • Added & Update French translations by @aunetx and @augustin64
  • Added & Update Esperanto translations by @phlostically
  • Added & Update Japanese translations by @maboroshin
  • Added & Update Turkish translations by @sabriunal
  • Added & Update Spanish translations by @ICarrillo1304 and @gallegonovato
  • Added Estonian translations by @tenseoverflow
  • Update Simplified Chinese translations by @yilozt
  • Update Russian translations by @thejenja

New in Rounded Window Corners v10 (Dec 20, 2022)

  • BUGS FIXES:
  • Firefox PIP appears cropped after untiled / restore from fullscreen in Gnome 43.1 with Wayland (#92)
  • Firefox window appears cropped after accessing activities in Gnome 43.1 with Wayland (#100)
  • TRANSLATIONS:
  • Update German translations by @marco-kretz
  • Add & update Russian translations by @thejenja
  • Add & update Finnish translations by @bluelhf @ilLekaL

New in Rounded Window Corners v9 (Nov 8, 2022)

  • Bugs fix & Improvements:
  • Fix the strong highlighting of rounded corners in screenshots (#67)
  • Change maximum value of clip padding in preferences pages to 80px,
  • it should be enough in most time (#88)
  • Fix broke corners for Wayland clients after upgrade to Gnome 43.1 (#90)
  • Translations:
  • Add & update German translations by @CreatorSiSo
  • Add & update Dutch translations by @Vistaus

New in Rounded Window Corners v8 (Sep 27, 2022)

  • Fix & Improvement:
  • Add Gnome 43 support (#66)
  • FIx blurry preview windows in overview in gnome 43 (#66)
  • Translations:
  • Add & Update Indonesian translations by @bzizmza

New in Rounded Window Corners v7 (Sep 15, 2022)

  • FIX AND IMPROVEMENTS:
  • Fix shadow artifacts when switching workspace (#55)
  • Draw border outside of windows when Border Width is a negative number (#56)
  • Make entry of preferences pages in right-click menu in desktop removable (#59)
  • Init Translations
  • TRANSLATIONS:
  • Add & Update Simplified Chinese translations by @yilozt
  • Add Norwegian BokmÃ¥l translations by @comradekingu

New in Rounded Window Corners v6 (Sep 8, 2022)

  • Fix & Improvement:
  • Try to add rounded corners for some app when it's wm_class_instances property is empty when launching (#34)
  • Clear artifacts of shadow when dragging windows in overview (#39)
  • Use regular rounded corners by default by @flexagoon (#40)
  • Rounded corners should be added when restart gnome-shell in Xorg (#41)
  • Fix performances issues on maximized browsers (#44)
  • Clear warning message when enter/leave overview (#50)
  • Clear artifacts of corners when border is zero (#52)
  • Remove libnotify from this extensions
  • Refactor:
  • Using normal imports instead of ESM for this extensions (#25)

New in Rounded Window Corners v5 (Aug 9, 2022)

  • New Features:
  • Superelliptical shape for rounded corners by @YuraIz (#9)
  • Allow keep rounded corners for fullscreen window (#10)
  • Reset dialog for preferences (#11)
  • Fix & Improvement:
  • Works with Compiz alike magic lamp effect, hide shadow when magic lamp effect running (#5)
  • Hide shadow when window is maxmized or fullscreen by @velitasali (#6)
  • Fix small arifacts of window when enter overview (#8)
  • Make default shadow looks similar to the style of Adwaita theme (#11 #12)
  • Fix overview broken when this extensions enabled with Burn My Window (#14)
  • Memory spike when resizing windows (#15)
  • Fix typo in preferences by @dxps (#19)
  • Disable rounded effect and shadow for icon grid application for DING (#19)
  • Fix blacklist is cleaned when click Add Window in preferences page (#21)
  • Disconnect all event signals when logout/shutdown/restart gnome-shell (#26)

New in Rounded Window Corners v4 (Aug 3, 2022)

  • Preferences page has been written in Gtk4. It just works though not pretty.
  • Recompute rounded corners when window changed size by itself.