Releases: ErikReider/SwayNotificationCenter
Releases · ErikReider/SwayNotificationCenter
V0.10.1 - Bug fixes
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
What's Changed
- Allow empty name for actions by @slikie in #272
- Nicer spec file by @t0fik in #270
- update debian/ubuntu instructions by @werdahias in #281
- Update i3status-rs Example format syntax for 0.31.0 by @wseaton in #283
- corrected misspellings of the word "notification" by @dev-dev-dev-dev-dev-dev-dev-dev in #287
- Fixed Debian packaged configs being checked before user configs by @ErikReider in #296
- Added "relative-timestamps" config to switch between "25 minutes ago" and "2023-06-25T20:05:27-07" by @dev-dev-dev-dev-dev-dev-dev-dev in #286
- Add meson_option to build without PulseAudio Widget by @ErikReider in #297
- Add show-per-app-label for volume by @JannisPetschenka in #301
- Add Guix and rde installation instructions by @abcdw in #303
- Fixed CC list navigation skipping a notification by @ErikReider in #305
- Simplified script and base_widget command execution by @ErikReider in #318
- Test parsing markup without any hacks before using said hacks by @ErikReider in #319
- Remove notification replace flicker by @ErikReider in #320
- Added config option to set cc exclusive zone by @ErikReider in #321
- allow 8 digits in 2fa code regex by @scarwire in #332
- flush stdout after subscription events by @capezotte in #329
- Add toggle button by @JannisPetschenka in #304
- Update README.md (very small typo) by @kurtnettle in #343
- Fix togglebutton in menu dropdown by @JannisPetschenka in #339
- Add notification hint to bypass dnd/inhibition by @notpeelz in #334
- Grouped notifications by @ErikReider in #345
- [New Dependency: sassc] Move to SCSS from regular CSS by @ErikReider in #352
- Add border-radius property to notification images by @ErikReider in #353
- Add MPRIS player background blur by @ErikReider in #355
- Bumped version requirements for libhandy and gtk-layer-shell by @ErikReider in #357
- Fix text color on light theme by @1over137 in #362
- Add control center visibility class by @AmirDahan in #371
- Added demo video by @ErikReider in #382
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
- @slikie made their first contribution in #272
- @t0fik made their first contribution in #270
- @werdahias made their first contribution in #281
- @wseaton made their first contribution in #283
- @dev-dev-dev-dev-dev-dev-dev-dev made their first contribution in #287
- @abcdw made their first contribution in #303
- @scarwire made their first contribution in #332
- @capezotte made their first contribution in #329
- @kurtnettle made their first contribution in #343
- @notpeelz made their first contribution in #334
- @1over137 made their first contribution in #362
- @AmirDahan made their first contribution in #371
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Fix copr Github Action by @ErikReider in #224
- Menu animation by @JannisPetschenka in #230
- Hide visible notifications when activating dnd by @ErikReider in #233
- Use rounding to prevent incorrect backlight percentage calculation by @Mirei124 in #236
- Per app volume control by @JannisPetschenka in #235
- Little rework of the Fedora Silverblue installation instructions by @foopsss in #246
- Fix issue #245 by @JannisPetschenka in #248
- Add a tip with gtk_debug env var in README.md by @Seme4eg in #254
- Fixed mpDris2 mpris issues by @ErikReider in #253
- Preserve config object item order by @ErikReider in #258
- Add positonY center for notifications and CC by @ErikReider in #259
- Added ability to toggle parsing of notification 2fa codes by @ErikReider in #260
- Added ability to choose wether layer-shell should be used or not by @ErikReider in #261
- Added control-center layer config option by @ErikReider in #263
- Update swaync.5.scd #249 by @Seme4eg in #264
- Add inline replies to notifications by @ErikReider in #221
New Contributors
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Huge release with a bunch of new features, widgets and fixes! Thanks to all of the new contributors! ❤️
What's Changed
- a bunch of typo fixes by @kilobyte in #187
- Update README with correct config man page by @nichobi in #190
- Update documentation to mention the environment variables that scripts can use. by @aereaux in #191
- Action scripts by @auctumnus in #194
- Add COPYING and README to pkgbuild install by @bd-g in #200
- Add Override urgency to config by @mildred in #199
- Add example i3status-rs config to README.md by @bim9262 in #202
- Bump minimal meson version to 0.59.0, replace 'get_pkgconfig_variable' by @freijon in #206
- Add ControllsWidget by @JannisPetschenka in #203
- Remove DockerFiles and move package installation into each action by @ErikReider in #210
- Audio slider by @JannisPetschenka in #207
- Add Notification placeholder in Control Center by @ErikReider in #212
- Add ControlCenter positioning config option by @ErikReider in #213
- Add Notification Action to copy body security codes to clipboard by @ErikReider in #217
- Add "desktop-entry" as option to scripts by @ErikReider in #219
- Add Brightness slider widget by @JannisPetschenka in #211
- [Feature] Add ability to inhibit notifications through DBus by @ErikReider in #223
New Contributors
- @kilobyte made their first contribution in #187
- @nichobi made their first contribution in #190
- @aereaux made their first contribution in #191
- @auctumnus made their first contribution in #194
- @bd-g made their first contribution in #200
- @mildred made their first contribution in #199
- @bim9262 made their first contribution in #202
- @JannisPetschenka made their first contribution in #203
Full Changelog: v0.7.3...v0.8.0
v0.7.3
What's Changed
- Add /usr/local/etc/xdg/swaync/ as default fallback path by @ErikReider in #168
- Add client flags to turn dnd on/off by @bvergnaud in #169
- feat: transient notification visibility by @lazytanuki in #170
- Add option to configure layer for control center window by @junglerobba in #175
- Add cssPriority to config by @ErikReider in #176
New Contributors
- @bvergnaud made their first contribution in #169
- @lazytanuki made their first contribution in #170
- @junglerobba made their first contribution in #175
Full Changelog: v0.7.2...v0.7.3
v0.7.2 Bug fixes
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
Hotfix: Fixed COPR not building rpm
Full Changelog: v0.7.0...v0.7.1
v0.7.0
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
- Fix gschema not being compiled on install by @ErikReider in #138
- Fixed click to close Control Center not working on some WMs by @ErikReider in #139
- Add missing build dependency and installed files in rpmbuild spec file by @fantognazza in #140
- Issue #141: Waybar subscription missed opportunity by @carlosV2 in #142
- CI: Add Fedora builds (#144) by @lexa in #148
- Customize and reorder widgets in Control Center by @ErikReider in #150
- Mpris widget by @ErikReider in #157
- All notification urgency timeouts can now be 0 to disable expiration by @ErikReider in #158
- Fix typo by @asas1asas200 in #160
New Contributors
- @fantognazza made their first contribution in #140
- @carlosV2 made their first contribution in #142
- @asas1asas200 made their first contribution in #160
Full Changelog: v0.6.3...v0.7.0
v0.6.3 - Hotfix
- Fixed bug where replacing notifications aren't visible
Full Changelog: v0.6.2...v0.6.3
v0.6.2
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