From 874a24214908a8f7945d13da68addd22658b132d Mon Sep 17 00:00:00 2001 From: dadaloop82 Date: Mon, 13 Apr 2026 10:21:16 +0000 Subject: [PATCH] release: v1.2.0 - EverShelf rebrand + version badge - Add v1.2.0 version badge to app header - Update CHANGELOG with v1.2.0 entries - Bump manifest.json version to 1.2.0 - Bump OpenAPI spec version to 1.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ assets/css/style.css | 10 ++++++++++ docs/openapi.yaml | 2 +- index.html | 2 +- manifest.json | 1 + 5 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c94984..3bd46d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ All notable changes to EverShelf will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.0] - 2026-04-13 + +### Changed +- **Project renamed** from "Dispensa Manager" to **EverShelf** +- Contact email updated to `evershelfproject@gmail.com` +- Docker service, container, and volume renamed to `evershelf` +- SQLite database renamed from `dispensa.db` to `evershelf.db` +- All localStorage keys migrated: `dispensa_*` → `evershelf_*` +- Apache config file renamed to `evershelf.conf` +- CI workflow Docker image/container names updated +- App name updated in all translations (it, en, de) +- Navigation title updated to EverShelf across all languages + +### Added +- Version badge (`v1.2.0`) in the app header + +### Fixed +- JS file truncation caused by `sed` in-place edit on large files +- Browser cache invalidation via bumped asset version strings (`?v=20260413a`) + ## [1.0.0] - 2026-04-10 ### Added diff --git a/assets/css/style.css b/assets/css/style.css index 7bce2a5..023af77 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -81,6 +81,16 @@ body { font-size: 1.3rem; font-weight: 700; cursor: pointer; + display: flex; + align-items: baseline; + gap: 6px; +} + +.header-version { + font-size: 0.6rem; + font-weight: 400; + opacity: 0.7; + letter-spacing: 0.03em; } .header-btn { diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 4251f1d..96f4aba 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -11,7 +11,7 @@ info: - General: 120 requests/minute - AI endpoints: 15 requests/minute - Login endpoints: 5 requests/minute - version: "1.0.0" + version: "1.2.0" contact: name: Stimpfl Daniel email: evershelfproject@gmail.com diff --git a/index.html b/index.html index e5fb445..daf069d 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@
-

🏠 EverShelf

+

🏠 EverShelfv1.2.0