forked from ntoporcov/iQbit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathannouncements.json
More file actions
156 lines (156 loc) · 4.9 KB
/
Copy pathannouncements.json
File metadata and controls
156 lines (156 loc) · 4.9 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"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": "Nov222025",
"title": "Updates and Bugfixes",
"body": "YTS Search improvements pushed by @Indi733. Thanks!",
"type": "info"
},
{
"id": "Sep232025",
"title": "Updates and Bugfixes",
"body": "Bugfixes and updates pushed by @shashikiran797 and @Prolonz",
"type": "info"
},
{
"id": "Sep082025",
"title": "Bugfixes",
"body": "Bugfixes pushed out including pause button bug. Thanks to @shashikiran797!",
"type": "info"
},
{
"id": "Aug222025",
"title": "UI – iOS26 Bugfixes",
"body": "Pushed some bugfixes related to the previous iOS26 release.",
"type": "info"
},
{
"id": "Aug062025",
"title": "UI – iOS26",
"body": "Ahead of the iOS26 release, the UI has been updated to match the new design language.",
"type": "info"
},
{
"id": "Apr112024",
"title": "Feature – Select Category on Search",
"body": "You can now select a category when downloading torrents from search",
"type": "info"
},
{
"id": "Apr032024",
"title": "Bug Fix – Start/Pause",
"body": "Fixed a start/pause bug with an unexpected status being used by qbittorrent",
"type": "warning"
},
{
"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
}
]
}