Release v0.5.0 — open source under GPL-3.0
Some checks failed
Release / build-and-release (push) Failing after 26m7s
Some checks failed
Release / build-and-release (push) Failing after 26m7s
Bump version to 0.5.0 and update CHANGELOG with all unreleased changes including error handling, log viewer, report improvements, and GPL-3.0 license addition. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f5bf4e720b
commit
1b49871ea0
4 changed files with 7 additions and 3 deletions
|
|
@ -2,11 +2,14 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.5.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Error boundary catches React crashes and displays an error page instead of a white screen
|
- Error boundary catches React crashes and displays an error page instead of a white screen
|
||||||
- Startup timeout (10s) on database connection — shows error page instead of infinite spinner
|
- Startup timeout (10s) on database connection — shows error page instead of infinite spinner
|
||||||
- Error page with "Refresh", "Check for updates", and contact/issue links
|
- Error page with "Refresh", "Check for updates", and contact/issue links
|
||||||
- Log viewer in settings page — captures console output, filterable by level, copyable, persists across refresh
|
- Log viewer in settings page — captures console output, filterable by level, copyable, persists across refresh
|
||||||
|
- GPL-3.0 license — project is now open source
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Report detail modal: sortable columns — click headers to sort by date, description, or amount (#1)
|
- Report detail modal: sortable columns — click headers to sort by date, description, or amount (#1)
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@
|
||||||
**Stockage :** SQLite local (tauri-plugin-sql)
|
**Stockage :** SQLite local (tauri-plugin-sql)
|
||||||
**Langues supportées :** Français (FR) et Anglais (EN)
|
**Langues supportées :** Français (FR) et Anglais (EN)
|
||||||
**Plateformes :** Windows, Linux
|
**Plateformes :** Windows, Linux
|
||||||
**Version actuelle :** 0.4.7
|
**Version actuelle :** 0.5.0
|
||||||
|
**Licence :** GPL-3.0-only
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "simpl_result_scaffold",
|
"name": "simpl_result_scaffold",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.4.7",
|
"version": "0.5.0",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Simpl Resultat",
|
"productName": "Simpl Resultat",
|
||||||
"version": "0.4.7",
|
"version": "0.5.0",
|
||||||
"identifier": "com.simpl.resultat",
|
"identifier": "com.simpl.resultat",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "npm run dev",
|
"beforeDevCommand": "npm run dev",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue