Skip to content

Tags: o0nd7ots/SwayNotificationCenter

Tags

v0.10.1

Toggle v0.10.1's commit message
Abílio Costa (1):

      Fix default mpris icon size (ErikReider#370)

Erik Reider (4):
      Updated PKGBUILD checksum
      Close stdout script fd. Fixes ErikReider#388
      Fixed bottom aligned notifications being clipped in CC (ErikReider#398)
      Bumped version to 0.10.1

System64 (1):
      Fix brightness slider choppiness (ErikReider#372)

v0.10.0

Toggle v0.10.0's commit message
1over137 (1):

      Fix text color on light theme (ErikReider#362)

Andrew Tropin (1):
      Add Guix and rde installation instructions (ErikReider#303)

Carlos & (1):
      flush stdout after subscription events (ErikReider#329)

Daniel Morgan (1):
      allow 8 digits in 2fa code regex (ErikReider#332)

Erik Reider (46):
      Updated PKGBUILD checksums
      Fedora build test: Rawhide -> latest
      Added rpmlint workflow
      Fixed issue where custom config wouldn't be used on reload
      Warn user if the custom config isn't found
      Fixed default CSS warning
      Added volume and backlight widgets to MAN 5 page
      Be more verbose when loading CSS and config
      Fixed Debian packaged configs being checked before user configs (ErikReider#296)
      README: Fixed incorrect Silverblue install method, thanks @cryptoluks
      Add meson_option to build without PulseAudio Widget (ErikReider#297)
      Moved JSON Schema comments into "$comment" tags. Fixes ErikReider#298
      Fixed CC list navigation skipping a notification (ErikReider#305)
      Fixed notifications list not scrolling when changing focus
      Simplified script and base_widget command execution (ErikReider#318)
      Test parsing markup without any hacks before using said hacks (ErikReider#319)
      Remove notification replace flicker (ErikReider#320)
      Added config option to set cc exclusive zone (ErikReider#321)
      Fixed NotificationWindow sometimes not closing, blocking input
      Don't use missing image icon when noti provides invalid icon name. Fixes ErikReider#350
      Fixed CC placeholder not showing on startup. Fixes ErikReider#351
      Grouped notifications (ErikReider#345)
      Minor grouped notifications fixes
      [New Dependency: sassc] Move to SCSS from regular CSS (ErikReider#352)
      Bumped PKGBUILD pkgrel to 2
      Added gvfs and libnotify
      Fixed notification border radius being broken with alt actions
      Add border-radius property to notification images (ErikReider#353)
      Tweaked grouped notifications look
      Require vala >= 0.56
      Updated default style of notifications and control center
      Add app icon above the regular icon (ErikReider#354)
      Add MPRIS player background blur (ErikReider#355)
      Fixed notifications not checking if app-icon is a icon-name. Fixes: ErikReider#356
      Adjusted default CSS with new default CC background color
      Bumped PKGBUILD-git version
      Bumped version requirements for libhandy and gtk-layer-shell (ErikReider#357)
      Added back support for non-URI image-paths for notifications. Fixes ErikReider#356
      Fix small SVGs being blurry in notifications
      Updated README with list of dependencies
      Fix MPRIS art not resetting when there's no art URI
      Replaced README control center picture
      Fixed group icon sometimes not following the defined icon size
      Adjusted default notification content margins/paddings
      Added demo video to README (ErikReider#382)
      Bumped version to v0.10.0

Jannis (3):
      Add show-per-app-label for volume (ErikReider#301)
      Add toggle button (ErikReider#304)
      Fix togglebutton in menu dropdown (ErikReider#339)

Jerzy Drozdz (1):
      Nicer spec file (ErikReider#270)

Shaikh Shafeen (1):
      Update README.md (ErikReider#343)

System64 (1):
      Add control center visibility class (ErikReider#371)

Will Eaton (1):
      Update i3status-rs Example format syntax for 0.31.0 (ErikReider#283)

dev (2):
      corrected misspellings of the word "notification" (ErikReider#287)
      Added "relative-timestamps" config to switch between "25 minutes ago" and "2023-06-25T20:05:27-07" (ErikReider#286)

peelz (1):
      Add notification hint to bypass dnd/inhibition (ErikReider#334)

slikie (1):
      Allow empty name for actions (ErikReider#272)

werdahias (1):
      update debian/ubuntu instructions (ErikReider#281)

v0.9.0

Toggle v0.9.0's commit message
Erik Reider (23):

      Updated COPR Action
      Fix copr Github Action (ErikReider#224)
      Updated PKGBUILDs
      Added Notification inhibition example to README
      Added notification-daemon as a proves to PKGBUILDs
      Added PKGBUILD building tests as GitHub Action
      Removed old arch-build GitHub Action
      Update README.md
      Fix trying to disconnect null PulseContext when reloading config. Fixes ErikReider#231
      Fix linting issue
      Hide visible notifications when activating dnd (ErikReider#233)
      Fixed mpDris2 mpris issues (ErikReider#253)
      Added note about third-party themes and TOC to README
      Replace config HashTable with OrderedHashTable (ErikReider#258)
      Add positonY center for notifications and CC (ErikReider#259)
      Added ability to toggle parsing of notification 2fa codes (ErikReider#260)
      Added ability to choose wether layer-shell should be used or not (ErikReider#261)
      Fixed Control Center not using layer shell config option
      Added control-center layer config option (ErikReider#263)
      Fixed inconsistencies in config schema
      Update man page with new config options
      Add inline replies to notifications (ErikReider#221)
      Bumped version to 0.9.0

Jannis (3):
      Menu animation (ErikReider#230)
      Per app volume control (ErikReider#235)
      Fix issue ErikReider#245 (ErikReider#248)

Lucas (1):
      Little rework of the Fedora Silverblue installation instructions (ErikReider#246)

Mirei124 (1):
      Use rounding to prevent incorrect backlight percentage calculation (ErikReider#236)

earthian (2):
      Add a tip with gtk_debug env var in README.md (ErikReider#254)
      Update swaync.5.scd to include positionY center ErikReider#249 (ErikReider#264)

v0.8.0

Toggle v0.8.0's commit message
Adam Borowski (1):

      a bunch of typo fixes (ErikReider#187)

Aidan Epstein (1):
      Update documentation to mention the environment variables that scripts can use. (ErikReider#191)

Bryan Malyn (1):
      Add example i3status-rs config to README.md (ErikReider#202)

Erik Reider (24):
      Bumped PKGBUILD checksums
      Fixed PKGBUILD-git using the wrong hard-coded version
      Updated README to include Ubuntu/Debian packaging information
      Updated README to include OpenSUSE install instructions
      Moved README screenshots to the top
      Set layershell namespaces. Fixes ErikReider#204
      Set layershell namespace for blankwindows
      Updated .uncrustify.cfg to work with uncrustify 0.75
      Fix building with latest clang. Fixes: ErikReider#209
      Remove DockerFiles and move package installation into each action (ErikReider#210)
      Add Notification placeholder in Control Center (ErikReider#212)
      CC: Keep focus on notification focused when new notification is added
      Add ControlCenter positioning config option (ErikReider#213)
      Update configSchema.json
      Added default case to Positions in notification and notificationWindow
      Add Notification Action to copy body security codes to clipboard (ErikReider#217)
      Add "desktop-entry" as option to scripts (ErikReider#219)
      Remove all files related to unused topAction. Fixes ErikReider#222
      Use "layer" config option to also set blank window layer
      Set notification window layer namespace to "swaync-notification-window"
      Fix buggy control center "click to exit"
      [Feature] Add ability to inhibit notifications through DBus (ErikReider#223)
      Fixed inhibitor widget being visible on start
      Bumped version to v0.8.0

Jannis (3):
      Add ControllsWidget (ErikReider#203)
      Audio slider (ErikReider#207)
      Add Brightness slider widget (ErikReider#211)

Jonas Frei (1):
      Bump minimal meson version to 0.59.0, replace 'get_pkgconfig_variable' (ErikReider#206)

Mildred Ki'Lya (1):
      Add Override urgency to config (ErikReider#199)

Nicholas Boyd Isacsson (1):
      Update README with correct config man page (ErikReider#190)

autumn (1):
      Action scripts (ErikReider#194)

bd-g (1):
      Add COPYING and README to pkgbuild install (ErikReider#200)

v0.7.3

Toggle v0.7.3's commit message
Benjamin Vergnaud (1):

      Add client flags to turn dnd on/off (ErikReider#169)

Erik Reider (17):
      Updated PKGBUILD sha256 checksums
      Add /usr/local/etc/xdg/swaync/ as default fallback path for config and CSS files (ErikReider#168)
      Update README.md
      Add cssPriority to config (ErikReider#176)
      Fix MPRIS image scaling when display is scaled
      Fix not being able to interact with CC without first click. Fixes ErikReider#172
      Adds MPRIS widget arrows when multiple players are detected. Fixes: ErikReider#173
      Moved rpkg.spec into build-scripts
      Update README.md
      Update issue templates
      Update bug_report.md
      Update README.md
      Fixed GitHub Actions badges not appearing
      Fixed segfault when reloading config
      Fixed linting issues
      Removed vacation note in README
      Bumped version to 0.7.3

Tobias Langendorf (1):
      Add option to configure control center layer (ErikReider#175)

lazytanuki (1):
      feat: transient notification visibility (ErikReider#170)

v0.7.2

Toggle v0.7.2's commit message
Brian Janssen (1):

      Fix typo (ErikReider#166)

Erik Reider (5):
      Bumped PKGBUILD sha256 sums
      Bumped PKGBUILD-git pkgver
      Fixed GLib2.74.0 causing a segfault. Fixes: ErikReider#164
      Removed all references to `RegexCompileFlags.JAVASCRIPT_COMPAT` due to deprecation
      Bumped version to v0.7.2

Lucas (1):
      Adding instructions for installation on Fedora Silverblue and other rpm-ostree Fedora variants. (ErikReider#161)

v0.7.1

Toggle v0.7.1's commit message
Erik Reider (5):

      Updated sha256 for pkgbuild
      Fixed fedora build issue
      Bumped version to 0.7.1
      Updated rpkg spec
      Bumped application version to 0.7.1

v0.7.0

Toggle v0.7.0's commit message
Aleksei Fedotov (1):

      CI: Add Fedora builds (ErikReider#144) (ErikReider#148)

Carlos Ortega (1):
      Issue ErikReider#141: Waybar subscription missed opportunity (ErikReider#142)

Erik Reider (20):
      Updated PKGBUILD checksums for v0.6.3
      Updated Git PKGBUILD with correct pkgver format
      Removed depends versions from PKGBUILD
      Fix gschema not being compiled on install (ErikReider#138)
      Fixed click to close Control Center not working on some WMs (ErikReider#139)
      Fixed styling notification summary not working correctly. Fixes ErikReider#143
      Updated the COPR link to the new official repo
      Fixed typo in README
      Fixed Config and Style not handling custom home-relative paths
      Updated Ubuntu docker file to use 22.04 LTS
      Separate arch and ubuntu GH Actions into their own files. Fixes ErikReider#151
      Customize and reorder widgets in Control Center (ErikReider#150)
      Fixed Control Center sometimes dismissing when clicking inside of CC
      Fixes ErikReider#152
      Updated README with info about supported WMs
      Mpris Media Player widget (ErikReider#157)
      All notification urgencies can now use 0 as timeout to not expire (ErikReider#158)
      Removed all unnecessary GLib namespace prefixes
      Removed all unnecessary GLib namespace prefixes
      Bumped version to 0.7.0

Francesco Antognazza (1):
      Add missing build dependency and installed files in rpmbuild spec file (ErikReider#140)

asas1asas200 (1):
      Fix typo (ErikReider#160)

v0.6.3

Toggle v0.6.3's commit message
Erik Reider (3):

      Updated Pkgbuild checksums
      Fixed bug where replacing notifitions aren't visible
      Bumped version to v0.6.3

v0.6.2

Toggle v0.6.2's commit message
Erik Reider (17):

      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 ErikReider#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 ErikReider#131
      Removed unnecessary NotiWindow class
      Renamed all notiWindow.* files to notificationWindow.*
      Fixed notification trying to set icon from invalid .desktop file
      [Feature] Click outside Control Center to close (ErikReider#133)
      Replaced state cacher with gsettings
      Updated style.css documentation
      Fixed nasty hover bug after first notification
      Bumped version to 0.6.2

Moritz Poldrack (1):
      Add arm to pkgbuild + pkgbuild fixes (ErikReider#126)