]> Untitled Git - lemmy.git/blob - RELEASES.md
Update releases.md
[lemmy.git] / RELEASES.md
1 # Lemmy v0.13.0 Release (2021-09-30)
2
3 Since our last release earlier this month, we've had [~30](https://github.com/LemmyNet/lemmy/compare/0.12.0...main) commits to Lemmy.
4
5 ## Major Changes
6
7 - Added comment and post reporting in the front end, and cleaned up the reporting API. 
8   - *Note: these are local-only currently, reports are not yet federated.*
9 - The JWT secret is now auto-generated by the database. 
10   - *Note: this will log out all users, so users will have to log in again.*
11 - Lots of smaller UI fixes listed below.
12
13 ## Upgrade notes
14
15 ### Servers
16
17 If you'd like to make a DB backup before upgrading, follow [this guide](https://join.lemmy.ml/docs/en/administration/backup_and_restore.html).
18
19 To upgrade your instance to `v0.13.0`, simply follow the instructions in the documentation:
20
21 - [Upgrade with manual Docker installation](https://join.lemmy.ml/docs/en/administration/install_docker.html#updating)
22 - [Upgrade with Ansible installation](https://join.lemmy.ml/docs/en/administration/install_ansible.html)
23
24 ## Changes
25
26 ### Lemmy Server
27
28 #### General
29
30 - Adding a user agent. Fixes [#1769](https://github.com/LemmyNet/lemmy/issues/1769)
31 - Ansible changes ([#1781](https://github.com/LemmyNet/lemmy/issues/1781))
32 - Clean up reporting ([#1776](https://github.com/LemmyNet/lemmy/issues/1776))
33 - Implement webmention support (fixes [#1395](https://github.com/LemmyNet/lemmy/issues/1395))
34 - Move jwt secret from config to database (fixes [#1728](https://github.com/LemmyNet/lemmy/issues/1728))
35 - Set a 10 char minimum password length.
36 - Dont pass accept-encoding header to pictrs (ref [#1734](https://github.com/LemmyNet/lemmy/issues/1734)) ([#1738](https://github.com/LemmyNet/lemmy/issues/1738))
37
38 #### API
39
40 - There are no breaking API changes, only the addition of reporting endpoints.
41 - A full list of the API changes can be seen on this diff of [lemmy-js-client: 0.12.0 -> 0.13.0](https://github.com/LemmyNet/lemmy-js-client/compare/0.12.0...0.13.0) .
42
43 #### Federation
44
45 - Rewrite fetcher ([#1792](https://github.com/LemmyNet/lemmy/issues/1792))
46
47 ### Lemmy UI
48
49 - Adding bn, ml, and cs langs
50 - Reporting ([#434](https://github.com/LemmyNet/lemmy-ui/issues/434))
51 - Splitting login and signup pages. Fixes [#386](https://github.com/LemmyNet/lemmy-ui/issues/386) ([#431](https://github.com/LemmyNet/lemmy-ui/issues/431))
52 - Fixing image in newtab. Fixes [#382](https://github.com/LemmyNet/lemmy-ui/issues/382) ([#430](https://github.com/LemmyNet/lemmy-ui/issues/430))
53 - Navigate away from login page if already logged in. ([#429](https://github.com/LemmyNet/lemmy-ui/issues/429))
54 - Add username validation message. Fixes [#387](https://github.com/LemmyNet/lemmy-ui/issues/387) ([#428](https://github.com/LemmyNet/lemmy-ui/issues/428))
55 - Password strength meter ([#427](https://github.com/LemmyNet/lemmy-ui/issues/427))
56 - Fix community display name overflow. Fixes [#390](https://github.com/LemmyNet/lemmy-ui/issues/390) ([#425](https://github.com/LemmyNet/lemmy-ui/issues/425))
57 - Fix logout bug. Fixes [#391](https://github.com/LemmyNet/lemmy-ui/issues/391) ([#424](https://github.com/LemmyNet/lemmy-ui/issues/424))
58 - Fix up post, profile and community forms. Fixes [#409](https://github.com/LemmyNet/lemmy-ui/issues/409) ([#423](https://github.com/LemmyNet/lemmy-ui/issues/423))
59 - Adding markdown audio and video embeds. Fixes [#420](https://github.com/LemmyNet/lemmy-ui/issues/420) ([#421](https://github.com/LemmyNet/lemmy-ui/issues/421))
60 - Adding Si simplifier ([#418](https://github.com/LemmyNet/lemmy-ui/issues/418))
61 - Fix profile paging. Fixes [#416](https://github.com/LemmyNet/lemmy-ui/issues/416) ([#417](https://github.com/LemmyNet/lemmy-ui/issues/417))
62 - Use my fork of inferno-i18next. Fixes [#413](https://github.com/LemmyNet/lemmy-ui/issues/413) ([#415](https://github.com/LemmyNet/lemmy-ui/issues/415))
63 - Add version to package.json . Fixes [#411](https://github.com/LemmyNet/lemmy-ui/issues/411)
64
65 # Lemmy v0.12.2 Release (2021-09-06)
66
67 - Fixing ARM64 builds.
68 - Fixing missing Arabic language in UI.
69 - Fixing wrongly shown subscribed communities on other user's profiles. [#402](https://github.com/LemmyNet/lemmy-ui/issues/402)
70 - Adding a robots.txt, thanks to @mahanstreamer. [#401](https://github.com/LemmyNet/lemmy-ui/pull/401)
71
72 # Lemmy v0.12.1 Release (2021-09-04)
73
74 Fixed several critical websocket bugs.
75
76 - Wasn't correctly getting comment parent user for mark as read. Fixes [#1767](https://github.com/LemmyNet/lemmy/issues/1767)
77 - Was using all recipients for simple comment return. Fixes [#1766](https://github.com/LemmyNet/lemmy/issues/1766)
78 - Fix comment scrolling bug. Fixes [#394](https://github.com/LemmyNet/lemmy-ui/issues/394)
79
80 # Lemmy v0.12.0 Release (2021-09-03)
81
82 ## Changes
83
84 Since our last release in April, we've had [~80](https://github.com/LemmyNet/lemmy/compare/0.11.0...main) commits to Lemmy.
85
86 ### Lemmy Server
87
88 #### Major Changes
89
90 *Note: Issue links are below.*
91
92 - @nutomic did a major rewrite of the federation code. It is much simpler now, and reduced from 8000 lines of code to 6400. Functionality is mostly the same, but future changes will be much easier.
93 - You can now block users and communities, and their posts / comments won't show up in your feed.
94 - Removed IFramely: Lemmy can now fetch site metadata on its own.
95 - New API docs at: https://join-lemmy.org/api
96
97 #### General
98
99 - Fix prod deploy script and clippy ([#1724](https://github.com/LemmyNet/lemmy/issues/1724))
100 - Fix image uploads. Fixes [#1725](https://github.com/LemmyNet/lemmy/issues/1725) ([#1734](https://github.com/LemmyNet/lemmy/issues/1734))
101 - Adding more site setup vars. Fixes [#678](https://github.com/LemmyNet/lemmy/issues/678) ([#1718](https://github.com/LemmyNet/lemmy/issues/1718))
102 - Dont append ? to url when cleaning it ([#1716](https://github.com/LemmyNet/lemmy/issues/1716))
103 - User / community blocking. Fixes [#426](https://github.com/LemmyNet/lemmy/issues/426) ([#1604](https://github.com/LemmyNet/lemmy/issues/1604))
104 - Swap out iframely ([#1706](https://github.com/LemmyNet/lemmy/issues/1706))
105 - Adding ModTransferCommunity to modlog in API. Fixes [#1437](https://github.com/LemmyNet/lemmy/issues/1437)
106 - Make sure bots aren't included in aggregate counts ([#1705](https://github.com/LemmyNet/lemmy/issues/1705))
107 - Don't allow deleted users to do actions. Fixes [#1656](https://github.com/LemmyNet/lemmy/issues/1656) ([#1704](https://github.com/LemmyNet/lemmy/issues/1704))
108 - When banning a user, remove communities they've created ([#1700](https://github.com/LemmyNet/lemmy/issues/1700))
109 - Distribute Lemmy via crates.io
110 - Simplify config using macros ([#1686](https://github.com/LemmyNet/lemmy/issues/1686))
111 - Simplify lemmy_context() function (dont return errors)
112 - Blank out extra info for deleted or removed content. Fixes [#1679](https://github.com/LemmyNet/lemmy/issues/1679) ([#1680](https://github.com/LemmyNet/lemmy/issues/1680))
113 - Add show_new_posts_notifs setting. Fixes [#1664](https://github.com/LemmyNet/lemmy/issues/1664) ([#1665](https://github.com/LemmyNet/lemmy/issues/1665))
114 - Adding shortname fetching for users and communities. Fixes [#1662](https://github.com/LemmyNet/lemmy/issues/1662) ([#1663](https://github.com/LemmyNet/lemmy/issues/1663))
115 - Upgrading deps, running clippy fix on nightly 1.55.0 ([#1638](https://github.com/LemmyNet/lemmy/issues/1638))
116 - Running clippy --fix ([#1647](https://github.com/LemmyNet/lemmy/issues/1647))
117 - Make captcha case-insensitive
118 - Remove tracking params from post url (fixes [#768](https://github.com/LemmyNet/lemmy/issues/768))
119 - Fix IPv6 port setup for Nginx ([#1636](https://github.com/LemmyNet/lemmy/issues/1636))
120 - Fix --cert-name for certbot. ([#1631](https://github.com/LemmyNet/lemmy/issues/1631))
121 - Change join.lemmy.ml to join-lemmy.org ([#1628](https://github.com/LemmyNet/lemmy/issues/1628))
122 - Upgrade pictrs. Fixes [#1599](https://github.com/LemmyNet/lemmy/issues/1599) ([#1600](https://github.com/LemmyNet/lemmy/issues/1600))
123 - Invalidate current logins on account deletion. Fixes [#1602](https://github.com/LemmyNet/lemmy/issues/1602) ([#1603](https://github.com/LemmyNet/lemmy/issues/1603))
124 - Upgrading api test deps ([#1608](https://github.com/LemmyNet/lemmy/issues/1608))
125 - Fix nsfw posts showing for non-logged in users. Fixes [#1614](https://github.com/LemmyNet/lemmy/issues/1614) ([#1615](https://github.com/LemmyNet/lemmy/issues/1615))
126 - Add additional slurs configuration option. Closes [#1464](https://github.com/LemmyNet/lemmy/issues/1464). ([#1612](https://github.com/LemmyNet/lemmy/issues/1612))
127 - Updating to rust 1.51.0 ([#1598](https://github.com/LemmyNet/lemmy/issues/1598))
128 - Remove brotli, zstd dependencies for faster compilation
129
130 #### API
131
132 - A full list of the API changes can be seen on this diff of [lemmy-js-client: 0.11.0 -> 0.12.0](https://github.com/LemmyNet/lemmy-js-client/compare/0.11.0...0.12.0-rc.1) .
133
134 #### Federation
135
136 - Move resolving of activitypub objects to separate api endpoint (fixes #1584)
137 - Rewrite remaining activities ([#1712](https://github.com/LemmyNet/lemmy/issues/1712))
138 - Migrate comment inReplyTo field to single value (ref [#1454](https://github.com/LemmyNet/lemmy/issues/1454))
139 - Fix issue with protocol string in actor id generation ([#1668](https://github.com/LemmyNet/lemmy/issues/1668))
140
141
142 ### Lemmy UI
143
144 - Integrating resolve_user into search. ([#377](https://github.com/LemmyNet/lemmy-ui/issues/377))
145 - Add lazy loading of images. Fixes [#329](https://github.com/LemmyNet/lemmy-ui/issues/329) ([#379](https://github.com/LemmyNet/lemmy-ui/issues/379))
146 - Adding vi, sk, mnc, and cy languages. ([#378](https://github.com/LemmyNet/lemmy-ui/issues/378))
147 - Feature/user community block ([#362](https://github.com/LemmyNet/lemmy-ui/issues/362))
148 - Swapping out iframely. ([#374](https://github.com/LemmyNet/lemmy-ui/issues/374))
149 - Adding mod transfer community ([#373](https://github.com/LemmyNet/lemmy-ui/issues/373))
150 - Remove content more ([#372](https://github.com/LemmyNet/lemmy-ui/issues/372))
151 - Scroll to comments on post's x comments button ([#312](https://github.com/LemmyNet/lemmy-ui/issues/312))
152 - Remove websocket connection messages. Fixes [#355](https://github.com/LemmyNet/lemmy-ui/issues/355)
153 - Center spinner, make smaller. Fixes [#203](https://github.com/LemmyNet/lemmy-ui/issues/203)
154 - Fix font issues. Fixes [#354](https://github.com/LemmyNet/lemmy-ui/issues/354)
155 - Have setting to disable notifs for new posts. Fixes [#132](https://github.com/LemmyNet/lemmy-ui/issues/132) ([#345](https://github.com/LemmyNet/lemmy-ui/issues/345))
156 - Remove max length constraints on actors. Fixes [#350](https://github.com/LemmyNet/lemmy-ui/issues/350) ([#351](https://github.com/LemmyNet/lemmy-ui/issues/351))
157 - Fix captcha replay bug. Fixes [#348](https://github.com/LemmyNet/lemmy-ui/issues/348) ([#349](https://github.com/LemmyNet/lemmy-ui/issues/349))
158 - Removing community and user routes in favor of shortnames. Fixes [#317](https://github.com/LemmyNet/lemmy-ui/issues/317) ([#343](https://github.com/LemmyNet/lemmy-ui/issues/343))
159 - Don't use default subscribed for communities page.
160 - Adding Listing type to communities page, default local. [#190](https://github.com/LemmyNet/lemmy-ui/issues/190) ([#342](https://github.com/LemmyNet/lemmy-ui/issues/342))
161 - Fix language bug on mobile browsers
162 - Collapse sidebar on mobile. Fixes [#335](https://github.com/LemmyNet/lemmy-ui/issues/335) ([#340](https://github.com/LemmyNet/lemmy-ui/issues/340))
163 - Re-organized components folder. ([#339](https://github.com/LemmyNet/lemmy-ui/issues/339))
164 - Fixing too many large spinners ([#337](https://github.com/LemmyNet/lemmy-ui/issues/337))
165 - Moving comment link to top bar. Fixes #307 ([#336](https://github.com/LemmyNet/lemmy-ui/issues/336))
166 - Fix/ws error messages ([#334](https://github.com/LemmyNet/lemmy-ui/issues/334))
167 - Make spinner bigger. Fixes [#203](https://github.com/LemmyNet/lemmy-ui/issues/203)
168 - Fix preview description html. Fixes [#110](https://github.com/LemmyNet/lemmy-ui/issues/110)
169 - Always show previous paginator, extract paginator component.
170 - Use better comment collapse icon, and add text. Fixes [#318](https://github.com/LemmyNet/lemmy-ui/issues/318)
171 - Fix symbols issue. Fixes [#319](https://github.com/LemmyNet/lemmy-ui/issues/319)
172 - Don't restore scroll position on page refresh. Fixes [#186](https://github.com/LemmyNet/lemmy-ui/issues/186)
173 - Insert triple backticks for 'code' button when multiple lines are selected. ([#311](https://github.com/LemmyNet/lemmy-ui/issues/311))
174 - Change join.lemmy-ui.ml to join-lemmy-ui.org
175 - Adding a comment here placeholder. Fixes [#301](https://github.com/LemmyNet/lemmy-ui/issues/301)
176 - Fix non-local community and person links. Fixes [#290](https://github.com/LemmyNet/lemmy-ui/issues/290)
177 - Fix navbar bug. Fixes [#289](https://github.com/LemmyNet/lemmy-ui/issues/289)
178 - Hide names of mods / admins without priveleges. Fixes [#285](https://github.com/LemmyNet/lemmy-ui/issues/285)
179 - Adding URL search type. Fixes [#286](https://github.com/LemmyNet/lemmy-ui/issues/286)
180 - Add a link to joinlemmy-ui on lemmy-ui.ml signup. Fixes [#235](https://github.com/LemmyNet/lemmy-ui/issues/235)
181 - Fix duped site description. Fixes [#281](https://github.com/LemmyNet/lemmy-ui/issues/281)
182
183 ## Upgrade notes
184
185 ### Servers
186
187 You may need to add this to your `lemmy.hjson`:
188
189 `pictrs_url: "http://pictrs:8080"`
190
191 If you'd like to make a DB backup before upgrading, follow [this guide](https://join.lemmy.ml/docs/en/administration/backup_and_restore.html).
192
193 To upgrade your instance to `v0.12.0`, simply follow the instructions in the documentation:
194
195 - [Upgrade with manual Docker installation](https://join.lemmy.ml/docs/en/administration/install_docker.html#updating)
196 - [Upgrade with Ansible installation](https://join.lemmy.ml/docs/en/administration/install_ansible.html)
197
198 ### Clients / Apps
199
200 - A full list of the API changes can be seen on this diff of [lemmy-js-client: 0.11.0 -> 0.12.0](https://github.com/LemmyNet/lemmy-js-client/compare/0.11.0...0.12.0-rc.1) .
201
202 # Lemmy v0.11.3 Release (2021-07-30)
203
204 ## Changes
205
206 Since our last release, we've had [~30](https://github.com/LemmyNet/lemmy/compare/0.11.0...main) commits to Lemmy, and [~60](https://github.com/LemmyNet/lemmy-ui/compare/0.11.0...main) to Lemmy UI.
207
208 ### Lemmy Server
209
210 - Blank out extra info for deleted or removed content. Fixes [#1679](https://github.com/LemmyNet/Lemmy/issues/1679) 
211 - Add show_new_posts_notifs setting. Fixes [#1664](https://github.com/LemmyNet/Lemmy/issues/1664)
212 - Fix issue with protocol string in actor id generation [#1668](https://github.com/LemmyNet/Lemmy/issues/1668)
213 - Adding shortname fetching for users and communities. Fixes [#1662](https://github.com/LemmyNet/Lemmy/issues/1662)
214 - Make captcha case-insensitive.
215 - Remove tracking params from post url (fixes [#768](https://github.com/LemmyNet/Lemmy/issues/768))
216 - Upgrade pictrs. Fixes [#1599](https://github.com/LemmyNet/Lemmy/issues/1599)
217 - Invalidate current logins on account deletion. Fixes [#1602](https://github.com/LemmyNet/Lemmy/issues/1602)
218 - Fix nsfw posts showing for non-logged in users. Fixes [#1614](https://github.com/LemmyNet/Lemmy/issues/1614)
219 - Add additional slurs configuration option. Closes [#1464](https://github.com/LemmyNet/Lemmy/issues/1464).
220 - Updating to rust 1.51.0
221
222 ### Lemmy UI
223
224 - Have setting to disable notifs for new posts. Fixes [#132](https://github.com/LemmyNet/lemmy-ui/issues/132)
225 - Remove max length constraints on actors. Fixes [#350](https://github.com/LemmyNet/lemmy-ui/issues/350)
226 - Fix captcha replay bug. Fixes [#348](https://github.com/LemmyNet/lemmy-ui/issues/348)
227 - Removing community and user routes in favor of shortnames. Fixes [#317](https://github.com/LemmyNet/lemmy-ui/issues/317)
228 - Add front end helpers 1 [(#346](https://github.com/LemmyNet/lemmy-ui/issues/346))
229 - Don't use default subscribed for communities page.
230 - Adding Listing type to communities page, default local. [#190](https://github.com/LemmyNet/lemmy-ui/issues/190)
231 - Fix language bug on mobile browsers.
232 - Collapse sidebar on mobile. Fixes [#335](https://github.com/LemmyNet/lemmy-ui/issues/335)
233 - Re-organized components folder. [(#339](https://github.com/LemmyNet/lemmy-ui/issues/339))
234 - Moving comment link to top bar. Fixes [#307](https://github.com/LemmyNet/lemmy-ui/issues/307)
235 - Make spinner bigger. Fixes [#203](https://github.com/LemmyNet/lemmy-ui/issues/203)
236 - Fix preview description html. Fixes [#110](https://github.com/LemmyNet/lemmy-ui/issues/110)
237 - Update darkly, make danger darker. Fixes [#16](https://github.com/LemmyNet/lemmy-ui/issues/16)
238 - Always show previous paginator, extract paginator component.
239 - Use better comment collapse icon, and add text. Fixes [#318](https://github.com/LemmyNet/lemmy-ui/issues/318)
240 - Fix symbols issue. Fixes [#319](https://github.com/LemmyNet/lemmy-ui/issues/319)
241 - Don't restore scroll position on page refresh. Fixes [#186](https://github.com/LemmyNet/lemmy-ui/issues/186)
242 - Insert triple backticks for 'code' button when multiple lines are selected. [(#311](https://github.com/LemmyNet/lemmy-ui/issues/311))
243 - Adding a comment here placeholder. Fixes [#301](https://github.com/LemmyNet/lemmy-ui/issues/301)
244 - Fix non-local community and person links. Fixes [#290](https://github.com/LemmyNet/lemmy-ui/issues/290)
245 - Fix navbar bug. Fixes [#289](https://github.com/LemmyNet/lemmy-ui/issues/289)
246 - Hide names of mods / admins without priveleges. Fixes [#285](https://github.com/LemmyNet/lemmy-ui/issues/285)
247 - Adding URL search type. Fixes [#286](https://github.com/LemmyNet/lemmy-ui/issues/286)
248 - Add a link to joinlemmy on lemmy.ml signup. Fixes [#235](https://github.com/LemmyNet/lemmy-ui/issues/235)
249 - Fix duped site description. Fixes [#281](https://github.com/LemmyNet/lemmy-ui/issues/281)
250
251 ### API
252
253 - Added `show_new_posts_notifs` boolean to `SaveUserSettings`, and `LocalUserSettings`.
254 - A full list of the API changes can be seen on this diff of [lemmy-js-client: 0.11.0 -> 0.11.3](https://github.com/LemmyNet/lemmy-js-client/compare/0.11.0...0.11.3-rc.4) .
255
256 ### Federation
257
258 - No changes in this release, but there will be many soon.
259
260 ## Upgrade notes
261
262 To upgrade your instance to `0.11.3`, simply follow the instructions in the documentation:
263
264 - [Upgrade with manual Docker installation](https://join-lemmy.org/docs/en/administration/install_docker.html#updating)
265 - [Upgrade with Ansible installation](https://join-lemmy.org/docs/en/administration/install_ansible.html)
266
267 # Lemmy v0.11.0 Release (2021-04-27)
268
269 ## Changes
270
271 Since our last release this month, we've had [~60](https://github.com/LemmyNet/lemmy/compare/0.10.0...main) commits to Lemmy.
272
273 ### Lemmy Server
274
275 #### Major Changes
276
277 - Add option to disable strict allowlist ( [#1486](https://github.com/LemmyNet/lemmy/issues/1486)) [documentation](https://join-lemmy.org/docs/en/federation/administration.html) 
278 - Add option to limit community creation to admins only ([#1587](https://github.com/LemmyNet/lemmy/issues/1587))
279 - Many search improvements:
280   - Don't search for communities or users when the id is included.
281   - Add creator id to search.
282
283 #### General
284
285 - Adding a user setting to show / hide scores. Fixes [#1503](https://github.com/LemmyNet/lemmy/issues/1503)
286 - Add option to hide read posts. Fixes [#1561](https://github.com/LemmyNet/lemmy/issues/1561)
287 - Mark accounts as bot, and hide bot posts/comments
288 - Adding a short site description, to be used for joinlemmy instance list
289 - Adding matrix id validation. Fixes [#1520](https://github.com/LemmyNet/lemmy/issues/1520)
290 - Adding users active monthly for community sort. Fixes [#1527](https://github.com/LemmyNet/lemmy/issues/1527)
291 - Don't allow zero-space char in display name. Fixes [#1317](https://github.com/LemmyNet/lemmy/issues/1317)
292 - Adding more rust captcha features. Fixes [#1248](https://github.com/LemmyNet/lemmy/issues/1248)
293 - Fixing slur filter regex. Fixes [#1593](https://github.com/LemmyNet/lemmy/issues/1593)
294
295 #### API
296
297 - Added `ChangePassword` as a separate endpoint from `SaveUserSettings`
298 - No other breaking changes, but many fields that were previously required are now optional.
299 - A full list of the API changes can be seen on this diff of [lemmy-js-client: 0.10.0 -> 0.11.0](https://github.com/LemmyNet/lemmy-js-client/compare/0.10.0...0.11.0-rc.13) .
300
301 #### Federation
302
303 - Implement federated bans fixes [#1298](https://github.com/LemmyNet/lemmy/issues/1298)
304 - Remote mods can update/delete/undelete communities.
305
306 ### Lemmy UI
307
308 - Updating translations.
309 - Add UI version to UI via docker. Fixes [#263](https://github.com/LemmyNet/lemmy-ui/issues/263)
310 - Add Korean language
311 - Add check for unused languages in update_translations.sh
312 - Validate matrix id on the front end. Fixes [#245](https://github.com/LemmyNet/lemmy-ui/issues/245)
313 - Communities page sorts by monthly active users. Fixes [#244](https://github.com/LemmyNet/lemmy-ui/issues/244)
314 - Correctly render HTML in popup notifications
315 - Fix html notif bug. Fixes [#254](https://github.com/LemmyNet/lemmy-ui/issues/254)
316 - Fixing issue with debounce. Fixes [#236](https://github.com/LemmyNet/lemmy-ui/issues/236)
317
318 ## Upgrade notes
319
320 ### Servers
321
322 If you'd like to make a DB backup before upgrading, follow [this guide](https://join-lemmy.org/docs/en/administration/backup_and_restore.html).
323
324 To upgrade your instance to `v0.10.0`, simply follow the instructions in the documentation:
325
326 - [Upgrade with manual Docker installation](https://join-lemmy.org/docs/en/administration/install_docker.html#updating)
327 - [Upgrade with Ansible installation](https://join-lemmy.org/docs/en/administration/install_ansible.html)
328
329 ### Clients / Apps
330
331 - A full list of the API changes can be seen on this diff of [lemmy-js-client: 0.10.0 -> 0.11.0](https://github.com/LemmyNet/lemmy-js-client/compare/0.10.0...0.11.0-rc.13) .
332
333 # Lemmy v0.10.3 Release (2021-04-07)
334
335 - Fixing instances page.
336 - Fixed unban not working.
337 - Fixed post title fetching and cross-post search.
338 - Fixed navigating to a user page.
339
340 # Lemmy v0.10.2 Release (2021-04-05)
341
342 - Forcing a crash if config.hjson fails to load. Should show errors easier.
343
344 # Lemmy v0.10.0 Release (2021-04-05)
345
346 ## Changes
347
348 Since our last release in February, we've had [~150](https://github.com/LemmyNet/lemmy/compare/0.9.9...main) commits to Lemmy. The biggest changes, as we'll outline below, are a split of Lemmy's user tables into federated and local tables, necessitating a `v3` of Lemmy's API, federated moderation, i18n support in join-lemmy.org, and lots of back-end cleanup.
349
350 ### Lemmy Server
351
352 #### General
353
354 - Rewrote config implementation, finally allowing us to use newer Rust versions.
355 - Removed categories. 
356 - Various refactors.
357
358 #### API
359
360 - A full list of the API changes can be seen on this diff of [lemmy-js-client: 0.9.9 -> 0.10.0](https://github.com/LemmyNet/lemmy-js-client/compare/0.9.9...0.10.0-rc.13) .
361 - Login invalidation on password change, thanks to @Mart-Bogdan
362
363 #### Federation
364
365 - It is now possible to add users from other instances as community mods.
366 - Federating Matrix ID.
367 - Many changes for better compatibility with ActivityPub standard.
368
369 #### Database 
370
371 - Split the `user_` into `person` and `local_user` tables.
372 - Strictly typed commonly used ID columns, to prevent DB errors using `i32` as ids.
373 - Strictly typed URL fields, thanks to ajyoon.
374 - Created default DB forms, now used in all the unit tests.
375
376 ### Lemmy UI
377
378 - Now using utf-8 emojis.
379 - Support for all the above changes to Lemmy.
380 - Typescript-safe i18n strings, thanks to @shilangyu.
381 - Added expandable post text (click on open book icon).
382 - Prettier cross-posting, which does smart quoting.
383 - Bugfixes for restoring scroll position on post page, custom site favicons, and autocomplete for login fields.
384
385 ### Lemmy Docs
386
387 - Gazconroy built an [Async API spec for Lemmy](https://join-lemmy.org/api/index.html), that now serves as our main API docs.
388
389 ### join-lemmy.org
390
391 - Rewrote in inferno isomorphic, added i18n support via [weblate](https://weblate.yerbamate.ml/projects/lemmy/joinlemmy/).
392 - Added a section on the support page thanking contributors.
393 - Changed some page urls / titles
394
395 ## Upgrade notes
396
397 **Important**: there are multiple breaking changes:
398
399 - Configuration via environment variables is not supported anymore, you must have all your config in the [lemmy.hjson](https://github.com/LemmyNet/lemmy/blob/main/ansible/templates/config.hjson) file ( except for `LEMMY_CONFIG_LOCATION` ).
400 - The config format for `allowed_instances` and `blocked_instances` has changed, and you need to adjust your config file manually:
401     - before: `allowed_instances: ds9.lemmy.ml,enterprise.lemmy.ml`
402     - now: `allowed_instances: ["ds9.lemmy.ml", "enterprise.lemmy.ml"]` , and only one of the `allowed_instances` or `blocked_instances` blocks can be set.
403 - The API has been upgraded from `v2` to `v3`, so all clients need to be updated: [lemmy-js-client: 0.9.9 -> 0.10.0](https://github.com/LemmyNet/lemmy-js-client/compare/0.9.9...0.10.0-rc.13) .
404
405 If you'd like to make a DB backup before upgrading, follow [this guide](https://join-lemmy.org/docs/en/administration/backup_and_restore.html).
406
407 To upgrade your instance to `v0.10.0`, simply follow the instructions in the documentation:
408
409 - [Upgrade with manual Docker installation](https://join-lemmy.org/docs/en/administration/install_docker.html#updating)
410 - [Upgrade with Ansible installation](https://join-lemmy.org/docs/en/administration/install_ansible.html)
411
412
413 ## Compilation time
414
415 || v0.9.0 (Rust 1.47) | v0.10.0 (Rust 1.47) | v0.10.0 (Rust 1.51) |
416 |-| -------- | -------- | -------- |
417 |Clean | 140s     | 146s     | 119s     |
418 | Incremental | 28s | 22s | 19s |
419
420 Despite ongoing efforts to speed up compilation, it has actually gotten slower when comparing with the same Rust version. Only thanks to improvements in newer Rust versions has our build process gotten faster. This could be simply because we added more code, while Lemmy v0.9.0 had 22.4k lines of Rust, v0.10.0 has 23.8k (an increase of 6%).
421
422 v0.9.0 build graph:
423 ![](https://lemmy.ml/pictrs/image/GVBqFnrLqG.jpg)
424
425 v0.10.0 build graph:
426 ![](https://lemmy.ml/pictrs/image/NllzjVEyNK.jpg)
427
428 We extracted the crates `lemmy_api_crud` and `lemmy_apub_receive` from `lemmy_api` and `lemmy_apub`, respectively, and renamed `lemmy_structs` to `lemmy_api_common`. In the second graph you can see how parts of the api and apub crates are now built nicely in parallel, speeding up builds on multi-core systems.
429
430 On the other hand, some crates have gotten much slower to compile, in particular `lemmy_db_queries` (6.5s slower), `lemmy_apub` (6.5s slower if we include `lemmy_apub_receive`). And `lemmy_db_views` is quite slow, just as before.
431
432 # Lemmy v0.9.9 Release (2021-02-19)
433
434 ## Changes
435
436 ### Lemmy backend
437 - Added an federated activity query sorting order.
438 - Explicitly marking posts and comments as public.
439 - Added a `NewComment` / forum sort for posts.
440 - Fixed an issue with not setting correct published time for fetched posts.
441 - Fixed an issue with an open docker port on lemmy-ui.
442 - Using lemmy post link for RSS link.
443 - Fixed reason and display name lengths to use char counts instead.
444
445 ### Lemmy-ui
446
447 - Updated translations.
448 - Made websocket host configurable.
449 - Added some accessibility features.
450 - Always showing password reset link.
451
452 # Lemmy v0.9.7 Release (2021-02-08)
453
454 ## Changes
455
456 - Posts and comments are no longer live-sorted (meaning most content should stay in place).
457 - Fixed an issue with the create post title field not expanding when copied from iframely suggestion.
458 - Fixed broken federated community paging / sorting.
459 - Added aria attributes for accessibility, thx to @Mitch Lillie.
460 - Updated translations and added croatian.
461 - No changes to lemmy back-end.
462
463 # Lemmy v0.9.6 Release (2021-02-05)
464
465 ## Changes
466
467 - Fixed inbox_urls not being correctly set, which broke federation in `v0.9.5`. Added some logging to catch these.
468 - Fixing community search not using auth.
469 - Moved docs to https://join-lemmy.org
470 - Fixed an issue w/ lemmy-ui with forms being cleared out.
471
472 # Lemmy v0.9.4 Pre-Release (2021-02-02)
473
474 ## Changes
475
476 ### Lemmy
477
478 - Fixed a critical bug with votes and comment unlike responses not being `0` for your user.
479 - Fixed a critical bug with comment creation not checking if its parent comment is in the post.
480 - Serving proper activities for community outbox.
481 - Added some active user counts, including `users_active_day`, `users_active_week`, `users_active_month`, `users_active_half_year` to `SiteAggregates` and `CommunityAggregates`. (Also added to lemmy-ui)
482 - Made sure banned users can't follow.
483 - Added `FederatedInstances` to `SiteResponse`, to show allowed and blocked instances. (Also added to lemmy-ui)
484 - Added a `MostComments` sort for posts. (Also added to lemmy-ui)
485
486 ### Lemmy-UI
487
488 - Added a scroll position restore to lemmy-ui.
489 - Reworked the combined inbox so incoming comments don't wipe out your current form.
490 - Fixed an updated bug on the user page.
491 - Fixed cross-post titles and body getting clipped.
492 - Fixing the post creation title height.
493 - Squashed some other smaller bugs.
494
495 # Lemmy v0.9.0 Release (2021-01-25)
496
497 ## Changes
498
499 Since our last release in October of last year, and we've had [~450](https://github.com/LemmyNet/lemmy/compare/v0.8.0...main) commits.
500
501 The biggest changes, as we'll outline below, are a re-work of Lemmy's database structure, a `v2` of Lemmy's API, and activitypub compliance fixes. The new re-worked DB is much faster, easier to maintain, and [now supports hierarchical rather than flat objects in the new API](https://github.com/LemmyNet/lemmy/issues/1275).
502
503 We've also seen the first release of [Lemmur](https://github.com/krawieck/lemmur/releases/tag/v0.1.1), an android / iOS (soon) / windows / linux client, as well as [Lemmer](https://github.com/uuttff8/Lemmy-iOS), a native iOS client. Much thanks to @krawieck, @shilangyu, and @uuttff8 for making these great clients. If you can, please contribute to their [patreon](https://www.patreon.com/lemmur) to help fund lemmur development.
504
505 ## LemmyNet projects
506
507 ### Lemmy Server
508
509 - [Moved views from SQL to Diesel](https://github.com/LemmyNet/lemmy/issues/1275). This was a spinal replacement for much of lemmy.
510   - Removed all the old fast_tables and triggers, and created new aggregates tables.
511 - Added a `v2` of the API to support the hierarchical objects created from the above changes.
512 - Moved continuous integration to [drone](https://cloud.drone.io/LemmyNet/lemmy/), now includes formatting, clippy, and cargo build checks, unit testing, and federation testing. [Drone also deploys both amd64 and arm64 images to dockerhub.](https://hub.docker.com/r/dessalines/lemmy)
513 - Split out documentation into git submodule.
514 - Shortened slur filter to avoid false positives.
515 - Added query performance testing and comparisons. Added indexes to make sure every query is `< 30 ms`.
516 - Added compilation time testing.
517
518 ### Federation
519
520 This release includes some bug fixes for federation, and some changes to get us closer to compliance with the ActivityPub standard.
521
522 - [Community bans now federating](https://github.com/LemmyNet/lemmy/issues/1287).
523 - [Local posts sometimes got marked as remote](https://github.com/LemmyNet/lemmy/issues/1302).
524 - [Creator of post/comment was not notified about new child comments](https://github.com/LemmyNet/lemmy/issues/1325).
525 - [Community deletion now federated](https://github.com/LemmyNet/lemmy/issues/1256).
526
527 None of these are breaking changes, so federation between 0.9.0 and 0.8.11 will work without problems.
528
529 ### Lemmy javascript / typescript client
530
531 - Updated the [lemmy-js-client](https://github.com/LemmyNet/lemmy-js-client) to use the new `v2` API. Our API docs now reference this project's files, to show what the http / websocket forms and responses should look like.
532 - Drone now handles publishing its [npm packages.](https://www.npmjs.com/package/lemmy-js-client)
533
534 ### Lemmy-UI
535
536 - Updated it to use the `v2` API via `lemmy-js-client`, required changing nearly every component.
537 - Added a live comment count.
538 - Added drone deploying, and builds for ARM.
539 - Fixed community link wrapping.
540 - Various other bug fixes.
541
542
543 ### Lemmy Docs
544
545 - We moved documentation into a separate git repository, and support translation for the docs now!
546 - Moved our code of conduct into the documentation.
547
548 ## Upgrading
549
550 If you'd like to make a DB backup before upgrading, follow [this guide](https://join-lemmy.org/docs/en/administration/backup_and_restore.html).
551
552 - [Upgrade with manual Docker installation](https://join-lemmy.org/docs/en/administration/install_docker.html#updating)
553 - [Upgrade with Ansible installation](https://join-lemmy.org/docs/en/administration/install_ansible.html)
554
555 # Lemmy v0.8.0 Release (2020-10-16)
556
557 ## Changes
558
559 We've been working at warp speed since our `v0.7.0` release in June, adding over [870 commits](https://github.com/LemmyNet/lemmy/compare/v0.7.0...main) since then. :sweat: 
560
561 Here are some of the bigger changes:
562
563 ### LemmyNet projects
564
565 - Created [LemmyNet](https://github.com/LemmyNet), where all lemmy-related projects live.
566 - Split out the frontend into a separete repository, [lemmy-ui](https://github.com/LemmyNet/lemmy-ui)
567 - Created a [lemmy-js-client](https://github.com/LemmyNet/lemmy-js-client), for any js / typescript developers.
568 - Split out i18n [lemmy-translations](https://github.com/LemmyNet/lemmy-translations), that any app or site developers can import and use. Lemmy currently supports [~30 languages!](https://weblate.yerbamate.ml/projects/lemmy/lemmy/)
569
570 ### Lemmy Server
571
572 #### Federation
573
574 - The first **federation public beta release**, woohoo :fireworks: 
575 - All Lemmy functionality now works over ActivityPub (except turning remote users into mods/admins)
576 - Instance allowlist and blocklist
577 - Documentation for [admins](https://join-lemmy.org/docs/administration_federation.html) and [devs](https://join-lemmy.org/docs/contributing_federation_overview.html) on how federation works
578 - Upgraded to newest versions of @asonix activitypub libraries
579 - Full local federation setup for manual testing
580 - Automated testing for nearly every federation action
581 - Many additional security checks
582 - Lots and lots of refactoring
583 - Asynchronous sending of outgoing activities
584
585 ### User Interface
586
587 - Separated the UI from the server code, in [lemmy-ui](https://github.com/LemmyNet/lemmy-ui).
588 - The UI can now read with javascript disabled! 
589 - It's now a fully isomorphic application using [inferno-isomorphic](https://infernojs.org/docs/guides/isomorphic). This means that page loads are now much faster, as the server does the work.
590 - The UI now also supports open-graph and twitter cards! Linking to lemmy posts (from whatever platform you use) looks pretty now: ![](https://i.imgur.com/6TZ2v7s.png)
591 - Improved the search page ( more features incoming ).
592 - The default view is now `Local`, instead of `All`, since all would show all federated posts.
593 - User settings are now shared across browsers ( a page refresh will pick up changes ).
594 - A much leaner mobile view.
595
596 #### Backend
597
598 - Re-organized the rust codebase into separate workspaces for backend and frontend.
599 - Removed materialized views, making the database **a lot faster**.
600 - New post sorts `Active` (previously called hot), and `Hot`. Active shows posts with recent comments, hot shows highly ranked posts.
601 - New sort for `Local` ( meaning from local communities).
602 - Customizeable site, user, and community icons and banners.
603 - Added user preferred names / display names, bios, and cakedays.
604 - Visual / Audio captchas through the lemmy API.
605 - Lots of API field verifications.
606 - Upgraded to pictrs-v2 ( thanks to @asonix )
607 - Wayyy too many bugfixes to count.
608
609 ## Contributors
610
611 We'd also like to thank both the [NLnet foundation](https://nlnet.nl/) for their support in allowing us to work full-time on Lemmy ( as well as their support for [other important open-source projects](https://nlnet.nl/project/current.html) ), [those who sponsor us](https://lemmy.ml/sponsors), and those who [help translate Lemmy](https://weblate.yerbamate.ml/projects/lemmy/). Every little bit does help. We remain committed to never allowing advertisements, monetizing, or venture-capital in Lemmy; software should be communal, and should benefit humanity, not a small group of company owners. 
612
613 ## Upgrading
614
615 - [with manual Docker installation](https://join-lemmy.org/docs/administration_install_docker.html#updating)
616 - [with Ansible installation](https://join-lemmy.org/docs/administration_install_ansible.html)
617
618 ## Testing Federation
619
620 Federation is finally ready in Lemmy, pending possible bugs or other issues. So for now we suggest to enable federation only on test servers, or try it on our own test servers ( [enterprise](https://enterprise.lemmy.ml/), [ds9](https://ds9.lemmy.ml/), [voyager](https://voyager.lemmy.ml/) ).
621
622 If everything goes well, after a few weeks we will enable federation on lemmy.ml, at first with a limited number of trusted instances. We will also likely change the domain to https://lemmy.ml . Keep in mind that changing domains after turning on federation will break things.
623
624 To enable on your instance, edit your [lemmy.hjson](https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson#L60) federation section to `enabled: true`, and restart.
625
626 ### Connecting to another server
627
628 The server https://ds9.lemmy.ml has open federation, so after either adding it to the `allowed_instances` list in your `config.hjson`, or if you have open federation, you don't need to add it explicitly.
629
630 To federate / connect with a server, type in `!community_name@server.tld`, in your server's search box [like so](https://voyager.lemmy.ml/search/q/!main%40ds9.lemmy.ml/type/All/sort/TopAll/page/1).
631
632 To connect with the `main` community on ds9, the search is `!main@ds9.lemmy.ml`.
633
634 You can then click the community, and you will see a local version of the community, which you can subscribe to. New posts and comments from `!main@ds9.lemmy.ml` will now show up on your front page, or `/c/All`
635
636 # Lemmy v0.7.40 Pre-Release (2020-08-05)
637
638 We've [added a lot](https://github.com/LemmyNet/lemmy/compare/v0.7.40...v0.7.0) in this pre-release:
639
640 - New post sorts `Active` (previously called hot), and `Hot`. Active shows posts with recent comments, hot shows highly ranked posts.
641 - Customizeable site icon and banner, user icon and banner, and community icon and banner.
642 - Added user preferred names / display names, bios, and cakedays.
643 - User settings are now shared across browsers (a page refresh will pick up changes).
644 - Visual / Audio captchas through the lemmy API.
645 - Lots of UI prettiness.
646 - Lots of bug fixes.
647 - Lots of additional translations.
648 - Lots of federation prepping / additions / refactors.
649
650 This release removes the need for you to have a pictrs nginx route (the requests are now routed through lemmy directly). Follow the upgrade instructions below to replace your nginx with the new one.
651
652 ## Upgrading
653
654 **With Ansible:**
655
656 ```
657 # run these commands locally
658 git pull
659 cd ansible
660 ansible-playbook lemmy.yml
661 ```
662
663 **With manual Docker installation:**
664 ```
665 # run these commands on your server
666 cd /lemmy
667 wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/ansible/templates/nginx.conf
668 # Replace the {{ vars }}
669 sudo mv nginx.conf /etc/nginx/sites-enabled/lemmy.conf
670 sudo nginx -s reload
671 wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/docker-compose.yml
672 sudo docker-compose up -d
673 ```
674
675
676 # Lemmy v0.7.0 Release (2020-06-23)
677
678 This release replaces [pictshare](https://github.com/HaschekSolutions/pictshare)
679 with [pict-rs](https://git.asonix.dog/asonix/pict-rs), which improves performance
680 and security.
681
682 Overall, since our last major release in January (v0.6.0), we have closed over
683 [100 issues!](https://github.com/LemmyNet/lemmy/milestone/16?closed=1)
684
685 - Site-wide list of recent comments
686 - Reconnecting websockets
687 - Many more themes, including a default light one.
688 - Expandable embeds for post links (and thumbnails), from
689 [iframely](https://github.com/itteco/iframely)
690 - Better icons
691 - Emoji autocomplete to post and message bodies, and an Emoji Picker
692 - Post body now searchable
693 - Community title and description is now searchable
694 - Simplified cross-posts
695 - Better documentation
696 - LOTS more languages
697 - Lots of bugs squashed
698 - And more ...
699
700 ## Upgrading
701
702 Before starting the upgrade, make sure that you have a working backup of your
703 database and image files. See our
704 [documentation](https://join-lemmy.org/docs/administration_backup_and_restore.html)
705 for backup instructions.
706
707 **With Ansible:**
708
709 ```
710 # deploy with ansible from your local lemmy git repo
711 git pull
712 cd ansible
713 ansible-playbook lemmy.yml
714 # connect via ssh to run the migration script
715 ssh your-server
716 cd /lemmy/
717 wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/migrate-pictshare-to-pictrs.bash
718 chmod +x migrate-pictshare-to-pictrs.bash
719 sudo ./migrate-pictshare-to-pictrs.bash
720 ```
721
722 **With manual Docker installation:**
723 ```
724 # run these commands on your server
725 cd /lemmy
726 wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/ansible/templates/nginx.conf
727 # Replace the {{ vars }}
728 sudo mv nginx.conf /etc/nginx/sites-enabled/lemmy.conf
729 sudo nginx -s reload
730 wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/docker-compose.yml
731 wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/migrate-pictshare-to-pictrs.bash
732 chmod +x migrate-pictshare-to-pictrs.bash
733 sudo bash migrate-pictshare-to-pictrs.bash
734 ```
735
736 **Note:** After upgrading, all users need to reload the page, then logout and
737 login again, so that images are loaded correctly.
738
739 # Lemmy v0.6.0 Release (2020-01-16)
740
741 `v0.6.0` is here, and we've closed [41 issues!](https://github.com/LemmyNet/lemmy/milestone/15?closed=1) 
742
743 This is the biggest release by far:
744
745 - Avatars!
746 - Optional Email notifications for username mentions, post and comment replies.
747 - Ability to change your password and email address.
748 - Can set a custom language.
749 - Lemmy-wide settings to disable downvotes, and close registration.
750 - A better documentation system, hosted in lemmy itself.
751 - [Huge DB performance gains](https://github.com/LemmyNet/lemmy/issues/411) (everthing down to < `30ms`) by using materialized views. 
752 - Fixed major issue with similar post URL and title searching.
753 - Upgraded to Actix `2.0`
754 - Faster comment / post voting.
755 - Better small screen support.
756 - Lots of bug fixes, refactoring of back end code.
757
758 Another major announcement is that Lemmy now has another lead developer besides me, [@felix@radical.town](https://radical.town/@felix). Theyve created a better documentation system, implemented RSS feeds, simplified docker and project configs, upgraded actix, working on federation, a whole lot else.
759
760 https://lemmy.ml