Skip to content

Commit

Permalink
(chore): Release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
smolBlackCat committed Jul 30, 2024
1 parent 638595a commit 8190a8f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
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.5.2)
project(ProgressTracker VERSION 1.6.0)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ A debian build is also available. The debian package can be obtained in the
[releases][github-release] page.

```sh
sudo apt install ./progress-tracker-1.5.deb
sudo apt install ./progress-tracker-1.6.deb
```

### Arch Linux (AUR)

Progress is available on the AUR (Arch User Repository). You can install it using the `yay` command-line application:

```sh
yay -S progress-tracker
```

### Windows
Expand Down
3 changes: 2 additions & 1 deletion build-aux/progress-installer-w64.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Progress"
#define MyAppVersion "1.5.2"
#define MyAppVersion "1.6.0"
#define MyAppPublisher "smolblackcat"
#define MyAppURL "https://github.com/smolBlackCat/progress-tracker"
#define MyAppExeName "progress-tracker.exe"
Expand Down Expand Up @@ -34,6 +34,7 @@ Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "turkish"; MessagesFile: "compiler:Languages\Turkish.isl"
Name: "ukrainian"; MessagesFile: "compiler:Languages\Ukrainian.isl"
Name: "polish"; MessagesFile: "compiler:Languages\Polish.isl"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Expand Down
9 changes: 9 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,15 @@
</categories>

<releases>
<release date="2024-07-30" version="1.6.0">
<description>
<p>What's new in Progress 1.6.0</p>
<ul>
<li>Added Polish Translation</li>
<li>Fixed rendering artifact (Windows)</li>
</ul>
</description>
</release>
<release date="2024-06-14" version="1.5.2">
<description>
<p>What's new in Progress 1.5.2</p>
Expand Down

0 comments on commit 8190a8f

Please sign in to comment.