]> Untitled Git - lemmy.git/blob - RELEASES.md
Fixing docker install instructions for pictshare. #831
[lemmy.git] / RELEASES.md
1 # Lemmy v0.7.0 Release (2020-06-23)
2
3 ## Breaking Change to our image server: Pictshare to Pict-rs migration guide
4
5 This release replaces [pictshare](https://github.com/HaschekSolutions/pictshare) with [pict-rs](https://git.asonix.dog/asonix/pict-rs), and a script must be run on your server to upgrade.
6
7 To update, run:
8
9 ```
10 cd /lemmy
11 wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/prod/docker-compose.yml
12 wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/prod/migrate-pictshare-to-pictrs.bash
13 sudo bash migrate-pictshare-to-pictrs.bash
14 ```
15
16 You'll also have to update your nginx config, use the [one here](https://github.com/LemmyNet/lemmy/blob/master/ansible/templates/nginx.conf).
17
18 *You'll have to log in again to pick up your avatar*
19
20 Apart from that, we've closed [~100 issues!](https://github.com/LemmyNet/lemmy/milestone/16?closed=1), including:
21
22 - Site-wide list of recent comments.
23 - Reconnecting websockets.
24 - Swapped out pictshare for [pict-rs](https://git.asonix.dog/asonix/pict-rs).
25 - Lots more themes, including a default light one.
26 - Expandable embeds for post links (and thumbnails), from iframely.
27 - Better icons.
28 - Emoji autocomplete to post and message bodies, and an Emoji Picker.
29 - Post body now searchable.
30 - Community title and description is now searchable.
31 - Simplified cross-posts.
32 - Better documentation.
33 - LOTS more languages.
34 - Lots of bugs squashed.
35
36 # Lemmy v0.6.0 Release (2020-01-16)
37
38 `v0.6.0` is here, and we've closed [41 issues!](https://github.com/LemmyNet/lemmy/milestone/15?closed=1) 
39
40 This is the biggest release by far:
41
42 - Avatars!
43 - Optional Email notifications for username mentions, post and comment replies.
44 - Ability to change your password and email address.
45 - Can set a custom language.
46 - Lemmy-wide settings to disable downvotes, and close registration.
47 - A better documentation system, hosted in lemmy itself.
48 - [Huge DB performance gains](https://github.com/LemmyNet/lemmy/issues/411) (everthing down to < `30ms`) by using materialized views. 
49 - Fixed major issue with similar post URL and title searching.
50 - Upgraded to Actix `2.0`
51 - Faster comment / post voting.
52 - Better small screen support.
53 - Lots of bug fixes, refactoring of back end code.
54
55 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.
56
57 https://dev.lemmy.ml