mirror of
https://github.com/readest/readest.git
synced 2026-05-01 21:10:43 +00:00
Show release note in auto updater (#44)
This commit is contained in:
parent
72c6455fca
commit
acfce9da67
2 changed files with 72 additions and 12 deletions
43
apps/readest-app/release-notes.json
Normal file
43
apps/readest-app/release-notes.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"releases": {
|
||||
"0.8.6": {
|
||||
"date": "2024-12-25",
|
||||
"notes": [
|
||||
"Support back navigation in login page.",
|
||||
"Support context menu on book cover for desktop version.",
|
||||
"Resolve the issue with restoring footnotes and bookmarks after deletion."
|
||||
]
|
||||
},
|
||||
"0.8.5": {
|
||||
"date": "2024-12-24",
|
||||
"notes": [
|
||||
"Support progress and notes sync across devices.",
|
||||
"Support for Non-ASCII characters in custom CSS.",
|
||||
"Support to disable click-to-flip."
|
||||
]
|
||||
},
|
||||
"0.8.3": {
|
||||
"date": "2024-12-12",
|
||||
"notes": [
|
||||
"Support popover footnotes.",
|
||||
"Support left / right popover on vertical writing documents.",
|
||||
"Support loading additional fonts."
|
||||
]
|
||||
},
|
||||
"0.8.2": {
|
||||
"date": "2024-12-06",
|
||||
"notes": [
|
||||
"Support file associations for one-click open with Readest.",
|
||||
"Support APP auto updater.",
|
||||
"Suppport online web version."
|
||||
]
|
||||
},
|
||||
"0.7.9": {
|
||||
"date": "2024-12-01",
|
||||
"notes": [
|
||||
"Initial release with full functionality for ePub rendering.",
|
||||
"Support multi-book reading with Parallel Read."
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue