Skip to content

Commit 5c3066a

Browse files
committed
1.25.0 release
1 parent cb1d6b9 commit 5c3066a

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
This project adheres to [Semantic Versioning](https://semver.org/).
33

4+
# 1.25.0 (2026-07-20)
5+
## Changes
6+
- GUI functions on Linux are now running on user DBUS, allowing working inside cron tasks
7+
48
# 1.24.0 (2026-07-11)
59
## New features
610
- New variable: `$lb_yes_mode` for non-interactive scripts

libbash.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# #
66
# Sources: https://github.com/pruje/libbash.sh #
77
# #
8-
# Version 1.24.0 (2026-07-11) #
8+
# Version 1.25.0 (2026-07-20) #
99
# #
1010
########################################################
1111

12-
declare -r lb_version=1.24.0
12+
declare -r lb_version=1.25.0
1313

1414
# Index
1515
#

libbash_gui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# #
66
# Sources: https://github.com/pruje/libbash.sh #
77
# #
8-
# Version 1.24.0 (2026-07-11) #
8+
# Version 1.25.0 (2026-07-20) #
99
# #
1010
########################################################
1111

0 commit comments

Comments
 (0)