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