Skip to content

Commit

Permalink
(chore): Bump up to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smolBlackCat committed Jun 23, 2024
1 parent f4d6f71 commit 461bab3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(ProgressTracker VERSION 1.4.1)
project(ProgressTracker VERSION 1.5.0)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)
Expand Down
10 changes: 10 additions & 0 deletions data/io.github.smolblackcat.Progress.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@
</categories>

<releases>
<release date="2024-06-23" version="1.5.0">
<description>
<p>What's new in Progress 1.5.0</p>
<ul>
<li>Board buttons will now appear in the order of modification</li>
<li>Preferences Board Dialog will only generate a new name file if
the board's name was changed</li>
</ul>
</description>
</release>
<release date="2024-06-07" version="1.4.1">
<description>
<p>What's new in Progress 1.4.1</p>
Expand Down

0 comments on commit 461bab3

Please sign in to comment.