Skip to content

Commit 37c3b0b

Browse files
committed
chore: bump to 0.6.2
1 parent e8eaf2f commit 37c3b0b

File tree

9 files changed

+27
-8
lines changed

9 files changed

+27
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,29 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [[app-v0.6.2](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.6.2)] - 2025-11-21
6+
7+
### 🐛 Bug Fixes
8+
9+
- Handle play status correctly in tray menu ([#199](https://github.com/vjousse/pomodorolm/issues/199))
10+
- Handle always on top config ([#200](https://github.com/vjousse/pomodorolm/issues/200))
11+
12+
### ⚙️ Miscellaneous Tasks
13+
14+
- Update aur package
15+
- Update to latest deps and tauri 2.8 ([#191](https://github.com/vjousse/pomodorolm/issues/191))
16+
517
## [[app-v0.6.1](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.6.1)] - 2025-10-01
618

719
### 🐛 Bug Fixes
820

921
- App crash if duration is 0 ([#188](https://github.com/vjousse/pomodorolm/issues/188))
1022
- No icon on windows 11 ([#189](https://github.com/vjousse/pomodorolm/issues/189))
1123

24+
### ⚙️ Miscellaneous Tasks
25+
26+
- Bump to 0.6.1
27+
1228
## [[app-v0.6.0](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.6.0)] - 2025-08-08
1329

1430
### 🚀 Features

aur/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Vincent Jousse <vincent@jousse.org> - https://vincent.jousse.org
22
pkgname=pomodorolm-bin
3-
pkgver=0.6.1
3+
pkgver=0.6.2
44
pkgrel=1
55
pkgdesc="Multi-platform pomodoro tracker with a nice looking UI, inspired by Pomotroid"
66
arch=('x86_64')

org.jousse.vincent.Pomodorolm.metainfo.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
</screenshots>
2525
<content_rating type="oars-1.1" />
2626
<releases>
27+
<release version="0.6.2" date="2025-11-21">
28+
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.6.2</url>
29+
</release>
2730
<release version="0.6.1" date="2025-10-01">
2831
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.6.1</url>
2932
</release>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pomodorolm",
33
"private": true,
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platforms:
55
amd64:
66
arm64:
77

8-
version: "0.6.1"
8+
version: "0.6.2"
99
summary: A simple, good looking and multi-platform pomodoro tracker
1010
description: |
1111
Pomodorolm is a simple and configurable Pomodoro timer. It aims to provide a visually-pleasing and reliable way to track productivity using the Pomodoro Technique.

src-tauri/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.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pomodorolm"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "A Tauri App"
55
authors = ["Vincent Jousse"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
},
4343
"productName": "pomodorolm",
44-
"version": "0.6.1",
44+
"version": "0.6.2",
4545
"identifier": "org.jousse.vincent.Pomodorolm",
4646
"plugins": {},
4747
"app": {

0 commit comments

Comments
 (0)