From 60a9eb5b577c6c2a2558e9984b3ebcabf81b28e7 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Wed, 15 Jan 2025 17:55:50 +0100 Subject: [PATCH] Release version 0.9.5 (#159) --- README.md | 3 ++- apps/readest-app/package.json | 2 +- apps/readest-app/release-notes.json | 8 ++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbc68ca4..a7c168dc 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Readest is open-source, and contributions are welcome! Feel free to open issues, Readest is free software: you can redistribute it and/or modify it under the terms of the [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the [LICENSE](LICENSE) file for details. -The following JavaScript libraries are bundled in this software: +The following libraries and software are used in this software: - [foliate-js](https://github.com/johnfactotum/foliate-js), which is MIT licensed. - [zip.js](https://github.com/gildas-lormeau/zip.js), which is licensed under the BSD-3-Clause license. @@ -190,6 +190,7 @@ The following JavaScript libraries are bundled in this software: - [PDF.js](https://github.com/mozilla/pdf.js), which is licensed under Apache License 2.0. - [next.js](https://github.com/vercel/next.js), which is MIT licensed. - [react](https://github.com/facebook/react), which is MIT licensed. +- [react-icons](https://github.com/react-icons/react-icons), which has various open-source licenses. - [tauri](https://github.com/tauri-apps/tauri), which is MIT licensed. The following fonts are utilized in this software, either bundled within the application or provided through web fonts: diff --git a/apps/readest-app/package.json b/apps/readest-app/package.json index 81e3632c..aa619805 100644 --- a/apps/readest-app/package.json +++ b/apps/readest-app/package.json @@ -1,6 +1,6 @@ { "name": "@readest/readest-app", - "version": "0.9.3", + "version": "0.9.5", "private": true, "scripts": { "dev": "dotenv -e .env.tauri -- next dev", diff --git a/apps/readest-app/release-notes.json b/apps/readest-app/release-notes.json index ad7cd449..34cf8355 100644 --- a/apps/readest-app/release-notes.json +++ b/apps/readest-app/release-notes.json @@ -1,5 +1,13 @@ { "releases": { + "0.9.5": { + "date": "2025-01-15", + "notes": [ + "Various TTS related UX enhancements", + "Add more system fonts as custom fonts", + "Show reading progress in bookshelf" + ] + }, "0.9.3": { "date": "2025-01-11", "notes": [