Skip to content

Commit

Permalink
Prepare RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Jan 3, 2025
1 parent 75920ab commit 4f44e34
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ jobs:
config:
- configuration: Release
ui: Gtk+3
enable: TESTS, AUTO_UPDATE
enable: TESTS, CRASHPAD, AUTO_UPDATE
upload: windows-gtk3-release

- configuration: Debug
enable: TESTS, TRACING, AUTO_UPDATE
enable: TESTS, TRACING, CRASHPAD, AUTO_UPDATE
ui: Gtk+3
upload: windows-gtk3-debug

Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ macro_ensure_out_of_source_build(
)

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

set (CMAKE_BUILD_TYPE_INIT "Release")
set (CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Workrave NEWS -- history of user-visible changes. 19 November 2024
Workrave NEWS -- history of user-visible changes. 04 January 2025
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-rc.1

** Fix issue where a different window is focused after a break warning.

* Workrave 1.11.0-beta.16

** updated tamil Translation (#581, TamilNeram)
Expand Down
7 changes: 7 additions & 0 deletions changes.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
releases:
- version: 1.11.0-rc.1
date: 2025-01-04T00:00:00+01:00
short: |-
Workrave 1.11.0-rc.1 has been released.
changes:
- Fix issue where a different window is focused after a break warning.

- version: 1.11.0-beta.16
date: 2024-11-19T20:01:18+01:00
short: |-
Expand Down

0 comments on commit 4f44e34

Please sign in to comment.