Skip to content

Commit 8dbc622

Browse files
committed
calibre-normal: Add deprecation notice
1 parent 88f79aa commit 8dbc622

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

bucket/calibre-normal.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
{
2+
"##": "Deprecate this manifest after 2026-12-01",
23
"version": "8.16.2",
3-
"description": "Powerful and easy to use e-book manager",
4+
"description": "Powerful and easy to use e-book manager.",
45
"homepage": "https://calibre-ebook.com",
5-
"license": "GPL-3.0-only",
6-
"notes": "Calibre drops support for 32-bit CPUs after v6.0.0, if you are running a 32-bit system, please install calibre-normal5 from Versions bucket.",
6+
"license": {
7+
"identifier": "GPL-3.0-or-later",
8+
"url": "https://github.com/kovidgoyal/calibre/blob/HEAD/LICENSE"
9+
},
10+
"notes": [
11+
"`calibre` has been switched to the MSI installer, providing portable-like functionality through the use of environment variables.",
12+
"User data will be migrated automatically during the installation process of `calibre`, so there is no need to worry about data loss.",
13+
"`calibre` also resolves issues related to unregistered URL protocol handlers and residual file associations after uninstallation.",
14+
"This manifest will be deprecated on 2026-12-01. Please install `extras/calibre` instead."
15+
],
716
"architecture": {
817
"64bit": {
918
"url": "https://download.calibre-ebook.com/8.16.2/calibre-64bit-8.16.2.msi",

0 commit comments

Comments
 (0)