Skip to content

Commit 8f40658

Browse files
committed
chore: bump to 0.7.0
1 parent 1a12920 commit 8f40658

File tree

9 files changed

+24
-8
lines changed

9 files changed

+24
-8
lines changed

CHANGELOG.md

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

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

5+
## [[app-v0.7.0](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.7.0)] - 2025-11-28
6+
7+
### 🚀 Features
8+
9+
- Configure max session length ([#203](https://github.com/vjousse/pomodorolm/issues/203))
10+
- Add reset session button ([#204](https://github.com/vjousse/pomodorolm/issues/204))
11+
12+
### ⚙️ Miscellaneous Tasks
13+
14+
- Update AUR checksum
15+
- Update deps ([#201](https://github.com/vjousse/pomodorolm/issues/201))
16+
517
## [[app-v0.6.2](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.6.2)] - 2025-11-21
618

719
### 🐛 Bug Fixes
@@ -13,6 +25,7 @@ All notable changes to this project will be documented in this file.
1325

1426
- Update aur package
1527
- Update to latest deps and tauri 2.8 ([#191](https://github.com/vjousse/pomodorolm/issues/191))
28+
- Bump to 0.6.2
1629

1730
## [[app-v0.6.1](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.6.1)] - 2025-10-01
1831

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.2
3+
pkgver=0.7.0
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.7.0" date="2025-11-28">
28+
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.7.0</url>
29+
</release>
2730
<release version="0.6.2" date="2025-11-21">
2831
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.6.2</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.2",
4+
"version": "0.7.0",
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.2"
8+
version: "0.7.0"
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.2"
3+
version = "0.7.0"
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.2",
44+
"version": "0.7.0",
4545
"identifier": "org.jousse.vincent.Pomodorolm",
4646
"plugins": {},
4747
"app": {

0 commit comments

Comments
 (0)