-
Notifications
You must be signed in to change notification settings - Fork 48
/
announcements.json
114 lines (114 loc) · 3.64 KB
/
announcements.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"schema": {
"id": "string",
"title": "string",
"body": "string",
"type": "'success' | 'error' | 'warning' | 'info'",
"newUser": "Show to all new users (should be false most times)"
},
"announcements": [
{
"id": "Dec062024",
"title": "Bug Fix – New status broke app",
"body": "Fixed a bug with an unexpected status being used by qbittorrent",
"type": "warning"
},
{
"id": "Mar192024",
"title": "Bug Fix – Auto management not working",
"body": "Fixed a bug introduced in last update where auto management was not applied for new torrents. Thanks for the reports @CharlosMartinez & @Martzki",
"type": "warning"
},
{
"id": "Jan112024",
"title": "Thanks @Drun555 in Github",
"body": "Added some more options to Torrent download preferences for sequencing, auto management, and more.",
"type": "info"
},
{
"id": "Jul142023",
"title": "Thanks @VishveshC in Github",
"body": "Updated the build process to include a login.html file",
"type": "info"
},
{
"id": "Jan172023",
"title": "Thanks @AdamSEY in Github",
"body": "They added Top 100 tab in trending and file size info when searching with plugins",
"type": "info"
},
{
"id": "Jan032023",
"title": "API Call Fixes",
"body": "If you were stuck on 4.4.4 because some of the functionality was broken. This update is fixing that :)",
"type": "info"
},
{
"id": "Oct192022",
"title": "Custom Tabs Update",
"body": "Added way to hide/change the botton tabs visible on mobile",
"type": "info"
},
{
"id": "Oct022022",
"title": "Font Size Update",
"body": "Added a setting page for adjusting the app's font size",
"type": "info"
},
{
"id": "Sep272022",
"title": "Download Filters Update",
"body": "Added some filters to the download tab.",
"type": "info"
},
{
"id": "Sep262022",
"title": "Trending Tab Update",
"body": "Added Trending Tab to show movies and tv shows currently trending according to TMDB.",
"type": "info"
},
{
"id": "Sep182022",
"title": "Update",
"body": "Pushed a couple UI fixes and an attempt at whitelisted IP authentication",
"type": "info"
},
{
"id": "Sep082022",
"title": "Plugin Search",
"body": "qBitTorrent Plugin Search. You can also manage plugins and add public plugins directly from the WebUI.",
"type": "info"
},
{
"id": "Sep052022",
"title": "Fixes",
"body": "Fixing incompatibilities with qBitTorrent 4.4.4. If you spot anything not working, please create an issue. Coming soon: Plugin Search",
"type": "warning"
},
{
"id": "Aug242022",
"title": "More Updates",
"body": "Added rarbg as provider. Deployed my own proxy. Added GA.",
"type": "info"
},
{
"id": "Aug192022",
"title": "Torrent Information",
"body": "Feast your eyes on data from your downloads. (Please request any data points that you'd like if they're not there)",
"type": "info"
},
{
"id": "Aug172022b",
"title": "New Updates in Repo",
"body": "Standalone server (run iQbit on its own port, cool for targeting mobile devices only), torrent rename, torrent name popover on tap",
"type": "info"
},
{
"id": "welcome",
"title": "Welcome to iQbit",
"body": "Welcome to the new iQbit. Whenever new updates are pushed to the repo, you'll get notifications like these in the WebUI.",
"type": "info",
"newUser": true
}
]
}