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