Bump version to 1.1.0 and update README

Add accessibility section documenting WCAG 2.2 AAA compliance,
keyboard navigation, focus management, and theme support. Update
file handling with single-instance and OS association. Fix repo
URLs and version badge.
This commit is contained in:
Your Name
2026-02-19 22:02:21 +02:00
parent 5af64df152
commit ef8a4524b9
4 changed files with 39 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Vesper",
"version": "1.0.1",
"version": "1.1.0",
"identifier": "com.vesper.reader",
"build": {
"beforeDevCommand": "npm run dev",