Skip to content

Commit

Permalink
Prepare 1.11.beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Nov 19, 2024
1 parent 50f05cf commit 6caf449
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ macro_ensure_out_of_source_build(
)

# Set Workrave version
set (WORKRAVE_VERSION "1.11.0-beta.15" )
set (WORKRAVE_RESOURCE_VERSION "1,10,999,115" )
set (WORKRAVE_VERSION "1.11.0-beta.16" )
set (WORKRAVE_RESOURCE_VERSION "1,10,999,116" )
set (WORKRAVE_CHANNEL "beta" )

set (CMAKE_BUILD_TYPE_INIT "Release")
Expand Down
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Workrave NEWS -- history of user-visible changes. 13 October 2024
Workrave NEWS -- history of user-visible changes. 19 November 2024
Copyright (C) 2001-2024 Rob Caelers, Raymond Penners, Ray Satiro
See the end for copying conditions.

Please report Workrave bug reports. Visit our bug tracker located at:
https://github.com/rcaelers/workrave/issues

* Workrave 1.11.0-beta.16

** updated tamil Translation (#581, TamilNeram)
** Fix GNOME extension (#582, J. J. Ramsey)

* Workrave 1.11.0-beta.15

** Follow OS dark/light mode on Windows (#529)
Expand Down
17 changes: 16 additions & 1 deletion changes.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
---
releases:
- version: 1.11.0-beta.16
date: 2024-11-19T20:01:18+01:00
short: |-
Workrave 1.11.0-beta.16 has been released.
changes:
- updated tamil Translation (#581, TamilNeram)
- Fix GNOME extension (#582, J. J. Ramsey)

- version: 1.11.0-beta.15
date: 2024-10-13T20:47:29+02:00
short: |-
Workrave 1.11.0-beta.15 has been released.
changes:
- Follow OS dark/light mode on Windows (#529)
- Fix dark mode on Windows (#537)
- Fix Linux crash (#575, ValdikSS)
- Fix translations in the exercises (#574)
- Fix link to Workrave's website in about window (#573)
- Fix issues where menu items could not be selected on Windows
- Fix update applet icon for first start (#578, klim-iv)
- Updated Tamil language translation (#579, TamilNeram)
- Fix crash on wlroots compositors when break starts (#550,#552,#553,#554, Kirill Primak)
- Updated Tamil translation (#579, TamilNeram)
- Updated French translations (#545, WedoneOfficiel)
- Updated Indonesian translation (#560, Andika Triwidada)
- Enable application autostart across all Linux desktop managers (#548, Jon Petrissans)
- Python scripts for Waybar and Yambar applets (557,#558,#559,#561,#562, J. J. Ramsey)
- Reworked workrave-break-info.py into something that can be used as a Python module (#563, J. J. Ramsey)
- Beta channel now also receives release candidates and final releases

- version: 1.11.0-beta.14
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workrave",
"version": "1.11.0-beta.15",
"version": "1.11.0-beta.16",
"dependencies": [
{
"name": "gettext",
Expand Down

0 comments on commit 6caf449

Please sign in to comment.