Skip to content

Commit 7177e04

Browse files
bump: version 0.6.3 → 0.6.4
1 parent 7531d37 commit 7177e04

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.6.4 (2025-09-08)
2+
3+
### Fix
4+
5+
- bump dependencies
6+
- **ci**: fix link to DMG
7+
18
## v0.6.3 (2025-08-25)
29

310
### Fix

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "temporis"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
edition = "2024"
55
license-file = "LICENSE"
66
description = "A pomodoro timer focused on attention and well-being"

site/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
<code>chmod +x temporis*.AppImage</code>
410410
</pre>
411411
<a
412-
href="https://github.com/reciperium/temporis/releases/download/v0.6.3/temporis_0.6.3_x86_64.AppImage"
412+
href="https://github.com/reciperium/temporis/releases/download/v0.6.4/temporis_0.6.4_x86_64.AppImage"
413413
class="inline-flex items-center space-x-2 bg-blue-600 hover:bg-blue-700 dark:bg-blue-500 dark:hover:bg-blue-600 text-white px-4 py-2 rounded-lg font-medium transition-colors duration-200"
414414
>
415415
<svg
@@ -491,7 +491,7 @@
491491
For Debian, Ubuntu, and derivatives
492492
</p>
493493
<a
494-
href="https://github.com/reciperium/temporis/releases/download/v0.6.3/temporis_0.6.3_amd64.deb"
494+
href="https://github.com/reciperium/temporis/releases/download/v0.6.4/temporis_0.6.4_amd64.deb"
495495
class="inline-flex items-center space-x-2 bg-blue-600 hover:bg-blue-700 dark:bg-blue-500 dark:hover:bg-blue-600 text-white px-4 py-2 rounded-lg font-medium transition-colors duration-200"
496496
>
497497
<svg
@@ -523,7 +523,7 @@
523523
<pre>
524524
<code class="language-sh text-center whitespace-normal rounded-md">
525525
sudo apt -y install
526-
./temporis_0.6.3_amd64.deb
526+
./temporis_0.6.4_amd64.deb
527527
</code>
528528
</pre>
529529
</div>
@@ -565,7 +565,7 @@
565565
Silicon Macs
566566
</p>
567567
<a
568-
href="https://github.com/reciperium/temporis/releases/download/v0.6.3/temporis_0.6.3_x64.dmg"
568+
href="https://github.com/reciperium/temporis/releases/download/v0.6.4/temporis_0.6.4_x64.dmg"
569569
class="inline-flex items-center space-x-2 bg-blue-600 hover:bg-blue-700 dark:bg-blue-500 dark:hover:bg-blue-600 text-white px-4 py-2 rounded-lg font-medium transition-colors duration-200"
570570
>
571571
<svg

ui/pages/settings.slint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export component Settings {
220220

221221
Text {
222222
horizontal-alignment: center;
223-
text: @tr("Version: 0.6.3");
223+
text: @tr("Version: 0.6.4");
224224
}
225225

226226
Text {

0 commit comments

Comments
 (0)