Skip to content

Commit

Permalink
version 3.55
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrabug committed Jan 12, 2024
1 parent 2328dbd commit 89b5e8e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
version 3.55 (2024-01-12)
* pkg: add dbus tag to pull dependencies 'pip install py3status[dbus]'
* pkg: drop eol python 3.7 support, add python 3.12
* pkg: pull setuptools for 3.12
* docs(build): move away from readthedocs and switch to automatic github pages (#2216)
* docs(config): add favicon and rename the site
* readme: drop readthedocs build status
* docs: fix broken 404 urls (#2223), by lasers
* arch_updates module: update auracle from sync to outdated (#2220), by mlmatlock
* bluetooth module: reinitialize dbus to fix after sleep behavior (#2221), by lasers
* lm_sensors module: fix invalid json if specified more than one chip (#2226), by lasers
* nvidia_smi module: fix --list-properties (#2225), by lasers
* vpn_status module: add formatters for displaying IP addresses of VPNs (#2227), by Joey Holtzman

version 3.54 (2023-10-13)
* arch_updates module: handle yay return code better when there are no updates (#2214), by Geoff Liu
* arch_updates module: make it more responsive to system updates (#2215), by Geoff Liu
Expand Down
2 changes: 1 addition & 1 deletion py3status/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "3.54"
version = "3.55"

0 comments on commit 89b5e8e

Please sign in to comment.