Skip to content

Commit fbc2ff4

Browse files
bump: version 0.6.1 → 0.6.2
1 parent aca6486 commit fbc2ff4

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.6.2 (2025-08-24)
2+
3+
### Fix
4+
5+
- attempt at mac notifications
6+
17
## v0.6.1 (2025-08-16)
28

39
### 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.1"
3+
version = "0.6.2"
44
edition = "2024"
55
license-file = "LICENSE"
66
description = "A pomodoro timer focused on attention and well-being"

site/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
</pre>
407407
</p>
408408
<a
409-
href="https://github.com/reciperium/temporis/releases/download/v0.6.1/temporis_0.6.1_x86_64.AppImage"
409+
href="https://github.com/reciperium/temporis/releases/download/v0.6.2/temporis_0.6.2_x86_64.AppImage"
410410
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"
411411
>
412412
<svg
@@ -488,7 +488,7 @@
488488
For Debian, Ubuntu, and derivatives
489489
</p>
490490
<a
491-
href="https://github.com/reciperium/temporis/releases/download/v0.6.1/temporis_0.6.1_amd64.deb"
491+
href="https://github.com/reciperium/temporis/releases/download/v0.6.2/temporis_0.6.2_amd64.deb"
492492
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"
493493
>
494494
<svg
@@ -520,7 +520,7 @@
520520
<pre>
521521
<code class="language-sh text-center whitespace-normal rounded-md">
522522
sudo apt -y install
523-
./temporis_0.6.1_amd64.deb
523+
./temporis_0.6.2_amd64.deb
524524
</code>
525525
</pre>
526526
</div>

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.1");
223+
text: @tr("Version: 0.6.2");
224224
}
225225

226226
Text {

0 commit comments

Comments
 (0)