Bump version to 0.6.1 — Bilingual changelog and UX fixes
All checks were successful
Release / build-and-release (push) Successful in 27m22s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
le king fu 2026-03-05 15:00:37 -05:00
parent d23fcd6bdb
commit ec38cd5669
7 changed files with 11 additions and 3 deletions

View file

@ -2,6 +2,8 @@
## [Non publié]
## [0.6.1]
### Ajouté
- Page historique des versions : historique complet accessible depuis les Paramètres à tout moment
- Changelog bilingue : les notes de version s'affichent dans la langue choisie par l'utilisateur (FR/EN)

View file

@ -2,6 +2,8 @@
## [Unreleased]
## [0.6.1]
### Added
- Changelog page: full version history accessible from Settings at any time
- Bilingual changelog: release notes displayed in the user's selected language (EN/FR)

View file

@ -1,7 +1,7 @@
{
"name": "simpl_result_scaffold",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"license": "GPL-3.0-only",
"type": "module",
"scripts": {

View file

@ -2,6 +2,8 @@
## [Non publié]
## [0.6.1]
### Ajouté
- Page historique des versions : historique complet accessible depuis les Paramètres à tout moment
- Changelog bilingue : les notes de version s'affichent dans la langue choisie par l'utilisateur (FR/EN)

View file

@ -2,6 +2,8 @@
## [Unreleased]
## [0.6.1]
### Added
- Changelog page: full version history accessible from Settings at any time
- Bilingual changelog: release notes displayed in the user's selected language (EN/FR)

View file

@ -1,6 +1,6 @@
[package]
name = "simpl-result"
version = "0.4.4"
version = "0.6.1"
description = "Personal finance management app"
license = "GPL-3.0-only"
authors = ["you"]

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Simpl Resultat",
"version": "0.6.0",
"version": "0.6.1",
"identifier": "com.simpl.resultat",
"build": {
"beforeDevCommand": "npm run dev",