Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Jan 26, 2025
1 parent d7807bd commit d54ea38
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10)
# Should be set before project call and be a cache variable
set(CMAKE_OSX_DEPLOYMENT_TARGET "12" CACHE STRING "Minimum OS X deployment version")

project(sane-break VERSION 0.5.3 LANGUAGES C CXX)
project(sane-break VERSION 0.6.0 LANGUAGES C CXX)

set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON)
Expand Down
17 changes: 17 additions & 0 deletions packaging/linux/metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,23 @@
</screenshots>

<releases>
<release version="0.6.0" date="2025-01-26">
<url type="details">https://github.com/AllanChain/sane-break/releases/tag/v0.6.0</url>
<description>
<p>Features</p>
<ul>
<li>Sane Break will work on systems without trays</li>
<li>partial support for GNOME</li>
<li>a welcome window to guide new users and show Linux compatibility warnings</li>
<li>the flashing window is now transparent to mouse, making it less annoying</li>
<li>use minute and second style count down</li>
</ul>
<p>Bug fixes</p>
<ul>
<li>fix settings UI about "big break after"</li>
</ul>
</description>
</release>
<release version="0.5.3" date="2025-01-12">
<url type="details">https://github.com/AllanChain/sane-break/releases/tag/v0.5.3</url>
<description>
Expand Down

0 comments on commit d54ea38

Please sign in to comment.