Skip to content

Releases: ErikReider/SwayNotificationCenter

V0.10.1 - Bug fixes

09 Mar 18:22
Compare
Choose a tag to compare

What's Changed

  • Fix brightness slider choppiness by @AmirDahan in #372
  • Fixed BOTTOM aligned notifications in CC not compensating for fade properly by @ErikReider in #398
  • Fix default mpris icon size by @abmantis in #370

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

10 Feb 16:22
Compare
Choose a tag to compare

What's Changed

Style changes

A few style changes were made that might break some existing configs. I also moved the project to use SCSS. My apologies but it should make styling a bit easier 😆

New dependencies

  • gvfs
  • granite
  • sassc

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

29 May 13:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

23 Feb 21:03
Compare
Choose a tag to compare

Huge release with a bunch of new features, widgets and fixes! Thanks to all of the new contributors! ❤️

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.8.0

v0.7.3

28 Nov 17:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2 Bug fixes

22 Sep 21:00
Compare
Choose a tag to compare

What's Changed

  • Adding instructions for installation on Fedora Silverblue and other rpm-ostree Fedora variants. by @foopsss in #161
  • Fix typo by @tosti007 in #166
  • Fixed regex related segfaults with GLib 2.74

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1 Hotfix

15 Sep 22:25
Compare
Choose a tag to compare

Hotfix: Fixed COPR not building rpm

Full Changelog: v0.7.0...v0.7.1

v0.7.0

15 Sep 21:03
Compare
Choose a tag to compare

Breaking Changes

  • New official COPR repo. You'll have to switch to the official one to get future updates. Read the README for more information

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.7.0

v0.6.3 - Hotfix

25 Jun 19:01
Compare
Choose a tag to compare
  • Fixed bug where replacing notifications aren't visible

Full Changelog: v0.6.2...v0.6.3

v0.6.2

25 Jun 15:08
Compare
Choose a tag to compare

What's Changed

  • Add arm to pkgbuild + pkgbuild fixes by @mpldr in #126
  • [Feature] Click outside Control Center to close by @ErikReider in #133
  • Increased default cc width to 500
  • Added comment above .top-action-title in style.css
  • Fixed default style.css file not being parsed correctly after e082c3c
  • Added control-center-height to default config
  • Set default notification image visibility to "when-available". Fixes #70
  • Center notification Title and Body vertically
  • Fixed some style inconsistencies when using arc theme
  • Add notification-image-size property to config
  • Add notification-body-image-height/width property to config. Fixes #131
  • Removed unnecessary NotiWindow class
  • Renamed all notiWindow.* files to notificationWindow.*
  • Fixed notification trying to set icon from invalid .desktop file
  • Replaced state cacher with gsettings
  • Updated style.css documentation
  • Fixed nasty hover bug after first notification

New Contributors

Full Changelog: v0.6.1...v0.6.2