Skip to content

Commit c8d0b34

Browse files
committed
version 3.62
1 parent 2a299b1 commit c8d0b34

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
version 3.62 (2025-05-24)
2+
* core: fix usage of deprecated pkg_resources to the @sdelafond (#2286)
3+
* py3: add new helper: get_replacements_list (#2242), by lasers
4+
* conky module: add fallback delete parameter for py3.11 or less (#2275), by lasers
5+
* external_script module: adjust how urgent is specified (#2283), by Kevin Pulo
6+
* external_script module: allow scripts to specify urgent (#2282), by Kevin Pulo
7+
* getjson module: fix examples (#2278), by lasers
8+
* mpris module: implement track number support (#2280), by James Walker
9+
* mpris module: use new helper: get_replacements_list introduced with (#2242) (#2284), by Valdur Kana
10+
* tests: stop warning py3status/tests/test_module_load.py:5 (#2276), by lasers
11+
* whatismyip module: add an example with more url_geo choices (#2277), by lasers
12+
* xsel module: fix TypeError (#2279), by Eduardo Suarez-Santana
13+
114
version 3.61 (2024-12-05)
215
* argparsers: pgrep i3 with shmlog (#2272), by lasers
316
* modules: fix SyntaxWarning for python 3.12+ thx to @sdelafond (#2274)

py3status/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "3.61"
1+
version = "3.62"

0 commit comments

Comments
 (0)