diff --git a/CHANGELOG.md b/CHANGELOG.md index 60cfa44..a18f1fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [[app-v0.2.1](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.2.1)] - 2024-09-29 + +### 🐛 Bug Fixes + +- Load themes and config synchronously ([#110](https://github.com/vjousse/pomodorolm/issues/110)) +- Aur sha computation + ## [[app-v0.2.0](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.2.0)] - 2024-09-27 ### 🚀 Features @@ -14,11 +21,13 @@ All notable changes to this project will be documented in this file. - Snapcraft build - Snapcraft builds +- Remove version check for now ### 📚 Documentation - Add flathub link - Add Snap Store badge +- Add CHANGELOG.md ### ⚙️ Miscellaneous Tasks @@ -38,6 +47,10 @@ All notable changes to this project will be documented in this file. - Add pre-commit ([#102](https://github.com/vjousse/pomodorolm/issues/102)) - Add elm-review ([#104](https://github.com/vjousse/pomodorolm/issues/104)) - Fix snapcraft build ([#105](https://github.com/vjousse/pomodorolm/issues/105)) +- Bump version to 0.2.0 +- Fix check-versions workflow +- Add missing git-cliff +- Install git-cliff using cargo ## [[app-v0.1.11](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.1.11)] - 2024-09-13 diff --git a/aur/PKGBUILD b/aur/PKGBUILD index b3892f7..f928d3b 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Vincent Jousse - https://vincent.jousse.org pkgname=pomodorolm-bin -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="Multi-platform pomodoro tracker with a nice looking UI, inspired by Pomotroid" arch=('x86_64') diff --git a/org.jousse.vincent.Pomodorolm.metainfo.xml b/org.jousse.vincent.Pomodorolm.metainfo.xml index af5b74a..0c32a5c 100644 --- a/org.jousse.vincent.Pomodorolm.metainfo.xml +++ b/org.jousse.vincent.Pomodorolm.metainfo.xml @@ -24,6 +24,9 @@ + + https://github.com/vjousse/pomodorolm/releases/tag/app-v0.2.1 + https://github.com/vjousse/pomodorolm/releases/tag/app-v0.2.0 diff --git a/package-lock.json b/package-lock.json index aa02de8..f1c92e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pomodorolm", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pomodorolm", - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "@tauri-apps/api": ">=2.0.0-beta.0", "@tauri-apps/plugin-log": ">=2.0.0-rc.1", diff --git a/package.json b/package.json index 7471163..d0fb1f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pomodorolm", "private": true, - "version": "0.2.0", + "version": "0.2.1", "type": "module", "scripts": { "dev": "vite", diff --git a/snapcraft.yaml b/snapcraft.yaml index be01189..06cc350 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -5,7 +5,7 @@ platforms: amd64: arm64: -version: "0.2.0" +version: "0.2.1" summary: A simple, good looking and multi-platform pomodoro tracker description: | 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. diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 3e76e7d..5c8a15b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3499,7 +3499,7 @@ dependencies = [ [[package]] name = "pomodorolm" -version = "0.2.0" +version = "0.2.1" dependencies = [ "futures", "hex_color", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f26753a..0e43cee 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pomodorolm" -version = "0.2.0" +version = "0.2.1" description = "A Tauri App" authors = ["Vincent Jousse"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8394e5c..79e1c2d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -41,7 +41,7 @@ } }, "productName": "pomodorolm", - "version": "0.2.0", + "version": "0.2.1", "identifier": "org.jousse.vincent.Pomodorolm", "plugins": {}, "app": {