]> Untitled Git - lemmy.git/blob - RELEASES.md
add enable_federated_downvotes site option
[lemmy.git] / RELEASES.md
1 # Lemmy v0.18.4 Release (2023-08-08)
2
3 ## What is Lemmy?
4
5 Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.
6
7 ## Major Changes
8
9 This version fixes the problem of comment context not loading properly. It also fixes a couple other bugs.
10
11 ## Support development
12
13 @dessalines and @nutomic are working full-time on Lemmy to integrate community contributions, fix bugs, optimize performance and much more. This work is funded exclusively through donations.
14
15 If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider [donating to support its development](https://join-lemmy.org/donate). No one likes recurring donations, but they’ve proven to be the only way that open-source software like Lemmy can stay independent and alive.
16
17 - [Liberapay](https://liberapay.com/Lemmy) (preferred option)
18 - [Open Collective](https://opencollective.com/lemmy)
19 - [Patreon](https://www.patreon.com/dessalines)
20 - [Cryptocurrency](https://join-lemmy.org/donate) (scroll to bottom of page)
21
22 ## Upgrade instructions
23
24 Follow the upgrade instructions for [ansible](https://github.com/LemmyNet/lemmy-ansible#upgrading) or [docker](https://join-lemmy.org/docs/en/administration/install_docker.html#updating). There are no config or API changes with this release.
25
26 If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/#lemmy-admin-support-topics:discuss.online).
27
28 ## Changes
29
30 ### Lemmy
31
32 - Fix fetch instance software version from nodeinfo ([#3772](https://github.com/LemmyNet/lemmy/issues/3772))
33 - Correct logic to meet join-lemmy requirement, don't have closed signups. Allows Open and Applications. ([#3761](https://github.com/LemmyNet/lemmy/issues/3761))
34 - Fix ordering when doing a comment_parent type `list_comments` ([#3823](https://github.com/LemmyNet/lemmy/issues/3823))
35
36 ### Lemmy-UI
37
38 - Mark post as read when clicking "Expand here" on the preview image on the post listing page ([#1600](https://github.com/LemmyNet/lemmy/issues/1600)) ([#1978](https://github.com/LemmyNet/lemmy/issues/1978))
39 - Update translation submodule ([#2023](https://github.com/LemmyNet/lemmy/issues/2023))
40 - Fix comment insertion from context views. Fixes #2030 ([#2031](https://github.com/LemmyNet/lemmy/issues/2031))
41 - Fix password autocomplete ([#2033](https://github.com/LemmyNet/lemmy/issues/2033))
42 - Fix suggested title " " spaces ([#2037](https://github.com/LemmyNet/lemmy/issues/2037))
43 - Expanded the RegEx to check if the title contains new line caracters. Should fix issue #1962 ([#1965](https://github.com/LemmyNet/lemmy/issues/1965))
44 - ES-Lint tweak ([#2001](https://github.com/LemmyNet/lemmy/issues/2001))
45 - Upgrading deps, running prettier. ([#1987](https://github.com/LemmyNet/lemmy/issues/1987))
46 - Fix document title of admin settings being overwritten by tagline and emoji forms ([#2003](https://github.com/LemmyNet/lemmy/issues/2003))
47 - Use proper modifier key in markdown text input on macOS ([#1995](https://github.com/LemmyNet/lemmy/issues/1995))
48
49 # Lemmy v0.18.3 Release (2023-07-28)
50
51 ## What is Lemmy?
52
53 Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.
54
55 ## Major Changes
56
57 This version brings major optimizations to the database queries, which significantly reduces CPU usage. There is also a change to the way federation activities are stored, which reduces database size by around 80%. Special thanks to @phiresky for their work on DB optimizations.
58
59 The federation code now includes a check for dead instances which is used when sending activities. This helps to reduce the amount of outgoing POST requests, and also reduce server load.
60
61 In terms of security, Lemmy now performs HTML sanitization on all messages which are submitted through the API or received via federation. Together with the tightened content-security-policy from 0.18.2, cross-site scripting attacks are now much more difficult.
62
63 Other than that, there are numerous bug fixes and minor enhancements.
64
65 ## Support development
66
67 @dessalines and @nutomic are working full-time on Lemmy to integrate community contributions, fix bugs, optimize performance and much more. This work is funded exclusively through donations.
68
69 If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider [donating to support its development](https://join-lemmy.org/donate). No one likes recurring donations, but they’ve proven to be the only way that open-source software like Lemmy can stay independent and alive.
70
71 - [Liberapay](https://liberapay.com/Lemmy) (preferred option)
72 - [Open Collective](https://opencollective.com/lemmy)
73 - [Patreon](https://www.patreon.com/dessalines)
74 - [Cryptocurrency](https://join-lemmy.org/donate) (scroll to bottom of page)
75
76 ## Upgrade instructions
77
78 Follow the upgrade instructions for [ansible](https://github.com/LemmyNet/lemmy-ansible#upgrading) or [docker](https://join-lemmy.org/docs/en/administration/install_docker.html#updating). There are no config or API changes with this release.
79
80 This upgrade takes ~5 minutes for the database migrations to complete.
81
82 If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/#lemmy-admin-support-topics:discuss.online).
83
84 ## Changes
85
86 ### Lemmy
87
88 - Restore markdown quotes after sanitize ([#3708](https://github.com/LemmyNet/lemmy/issues/3708)) ([#3749](https://github.com/LemmyNet/lemmy/issues/3749))
89 - remove performance-problematic and buggy duplicate site aggregates ([#3732](https://github.com/LemmyNet/lemmy/issues/3732))
90 - remove n^2 part of person triggers, improve community aggregate trigger ([#3739](https://github.com/LemmyNet/lemmy/issues/3739))
91 - Revert "Add controversial ranking ([#3205](https://github.com/LemmyNet/lemmy/issues/3205))"
92 - Omit local instance from federated instances list ([#3712](https://github.com/LemmyNet/lemmy/issues/3712))
93 - add trigram index to search ([#3719](https://github.com/LemmyNet/lemmy/issues/3719))
94 - Federation tests replication round1 - demonstrate absent replication of comment deletes ([#3657](https://github.com/LemmyNet/lemmy/issues/3657))
95 - Make resolve_object not require auth [#3685](https://github.com/LemmyNet/lemmy/issues/3685) ([#3716](https://github.com/LemmyNet/lemmy/issues/3716))
96 - Sanitize html ([#3708](https://github.com/LemmyNet/lemmy/issues/3708))
97 - Add controversial ranking ([#3205](https://github.com/LemmyNet/lemmy/issues/3205))
98 - Skip fragile API tests ([#3723](https://github.com/LemmyNet/lemmy/issues/3723))
99 - Enable gzip for reqwest ([#3696](https://github.com/LemmyNet/lemmy/issues/3696))
100 - Dont authenticate user after successful password reset [#3714](https://github.com/LemmyNet/lemmy/issues/3714) ([#3715](https://github.com/LemmyNet/lemmy/issues/3715))
101 - Bump version of dependency "webmention" ([#3711](https://github.com/LemmyNet/lemmy/issues/3711))
102 - prevent ordering by comment path without post filter ([#3717](https://github.com/LemmyNet/lemmy/issues/3717))
103 - Update Dockerfile to run process as non-privileged user. ([#3709](https://github.com/LemmyNet/lemmy/issues/3709))
104 - Dont show removed comments to unauthenticated users (release branch) ([#3689](https://github.com/LemmyNet/lemmy/issues/3689))
105 - Add dev profile to strip symbols and disable debug info (ref [#3610](https://github.com/LemmyNet/lemmy/issues/3610)) ([#3611](https://github.com/LemmyNet/lemmy/issues/3611))
106 - Dont publish releases to crates.io (fixes [#3272](https://github.com/LemmyNet/lemmy/issues/3272)) ([#3664](https://github.com/LemmyNet/lemmy/issues/3664))
107 - Change logic for determining comment default language (fixes [#3451](https://github.com/LemmyNet/lemmy/issues/3451)) ([#3672](https://github.com/LemmyNet/lemmy/issues/3672))
108 - Post remove delete federation outbound fix0 ([#3613](https://github.com/LemmyNet/lemmy/issues/3613))
109 - disable rustfmt feature on rosetta-build ([#3679](https://github.com/LemmyNet/lemmy/issues/3679))
110 - Make sure comments are sorted by hot_rank, then score. ([#3667](https://github.com/LemmyNet/lemmy/issues/3667))
111 - Ignore errors when fetching community mods (fixes [#3460](https://github.com/LemmyNet/lemmy/issues/3460)) ([#3674](https://github.com/LemmyNet/lemmy/issues/3674))
112 - Upgrade activitypub library to 0.4.6 (fixes [#3222](https://github.com/LemmyNet/lemmy/issues/3222)) ([#3675](https://github.com/LemmyNet/lemmy/issues/3675))
113 - Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts ([#3653](https://github.com/LemmyNet/lemmy/issues/3653))
114 - Fixing hot_ranks and scores to append a published sort. ([#3618](https://github.com/LemmyNet/lemmy/issues/3618))
115 - Use local_site.default_post_listing_type as the initial default listing type for new users ([#3666](https://github.com/LemmyNet/lemmy/issues/3666))
116 - Don't panic when scheduled tasks can't connect to database ([#3634](https://github.com/LemmyNet/lemmy/issues/3634))
117 - Add http cache for webfingers ([#3317](https://github.com/LemmyNet/lemmy/issues/3317))
118 - Optimize hot rank updates ([#3617](https://github.com/LemmyNet/lemmy/issues/3617))
119 - Split activity table into sent and received parts (fixes [#3103](https://github.com/LemmyNet/lemmy/issues/3103)) ([#3583](https://github.com/LemmyNet/lemmy/issues/3583))
120 - work around race condition on community fetch ([#3414](https://github.com/LemmyNet/lemmy/issues/3414))
121 - Make `lemmy_api_common` wasm-compatible ([#3587](https://github.com/LemmyNet/lemmy/issues/3587))
122 - Check for dead federated instances (fixes [#2221](https://github.com/LemmyNet/lemmy/issues/2221)) ([#3427](https://github.com/LemmyNet/lemmy/issues/3427))
123 - Fix wrong SMTP port when TLS is being used (fixes [#3574](https://github.com/LemmyNet/lemmy/issues/3574)) ([#3607](https://github.com/LemmyNet/lemmy/issues/3607))
124 - Add infinite scroll user option ([#3572](https://github.com/LemmyNet/lemmy/issues/3572))
125 - Shrink capacity in `RateLimitStorage::remove_older_than` ([#3536](https://github.com/LemmyNet/lemmy/issues/3536))
126 - Fix [#3501](https://github.com/LemmyNet/lemmy/issues/3501) - Fix aggregation counts for elements removed and deleted ([#3543](https://github.com/LemmyNet/lemmy/issues/3543))
127
128 ### Lemmy-UI
129
130 - Fixing comment report showing dot. ([#1989](https://github.com/LemmyNet/lemmy-ui/issues/1989))
131 - Make sure comment score color matches your vote. ([#1988](https://github.com/LemmyNet/lemmy-ui/issues/1988))
132 - Allow limited set of markdown in title rendering ([#1977](https://github.com/LemmyNet/lemmy-ui/issues/1977))
133 - Allow selecting from all languages in person settings (fixes [#1971](https://github.com/LemmyNet/lemmy-ui/issues/1971)) ([#1985](https://github.com/LemmyNet/lemmy-ui/issues/1985))
134 - Separate final comment row + add classes ([#1982](https://github.com/LemmyNet/lemmy-ui/issues/1982))
135 - Fix CSP in dev mode ([#1918](https://github.com/LemmyNet/lemmy-ui/issues/1918))
136 - Fix base.output (see [#1911](https://github.com/LemmyNet/lemmy-ui/issues/1911)) ([#1943](https://github.com/LemmyNet/lemmy-ui/issues/1943))
137 - Add show/hide button to password fields ([#1861](https://github.com/LemmyNet/lemmy-ui/issues/1861))
138 - Fix start_url and scope ([#1931](https://github.com/LemmyNet/lemmy-ui/issues/1931))
139 - Remove lodash.merge dependency ([#1911](https://github.com/LemmyNet/lemmy-ui/issues/1911))
140 - Set person_id to myId in handleLeaveModTeam ([#1929](https://github.com/LemmyNet/lemmy-ui/issues/1929))
141 - Remove invalid default option from language list ([#1919](https://github.com/LemmyNet/lemmy-ui/issues/1919))
142 - Comment border tweak ([#1820](https://github.com/LemmyNet/lemmy-ui/issues/1820))
143 - Add Toast Messages for Bad Logins ([#1874](https://github.com/LemmyNet/lemmy-ui/issues/1874))
144
145 # Lemmy v0.18.1 Release (2023-07-07)
146
147 ## What is Lemmy?
148
149 Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.
150
151 ## Major Changes
152
153 This release includes major improvements to performance, specifically optimizations of database queries. Special thanks to @phiresky, @ruud, @sunaurus and many others for investigating these. Additionally this version includes a fix for another cross-site scripting vulnerability. For these reasons instance admins should upgrade as soon as possible.
154
155 As promised, captchas are supported again. And as usual there are countless bug fixes and minor improvements, many of them contributed by community members.
156
157 ## Upgrade instructions
158
159 Follow the upgrade instructions for [ansible](https://github.com/LemmyNet/lemmy-ansible#upgrading) or [docker](https://join-lemmy.org/docs/en/administration/install_docker.html#updating).
160
161 If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/#lemmy-admin-support-topics:discuss.online).
162
163 ## Support development
164
165 We (@dessalines and @nutomic) have been working full-time on Lemmy for almost three years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/).
166
167 If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider [donating to support its development](https://join-lemmy.org/donate). No one likes recurring donations, but they've proven to be the only way that open-source software like Lemmy can stay independent and alive.
168
169 ## Changes
170
171 ### API
172
173 - Added a few more post sorts, a `show_nsfw` to `ListCommunities`, and `open_links_in_new_tab` to `SaveUserSettings`.
174 - Full list of changes [here](https://github.com/LemmyNet/lemmy-js-client/compare/0.18.0...0.18.1-rc.3)
175
176 ### Lemmy Server
177
178 - Revert "Make sure hot rank sorts for post and community filter by positive hot ranks. ([#3497](https://github.com/LemmyNet/lemmy/issues/3497))" ([#3521](https://github.com/LemmyNet/lemmy/issues/3521))
179 - Make hot rank not crash on future ([#3517](https://github.com/LemmyNet/lemmy/issues/3517))
180 - Upgrade crossbeam-channel ([#3512](https://github.com/LemmyNet/lemmy/issues/3512))
181 - Update prettier to 3.0.0 ([#3509](https://github.com/LemmyNet/lemmy/issues/3509))
182 - improve admin and mod check to not do seq scans and return unnecessary data ([#3483](https://github.com/LemmyNet/lemmy/issues/3483))
183 - Only allow http(s) scheme for urls (ref [#3505](https://github.com/LemmyNet/lemmy/issues/3505)) ([#3508](https://github.com/LemmyNet/lemmy/issues/3508))
184 - Change security contact mail ([#3506](https://github.com/LemmyNet/lemmy/issues/3506))
185 - Allow cross-origin requests ([#3421](https://github.com/LemmyNet/lemmy/issues/3421))
186 - Make sure hot rank sorts for post and community filter by positive hot ranks. ([#3497](https://github.com/LemmyNet/lemmy/issues/3497))
187 - Fixes wrong community moderator ordering. ([#3495](https://github.com/LemmyNet/lemmy/issues/3495))
188 - Use fixed prettier version for CI ([#3507](https://github.com/LemmyNet/lemmy/issues/3507))
189 - upgrade markdown-it to fix panic ([#3490](https://github.com/LemmyNet/lemmy/issues/3490))
190 - improve performance of community followers inbox query ([#3482](https://github.com/LemmyNet/lemmy/issues/3482))
191 - Cache federation blocklist ([#3486](https://github.com/LemmyNet/lemmy/issues/3486))
192 - Add Prometheus endpoint ([#3456](https://github.com/LemmyNet/lemmy/issues/3456))
193 - Adding a person.admin index, and featured_local/community indexes. ([#3479](https://github.com/LemmyNet/lemmy/issues/3479))
194 - Add feature for enabling json logging ([#3462](https://github.com/LemmyNet/lemmy/issues/3462))
195 - fix(posts/comments/search): return error on invalid community name ([#3418](https://github.com/LemmyNet/lemmy/issues/3418))
196 - Improved validation of display names (Fixes [#3436](https://github.com/LemmyNet/lemmy/issues/3436)) ([#3437](https://github.com/LemmyNet/lemmy/issues/3437))
197 - Remove not needed anymore http-signature-normalization-actix dependency ([#3458](https://github.com/LemmyNet/lemmy/issues/3458))
198 - 300 comment limit. ([#3306](https://github.com/LemmyNet/lemmy/issues/3306))
199 - Do not decrement comment score twice when removing then deleting. ([#3196](https://github.com/LemmyNet/lemmy/issues/3196))
200 - Remove excessive content_type header configuration ([#3470](https://github.com/LemmyNet/lemmy/issues/3470))
201 - Adding rest of community sorts. Fixes [#3374](https://github.com/LemmyNet/lemmy/issues/3374) ([#3376](https://github.com/LemmyNet/lemmy/issues/3376))
202 - Dont compare db string errors (fixes [#1393](https://github.com/LemmyNet/lemmy/issues/1393)) ([#3424](https://github.com/LemmyNet/lemmy/issues/3424))
203 - Add Open links in new tab setting ([#3318](https://github.com/LemmyNet/lemmy/issues/3318))
204 - Fix awesome-lemmy owner ([#3469](https://github.com/LemmyNet/lemmy/issues/3469))
205 - Add awesome-lemmy to LemmyNet? ([#3413](https://github.com/LemmyNet/lemmy/issues/3413))
206 - Use serde(skip) instead of skip_serializing, add placeholder values ([#3362](https://github.com/LemmyNet/lemmy/issues/3362))
207 - Mark follow as pending when subscribing to remote community (fixes [#3384](https://github.com/LemmyNet/lemmy/issues/3384)) ([#3406](https://github.com/LemmyNet/lemmy/issues/3406))
208 - Fix formatting for latest nightly (#ref 3467)
209 - Remove PerformApub trait ([#3423](https://github.com/LemmyNet/lemmy/issues/3423))
210 - Fix quoting of max-file in docker-compose.yml ([#3442](https://github.com/LemmyNet/lemmy/issues/3442))
211 - don't strip, log trace if requested ([#3425](https://github.com/LemmyNet/lemmy/issues/3425))
212 - Update federated posts to not cache sensitive images if not allow by local site ([#3253](https://github.com/LemmyNet/lemmy/issues/3253))
213 - Fix concatenation of audio captcha wav files ([#3350](https://github.com/LemmyNet/lemmy/issues/3350))
214 - Automatically manage database when running scripts/test.sh ([#3389](https://github.com/LemmyNet/lemmy/issues/3389))
215 - Fixing release script. ([#3398](https://github.com/LemmyNet/lemmy/issues/3398))
216 - Added gitattributes to normalize all files to lf ([#3386](https://github.com/LemmyNet/lemmy/issues/3386))
217 - Update activitypub-federation crate to 0.4.5 ([#3379](https://github.com/LemmyNet/lemmy/issues/3379))
218 - Fix cargo warnings ([#3397](https://github.com/LemmyNet/lemmy/issues/3397))
219 - Fix missing sorting types ([#3370](https://github.com/LemmyNet/lemmy/issues/3370))
220 - docs(api): Add api-common info on generating TypeScript bindings ([#3330](https://github.com/LemmyNet/lemmy/issues/3330))
221 - Remove redundant calls to `Iterator::collect` ([#3365](https://github.com/LemmyNet/lemmy/issues/3365))
222 - Run cargo update as part of release script ([#3369](https://github.com/LemmyNet/lemmy/issues/3369))
223 - Fixes [#2900](https://github.com/LemmyNet/lemmy/issues/2900) - Checks slur regex to see if it is too permissive ([#3146](https://github.com/LemmyNet/lemmy/issues/3146))
224 - add new flag to api ([#3363](https://github.com/LemmyNet/lemmy/issues/3363))
225 - feat: re-added captcha checks ([#3289](https://github.com/LemmyNet/lemmy/issues/3289))
226 - Limit password resets ([#3344](https://github.com/LemmyNet/lemmy/issues/3344))
227 - Fixing the release script. ([#3295](https://github.com/LemmyNet/lemmy/issues/3295))
228 - Batch hot rank updates ([#3175](https://github.com/LemmyNet/lemmy/issues/3175))
229 - Feature add three six and nine months options backend ([#3226](https://github.com/LemmyNet/lemmy/issues/3226))
230 - Fetch community outbox and moderators in parallel ([#3360](https://github.com/LemmyNet/lemmy/issues/3360))
231 - Remove networks from docker-compose.yml ([#3356](https://github.com/LemmyNet/lemmy/issues/3356))
232 - Item URL should point to post URL ([#3345](https://github.com/LemmyNet/lemmy/issues/3345))
233 - Site Metadata: resolve relative URLs for embedded images/videos ([#3338](https://github.com/LemmyNet/lemmy/issues/3338))
234 - Use compression middleware ([#3343](https://github.com/LemmyNet/lemmy/issues/3343))
235 - Remove another unused dev dependency
236 - Adjust the config check to be a separate faster to compile binary ([#3313](https://github.com/LemmyNet/lemmy/issues/3313))
237 - Remove unused actix_rt dependency
238 - Add Liftoff to README.md ([#3357](https://github.com/LemmyNet/lemmy/issues/3357))
239 - Respond with `Content-Type: application/activity+json` ([#3353](https://github.com/LemmyNet/lemmy/issues/3353))
240 - Fix lemmy UI environment variable ([#3299](https://github.com/LemmyNet/lemmy/issues/3299))
241 - Leave no apk cache in Docker image ([#3327](https://github.com/LemmyNet/lemmy/issues/3327))
242 - Allow wildcard imports in schema.rs ([#3293](https://github.com/LemmyNet/lemmy/issues/3293))
243 - Update DB local_user.theme type to text ([#3266](https://github.com/LemmyNet/lemmy/issues/3266))
244 - feat: allow all admins to purge content ([#3271](https://github.com/LemmyNet/lemmy/issues/3271))
245 - Add separate Post check for is_valid_body_field ([#3263](https://github.com/LemmyNet/lemmy/issues/3263))
246 - Remove DELETED_REPLACEMENT_URL
247 - Add support for sslmode=require for diesel-async DB connections ([#3189](https://github.com/LemmyNet/lemmy/issues/3189))
248 - Remove `actix_rt` & use standard tokio spawn ([#3158](https://github.com/LemmyNet/lemmy/issues/3158))
249 - Revert "feat: re-added captcha checks ([#3249](https://github.com/LemmyNet/lemmy/issues/3249))" ([#3288](https://github.com/LemmyNet/lemmy/issues/3288))
250 - Fixing removed posts showing. Fixes [#2875](https://github.com/LemmyNet/lemmy/issues/2875) ([#3279](https://github.com/LemmyNet/lemmy/issues/3279))
251 - Reversed requirement question logic ([#3283](https://github.com/LemmyNet/lemmy/issues/3283))
252 - feat: re-added captcha checks ([#3249](https://github.com/LemmyNet/lemmy/issues/3249))
253 - Add support for sslmode=require for diesel-async DB connections ([#3189](https://github.com/LemmyNet/lemmy/issues/3189))
254 - Remove `actix_rt` & use standard tokio spawn ([#3158](https://github.com/LemmyNet/lemmy/issues/3158))
255 - after 30 days post deletion, replace comment.content and post.body with 'Permanently Deleted'
256
257 ### Lemmy UI
258
259 - Dark theme tweaks ([#1840](https://github.com/LemmyNet/lemmy-ui/issues/1840))
260 - fix: Adjust sidebar banner to wrap bellow the title ([#1819](https://github.com/LemmyNet/lemmy-ui/issues/1819))
261 - add ruby annotation support ([#1831](https://github.com/LemmyNet/lemmy-ui/issues/1831))
262 - fix: Fix mobile thumbnail being too small ([#1814](https://github.com/LemmyNet/lemmy-ui/issues/1814))
263 - Use Join Lemmy hostname as link text in footer ([#1737](https://github.com/LemmyNet/lemmy-ui/issues/1737))
264 - fix: Add focus ring color to post action buttons and markdown help link ([#1816](https://github.com/LemmyNet/lemmy-ui/issues/1816))
265 - fix: Fix focus ring styles for radio button toggles [#1772](https://github.com/LemmyNet/lemmy-ui/issues/1772) ([#1773](https://github.com/LemmyNet/lemmy-ui/issues/1773))
266 - fix toaster upon user settings change ([#1802](https://github.com/LemmyNet/lemmy-ui/issues/1802))
267 - Fix home page not using site-level listing type [#1612](https://github.com/LemmyNet/lemmy-ui/issues/1612) ([#1778](https://github.com/LemmyNet/lemmy-ui/issues/1778))
268 - feat: Subtler user badge style ([#1796](https://github.com/LemmyNet/lemmy-ui/issues/1796))
269 - Fix data-bs-theme ([#1810](https://github.com/LemmyNet/lemmy-ui/issues/1810))
270 - v0.18.1-rc.10
271 - Attempt to fix inability to logout from some instances (subdomains) ([#1809](https://github.com/LemmyNet/lemmy-ui/issues/1809))
272 - feat(theme): Vaporwave ([#1682](https://github.com/LemmyNet/lemmy-ui/issues/1682))
273 - fix: Revert smaller text size ([#1795](https://github.com/LemmyNet/lemmy-ui/issues/1795))
274 - Updated the regex for isAuthPath to reduce false positive hits ([#1806](https://github.com/LemmyNet/lemmy-ui/issues/1806))
275 - fix: Add focus border to markdown toolbar buttons
276 - fix: Add data-bs-theme attribute for user dark/light modes ([#1782](https://github.com/LemmyNet/lemmy-ui/issues/1782))
277 - fix: Break text on post titles so long words don't overflow
278 - fix: Fix comment collapse and vote buttons not having focus style ([#1789](https://github.com/LemmyNet/lemmy-ui/issues/1789))
279 - Add missing modlog reasons ([#1787](https://github.com/LemmyNet/lemmy-ui/issues/1787))
280 - Fix search page breaking on initial load when logged in ([#1781](https://github.com/LemmyNet/lemmy-ui/issues/1781))
281 - feat: Add PR template ([#1785](https://github.com/LemmyNet/lemmy-ui/issues/1785))
282 - Fix profile loading spinner
283 - fix: Move getRoleLabelPill to the only component that uses it
284 - fix: Remove unused hasBadges() function
285 - fix: Fix badge alignment and break out into component
286 - Move export to barrel file
287 - fix: Fix avatar image overlay aspect ratio
288 - fix: Fix circle image aspect ratio
289 - fix: Add some spacing between upload field and image; fix circle image aspect ratio
290 - Prevent JWT token from showing up on error page
291 - fix: Fix vote buttons not showing spinners while registering vote [#1761](https://github.com/LemmyNet/lemmy-ui/issues/1761)
292 - fix: Fix joined button check color
293 - fix: Fix up filter row gaps and margins a little
294 - fix: Fix heading levels
295 - fix: Simplify row classes a bit
296 - fix: Fix some gaps in search filters
297 - fix: Fix row gap on search options
298 - fix: Add bottom margin to inbox controls
299 - fix: Small cleanup to search/inbox controls
300 - fix: Update comment to reflect new logic
301 - fix: Post expand button was not showing if body-only post
302 - fix: Fix vote buttons in list view variable width
303 - fix: Fix thumb buttons having gray background [#1754](https://github.com/LemmyNet/lemmy-ui/issues/1754)
304 - Add metaKey to markdown-textarea, for macos
305 - Fix jwt cookie path
306 - Fix quotedText bugs in markdown editor
307 - Fix DM replies
308 - Add fallback date-fns locale import
309 - Fix date-fns locale import failing for some locales
310 - fix req.cookie nonexistent -.-
311 - Enforce SameSite=Strict ([#1713](https://github.com/LemmyNet/lemmy-ui/issues/1713))
312 - fix service worker path
313 - fix cache auth method
314 - Fix authorized route false flag
315 - Fix dev caching issue
316 - change max-age to 5 for non-authed responses
317 - Fix `PostListing` mobile margin layout issue ([#1706](https://github.com/LemmyNet/lemmy-ui/issues/1706))
318 - Cache static data for a day
319 - Try increasing node memory.
320 - Fix taglines on `Home` ([#1701](https://github.com/LemmyNet/lemmy-ui/issues/1701))
321 - Use git hash to break cache ([#1684](https://github.com/LemmyNet/lemmy-ui/issues/1684))
322 - fix issue with thumbnails ([#1695](https://github.com/LemmyNet/lemmy-ui/issues/1695))
323 - Fixing site setup. Fixes [#1694](https://github.com/LemmyNet/lemmy-ui/issues/1694) ([#1697](https://github.com/LemmyNet/lemmy-ui/issues/1697))
324 - Removing unecessary timezone adjusting
325 - Allow audio captcha through CSP ([#1690](https://github.com/LemmyNet/lemmy-ui/issues/1690))
326 - fix formatting
327 - Fixing lints. ([#1686](https://github.com/LemmyNet/lemmy-ui/issues/1686))
328 - Search only communities by default when coming from communities page
329 - Add Security.txt ([#1408](https://github.com/LemmyNet/lemmy-ui/issues/1408))
330 - Fixing timezone issue with date-fns. Fixes [#1680](https://github.com/LemmyNet/lemmy-ui/issues/1680) ([#1681](https://github.com/LemmyNet/lemmy-ui/issues/1681))
331 - Add error toast for 413 content too large response on image uploads ([#1675](https://github.com/LemmyNet/lemmy-ui/issues/1675))
332 - Add publicPath for static js ([#1672](https://github.com/LemmyNet/lemmy-ui/issues/1672))
333 - Fix search page to stop `couldnt_find_object` error ([#1669](https://github.com/LemmyNet/lemmy-ui/issues/1669))
334 - Add fixed width/height to `PostListing` thumbnail parent ([#1660](https://github.com/LemmyNet/lemmy-ui/issues/1660))
335 - fix: Add user action buttons to post dropdown [#1653](https://github.com/LemmyNet/lemmy-ui/issues/1653) ([#1655](https://github.com/LemmyNet/lemmy-ui/issues/1655))
336 - Adding nightly docker build. ([#1678](https://github.com/LemmyNet/lemmy-ui/issues/1678))
337 - Return appropriate error codes ([#1665](https://github.com/LemmyNet/lemmy-ui/issues/1665))
338 - Add i386 theme ([#1662](https://github.com/LemmyNet/lemmy-ui/issues/1662))
339 - Set cache-control headers to reduce server load (fixes [#412](https://github.com/LemmyNet/lemmy-ui/issues/412)) ([#1641](https://github.com/LemmyNet/lemmy-ui/issues/1641))
340 - formatting
341 - make subscribe/unsub/pending button consistent
342 - Revert [#1463](https://github.com/LemmyNet/lemmy-ui/issues/1463), markdown default lang select
343 - remove hard-coded text foreground color classes ([#1658](https://github.com/LemmyNet/lemmy-ui/issues/1658))
344 - Fix subscribe and block community buttons not showing up on first load
345 - change me-2 to me-1, no need for me-2 width
346 - make mod shrunken label text-primary
347 - add @jsit advice
348 - fix weird borders when markdown textarea is disabled
349 - use span
350 - always show badge on mobile
351 - fix a few colors
352 - Reduce fetchLimit (40 -> 20) ([#1638](https://github.com/LemmyNet/lemmy-ui/issues/1638))
353 - Moving webpack-bundle-analyzer require inside mode check to fix docker.
354 - Fix allowed and blocked instances not being fetched for admin settings ([#1627](https://github.com/LemmyNet/lemmy-ui/issues/1627))
355 - fix: Restore mdNoImages import
356 - fix: Fix alignment of preview mini-overlay buttons on thumbs
357 - fix: Remove body preview
358 - fix: Move toggle button to its own function
359 - fix: Show metadata preview card on all post pages
360 - Fix feedback on banning an unbanning
361 - fix vote button alignment
362 - remove icon ([#1618](https://github.com/LemmyNet/lemmy-ui/issues/1618))
363 - Indicate valid and invalid fields in signup form ([#1450](https://github.com/LemmyNet/lemmy-ui/issues/1450))
364 - capitalize button ([#1616](https://github.com/LemmyNet/lemmy-ui/issues/1616))
365 - Move password reset form to separate route, view ([#1390](https://github.com/LemmyNet/lemmy-ui/issues/1390))
366 - feat(UI): Reduce base font size ([#1591](https://github.com/LemmyNet/lemmy-ui/issues/1591))
367 - Fix: missing semantic css classes and html elements ([#1583](https://github.com/LemmyNet/lemmy-ui/issues/1583))
368 - partially revert change
369 - chore(DX): Add prettier to eslint config for use with editors
370 - fix: Remove unnecessary class
371 - fix: Remove unnecessary classes
372 - fix: Restore removed classes
373 - fix: Remove wrapping li's
374 - fix: Remove extraneous classes
375 - fix: Move things back to where they were
376 - chore: Separate post mod buttons into functions
377 - remove hook entirely
378 - fix bug collapsing previews when voting
379 - fix: Remove unnecessary string interpolations
380 - fix: Remove smallavatars prop
381 - fix: Restore icon avatars; make smaller and roundrect
382 - fix: Use Bootstrap file upload form control styles
383 - Fix feedback on banning an unbanning
384 - fix vote button alignment
385 - remove icon ([#1618](https://github.com/LemmyNet/lemmy-ui/issues/1618))
386 - Indicate valid and invalid fields in signup form ([#1450](https://github.com/LemmyNet/lemmy-ui/issues/1450))
387 - capitalize button ([#1616](https://github.com/LemmyNet/lemmy-ui/issues/1616))
388 - Move password reset form to separate route, view ([#1390](https://github.com/LemmyNet/lemmy-ui/issues/1390))
389 - feat(UI): Reduce base font size ([#1591](https://github.com/LemmyNet/lemmy-ui/issues/1591))
390 - Fix: missing semantic css classes and html elements ([#1583](https://github.com/LemmyNet/lemmy-ui/issues/1583))
391 - chore(DX): Add prettier to eslint config for use with editors
392 - Only give child comments colored borders
393 - Associate NSFW label with its checkbox
394 - fix: Remove unnecessary string interpolations
395 - fix: Remove unnecessary class
396 - fix: Remove unnecessary classes
397 - fix: Restore removed classes
398 - fix: Remove wrapping li's
399 - fix: Remove extraneous classes
400 - fix: Move things back to where they were
401 - chore: Separate post mod buttons into functions
402 - remove toUpperCase since the translation is uppercase
403 - fix vote button alignment
404 - partially revert change
405 - Add space between cancel and ban button
406 - add tooltip
407 - Fix feedback on banning an unbanning
408 - make post creator badge stand out more
409 - remove icon ([#1618](https://github.com/LemmyNet/lemmy-ui/issues/1618))
410 - Indicate valid and invalid fields in signup form ([#1450](https://github.com/LemmyNet/lemmy-ui/issues/1450))
411 - capitalize button ([#1616](https://github.com/LemmyNet/lemmy-ui/issues/1616))
412 - Move password reset form to separate route, view ([#1390](https://github.com/LemmyNet/lemmy-ui/issues/1390))
413 - feat(UI): Reduce base font size ([#1591](https://github.com/LemmyNet/lemmy-ui/issues/1591))
414 - Fix: missing semantic css classes and html elements ([#1583](https://github.com/LemmyNet/lemmy-ui/issues/1583))
415 - remove hook entirely
416 - run prettier
417 - add darkly-pureblack theme
418 - chore(DX): Add prettier to eslint config for use with editors
419 - fix bug collapsing previews when voting
420 - Associate NSFW label with its checkbox
421 - fix: Remove unused comment
422 - fix: Fix image/title wrapping on small
423 - fix: Fix post listing vote/image/title widths
424 - fix: Fix a too-small thumbnail column
425 - fix: Set max height on post listing thumbnails
426 - fix: Remove unnecessary string interpolations
427 - fix: Tidy up divs
428 - fix: Make navbar container full screen width [#1536](https://github.com/LemmyNet/lemmy-ui/issues/1536)
429 - feat: Use plus/minus expand button in title for showing body/preview
430 - fix: Remove unnecessary class
431 - fix: Remove unnecessary classes
432 - fix: Restore removed classes
433 - fix: Remove wrapping li's
434 - fix: Remove extraneous classes
435 - fix: Move things back to where they were
436 - chore: Separate post mod buttons into functions
437 - feat(UI): Fix some link hover colors
438 - feat(UI): Hide avatars on listings
439 - feat(UI): Always put post body behind togggle on post listings (home/community) [#1595](https://github.com/LemmyNet/lemmy-ui/issues/1595)
440 - Only give child comments colored borders
441 - Update post-listing.tsx
442 - CSP should allow data urls for media-src or the audio captcha won't work
443 - fix(UI): Make max-width wider, and make sidebar narrower on wide screens [#1536](https://github.com/LemmyNet/lemmy-ui/issues/1536)
444 - Use spae instead of margin
445 - Fix search request being called twice on search page
446 - Add margin to new comment text
447 - handle embedded iframe content better
448 - fix lint error
449 - fix error on prod
450 - chore: Empty commit to re-trigger Woodpecker
451 - chore(a11y): Remove a11y eslint overrides, as there are (almost) no more violations
452 - fix(a11y): Change the look and behavior of some file upload fields
453 - fix: Add type=button to buttons
454 - fix: Fix some classes on private message collapse/expand button
455 - chore(a11y): Remove now-passing jsx-a11y tests from exemptions
456 - fix(a11y): Change divs and links to buttons
457 - fix: Remove invalid class
458 - chore: Empty commit to re-trigger Woodpecker
459 - fix: Fix some Bootstrap 5 font classes
460 - fix: Fix some Bootstrap 5 font classes
461 - fix(a11y): Restore aria-activedescendant
462 - chore: Empty commit to re-trigger Woodpecker
463 - fix(a11y): Make foreground of 'remove image button' white
464 - fix(a11y): Add alt text to emojis form
465 - fix(a11y): Fix some a11y markup in Searchable Select component
466 - fix(a11y): Change image remove button to true button element
467 - fix: Ignore rule for clickaway div; 'Esc' works for this
468 - fix(a11y): Fix non-list item being inside ul list in navbar
469 - fix: Fix non-unique ID attribute on re-used element
470 - fix: Fix another class
471 - fix: Fix some Bootstrap 5 font classes
472 - fix: Fix some emoji escape logic
473 - fix: Button doesn't need tabindex
474 - fix: Fix incorrect function reference
475 - fix: Empty commit to re-trigger Woodpecker
476 - fix: Emoji picker can be closed with escape key, other a11y fixes
477 - fix: Fix some a11y issues on jump to content button
478 - fix: Fix up some interface language logic and design
479 - fix: Clarify a comment
480 - Remove federation worker count
481 - fix: Add triangle alert icon to language warning
482 - added litely-compact
483 - changed where custom compact code goes
484 - added darkly-compact - issue 552
485 - Refactor first load handling
486 - Fix issue when navigating awat from settings
487 - Give function better name
488 - Make date distance format use correct verbiage
489 - Extract date fns setup
490 - Remove unused dep
491 - Replace momentjs with date-fns
492 - Cache post listings and restore listing state when using browser back navigation buttons.
493 - Fix homepage `scrollTo(0, 0)` failing when document size changes.
494 - Moved `!isBrowser()` check to `FirstLoadServer.isFirstLoad`
495 - Fix server-side rendering after first load.
496 - fix: Add aria-describedby for language warning
497 - Update src/shared/components/common/markdown-textarea.tsx
498 - Fix comments expanding when they're not supposed to ([#1540](https://github.com/LemmyNet/lemmy-ui/issues/1540))
499 - Update src/shared/components/common/markdown-textarea.tsx
500 - fix: Disable save button if no text is entered
501 - fix: Fix some more private message form stuff
502 - Remove federation worker count
503 - feat: Clean up the Create Private Message page a bit
504 - Fix emojis being unable to save
505 - fix: Use simpler syntax for languageId array
506 - fix: Add triangle alert icon to language warning
507 - fix: Fix language selection bug
508 - fix: Use Interface Language instead
509 - Refactor first load handling
510 - fix: Add aria-describedby for language warning
511 - Fix issue when navigating awat from settings
512 - Give function better name
513 - Cache post listings and restore listing state when using browser back navigation buttons.
514 - fix: Specify vote content type so buttons work for both comments and posts
515 - Fix homepage `scrollTo(0, 0)` failing when document size changes.
516 - Moved `!isBrowser()` check to `FirstLoadServer.isFirstLoad`
517 - Fix server-side rendering after first load.
518 - fix!: Try to get Vote Buttons component working in Comments
519 - fix: Remove unused prop
520 - Change function name
521 - Make date distance format use correct verbiage
522 - Extract date fns setup
523 - Fix homepage `scrollTo(0, 0)` failing when document size changes.
524 - fix: Rework some vote buttons architecture
525 - Remove unused dep
526 - Replace momentjs with date-fns
527 - fix: Undo some other extraneous changes
528 - fix: Undo some extraneous changes
529 - fix: Remove tippy duplicate functions
530 - fix: Revert to old mobile vote style
531 - feat: Move vote buttons to separate component
532 - feat: Default language dropdowns to user's primary language
533 - added litely-compact
534 - changed where custom compact code goes
535 - added darkly-compact - issue 552
536
537 # Lemmy v0.18 Release (2023-06-23)
538
539 ## What is Lemmy?
540
541 Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.
542
543 ## Major Changes
544
545 ### HTTP API instead of Websocket
546
547 Until now Lemmy-UI used websocket for all API requests. This has [many disadvantages](https://github.com/LemmyNet/lemmy/issues/2841#issuecomment-1535469357), like making the code harder to maintain, and causing live updates to the site which many users dislike. Most importantly, it requires keeping a connection open between server and client at all times, which causes increased load and makes scaling difficult. That's why we decided to rip out websocket entirely, and switch to HTTP instead. This change was made much more urgent by the sudden influx of new users. [@CannotSleep420](https://lemmygrad.ml/u/CannotSleep420) and [@dessalines](https://lemmy.ml/u/dessalines) have been working hard for the past weeks to implement this change in lemmy-ui.
548
549 HTTP on its own is already more lightweight than websocket. Additionally it also allows for caching of server responses which can decrease load on the database. Here is an [experimental nginx config](https://github.com/LemmyNet/lemmy-ansible/pull/75) which enables response caching. Note that Lemmy doesn't send any cache-control headers yet, so there is a chance that private data gets cached and served to other users. Test carefully and use at your own risk.
550
551 ### Two-Factor Authentication
552
553 New support for two-factor authentication. Use an app like [andOTP](https://f-droid.org/es/packages/org.shadowice.flocke.andotp/) or [Authenticator Pro](https://f-droid.org/packages/me.jmh.authenticatorpro/) to store a secret for your account. This secret needs to be entered every time you login. It ensures that an attacker can't access your account with the password alone.
554
555 ### Custom Emojis
556
557 Instance admins can add different images as emojis which can be referenced by users when posting.
558
559 ### Other changes
560
561 #### Progressive Web App
562
563 Lemmy's web client can now be installed on browsers that support PWAs, both on desktop and mobile. It will use an instance's icon and name for the app if they are set, making it look like a given instance is an app.
564
565 **Note for desktop Firefox users**: the desktop version of Firefox does not have built in support for PWAs. If you would like to use a Lemmy instance as a PWA, use [use this extension](https://addons.mozilla.org/en-US/firefox/addon/pwas-for-firefox/).
566
567 #### Error Pages
568
569 Lemmy's web client now has error pages that include resources to use if the problem persists. This should be much less jarring for users than displaying a white screen with the text "404 _error message here_".
570
571 #### Route Changes
572
573 Pages that took arguments in the route now take query parameters instead. For example, a link to lemmy.ml's home page with a few options used to look like this:
574
575 ```
576 https://lemmy.ml/home/data_type/Post/listing_type/All/sort/Active/page/1
577 ```
578
579 The new route would look like this:
580
581 ```
582 https://lemmy.ml?listingType=All
583 ```
584
585 Note that you now only have to specify parameters you want instead of all of them.
586
587 #### Searchable select redesign
588
589 The searchable selects, such as those used on the search page, have a new look and feel. No more inexplicable green selects when using the lightly themes!
590
591 #### Share button
592
593 Posts on the web client now have a share button on supported browsers. This can be used to share posts to other applications quickly and easily.
594
595 #### Lemmy-UI Overall look and feel
596
597 lemmy-ui is now upgraded to bootstrap 5, and every component is now much cleaner.
598
599 Special thanks to [sleepless](https://github.com/SleeplessOne1917), [alectrocute](https://github.com/alectrocute), [jsit](https://github.com/jsit), and many others for their great work on improving and re-organizing lemmy-ui.
600
601 #### Database optimizations
602
603 Special thanks to [johanndt](https://github.com/johanndt), for suggesting improvements to Lemmy's database queries. Some of these suggestions have already been implemented, and more are on the way.
604
605 Query speed is Lemmy's main performance bottleneck, so we really appreciate any help database experts can provide.
606
607 #### Captchas
608
609 Captchas are not available in this version, as they need to be reimplemented in a different way. They will be back in 0.18.1, so wait with upgrading if you rely on them.
610
611 ## Upgrade instructions
612
613 The installation instructions have been slightly updated. However there are no breaking changes, other than removing websocket.
614
615 Follow the upgrade instructions for [ansible](https://github.com/LemmyNet/lemmy-ansible#upgrading) or [docker](https://join-lemmy.org/docs/en/administration/install_docker.html#updating).
616
617 If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/#lemmy-admin-support-topics:discuss.online).
618
619 ## Support development
620
621 We (@dessalines and @nutomic) have been working full-time on Lemmy for almost three years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/).
622
623 If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider [donating to support its development](https://join-lemmy.org/donate). No one likes recurring donations, but they've proven to be the only way that open-source software like Lemmy can stay independent and alive.
624
625 ## Changes
626
627 ### API
628
629 - Our HTTP API docs are at https://join-lemmy.org/api/
630   - These are now auto-generated directly from our rust type definitions, using [ts-rs](https://github.com/Aleph-Alpha/ts-rs).
631   - [A comparison from the last release](https://github.com/LemmyNet/lemmy-js-client/compare/0.17.0-rc.1...0.18.0-rc.1)
632 - There are two breaking changes since the last release:
633   - [GetSite.taglines](https://join-lemmy.org/api/interfaces/GetSiteResponse.html#taglines) is now required, and is an empty array.
634   - `SortType` and `ListingType` are now numbered enums, rather than strings in some places, and numbers in others.
635
636 ### Config
637
638 - No changes, but you can see the current config options [here.](https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson)
639
640 ### Lemmy Server
641
642 - Speedup cargo check in CI ([#3239](https://github.com/LemmyNet/Lemmy/issues/3239))
643 - Correct error messages if user registers with taken user/email ([#3093](https://github.com/LemmyNet/Lemmy/issues/3093))
644 - Fixing cross_post duplicates. Fixes [#3233](https://github.com/LemmyNet/Lemmy/issues/3233) ([#3234](https://github.com/LemmyNet/Lemmy/issues/3234))
645 - Add test to check reading and listing posts return my_vote ([#3215](https://github.com/LemmyNet/Lemmy/issues/3215))
646 - Reduce memory usage of rate limiting ([#3111](https://github.com/LemmyNet/Lemmy/issues/3111))
647 - Adding current domain from settings to CORs. ([#3231](https://github.com/LemmyNet/Lemmy/issues/3231))
648 - remove debugging println ([#3227](https://github.com/LemmyNet/Lemmy/issues/3227))
649 - Fixing comment_view unit tests. ([#3224](https://github.com/LemmyNet/Lemmy/issues/3224))
650 - Fix parameter ordering for new_report_subject string ([#3210](https://github.com/LemmyNet/Lemmy/issues/3210))
651 - Move cors default to source code ([#3219](https://github.com/LemmyNet/Lemmy/issues/3219))
652 - Fixing tag deploys. ([#3216](https://github.com/LemmyNet/Lemmy/issues/3216))
653 - Feature add hours as sorting options backend ([#3161](https://github.com/LemmyNet/Lemmy/issues/3161))
654 - Don't check verified email when an admin logs in ([#3209](https://github.com/LemmyNet/Lemmy/issues/3209))
655 - fix: add CORS origin environment variable ([#3191](https://github.com/LemmyNet/Lemmy/issues/3191))
656 - make embedded pict-rs port configurable ([#3201](https://github.com/LemmyNet/Lemmy/issues/3201))
657 - Move connection creation into scheduler. ([#3120](https://github.com/LemmyNet/Lemmy/issues/3120))
658 - Calculate initial hot_rank and hot_rank_active for posts and comments from other instances ([#3131](https://github.com/LemmyNet/Lemmy/issues/3131))
659 - Changed github issue template to align logically with the question asked ([#3135](https://github.com/LemmyNet/Lemmy/issues/3135))
660 - Update README.md ([#3137](https://github.com/LemmyNet/Lemmy/issues/3137))
661 - Remove e-mail verification success e-mails ([#3124](https://github.com/LemmyNet/Lemmy/issues/3124))
662 - Fix Hidden communities showing in community list ([#3094](https://github.com/LemmyNet/Lemmy/issues/3094))
663 - Update all dependencies ([#3091](https://github.com/LemmyNet/Lemmy/issues/3091))
664 - Prevent making an instance private if federation is enabled. ([#3074](https://github.com/LemmyNet/Lemmy/issues/3074))
665 - Handle scheduled task errors ([#3090](https://github.com/LemmyNet/Lemmy/issues/3090))
666 - Fix unapproved users being able to log in after registration mode set to closed. ([#3096](https://github.com/LemmyNet/Lemmy/issues/3096))
667 - Link tafkars in readme ([#3087](https://github.com/LemmyNet/Lemmy/issues/3087))
668 - doc: Added pythorhead library in readme ([#3114](https://github.com/LemmyNet/Lemmy/issues/3114))
669 - Only create ltree postgres extension in migration if doesn't already exist ([#3092](https://github.com/LemmyNet/Lemmy/issues/3092))
670 - add issue template yml from lemmy-ui ([#3086](https://github.com/LemmyNet/Lemmy/issues/3086))
671 - Fix Issue [#3075](https://github.com/LemmyNet/Lemmy/issues/3075) by using None for local fields instead of Some(false) ([#3088](https://github.com/LemmyNet/Lemmy/issues/3088))
672 - stop requiring superuser to run migrations ([#3002](https://github.com/LemmyNet/Lemmy/issues/3002))
673 - Fixes [#1884](https://github.com/LemmyNet/Lemmy/issues/1884) - Support Spoiler Tags ([#3018](https://github.com/LemmyNet/Lemmy/issues/3018))
674 - Fix compilation
675 - Align default DB password with documentation ([#3068](https://github.com/LemmyNet/Lemmy/issues/3068))
676 - Update RSS url ([#3053](https://github.com/LemmyNet/Lemmy/issues/3053))
677 - Docker yaml anchors and docker logs ([#3027](https://github.com/LemmyNet/Lemmy/issues/3027))
678 - Fix ports used by docker ([#3012](https://github.com/LemmyNet/Lemmy/issues/3012))
679 - Add limit and pagination to feeds ([#2980](https://github.com/LemmyNet/Lemmy/issues/2980))
680 - Upgrade activitypub-federation to 0.4.1 ([#3039](https://github.com/LemmyNet/Lemmy/issues/3039))
681 - Adding Lemmy-Swift-Client to README.md ([#3026](https://github.com/LemmyNet/Lemmy/issues/3026))
682 - use usize::MAX for line wrap length, since lettre does it for us ([#3034](https://github.com/LemmyNet/Lemmy/issues/3034))
683 - update doku ([#3003](https://github.com/LemmyNet/Lemmy/issues/3003))
684 - Fix contributing link ([#3015](https://github.com/LemmyNet/Lemmy/issues/3015))
685 - Better issue templates. ([#2991](https://github.com/LemmyNet/Lemmy/issues/2991))
686 - allow specifying db uri in config file ([#2956](https://github.com/LemmyNet/Lemmy/issues/2956))
687 - Adding hot_rank columns in place of function sorting. ([#2952](https://github.com/LemmyNet/Lemmy/issues/2952))
688 - make shebangs posix compliant ([#2974](https://github.com/LemmyNet/Lemmy/issues/2974))
689 - Fix private message e-mail notification subject and body ([#2963](https://github.com/LemmyNet/Lemmy/issues/2963))
690 - Add comment depth check ([#2940](https://github.com/LemmyNet/Lemmy/issues/2940))
691 - Add `lemmyexternalproxy` to `lemmy` so that it can talk to the internet ([#2960](https://github.com/LemmyNet/Lemmy/issues/2960))
692 - Fix translation build error (fixes [#2967](https://github.com/LemmyNet/Lemmy/issues/2967)) ([#2968](https://github.com/LemmyNet/Lemmy/issues/2968))
693 - Activitypub breaking changes for Lemmy 0.18 ([#2705](https://github.com/LemmyNet/Lemmy/issues/2705))
694 - Add db index for post.url column ([#2929](https://github.com/LemmyNet/Lemmy/issues/2929))
695 - Fall back to String for Comment::path when not using the full feature ([#2941](https://github.com/LemmyNet/Lemmy/issues/2941))
696 - update diesel to 2.1.0 and diesel-async to 0.3.0 (issue [#2882](https://github.com/LemmyNet/Lemmy/issues/2882)) ([#2895](https://github.com/LemmyNet/Lemmy/issues/2895))
697 - Fix dev setups. ([#2944](https://github.com/LemmyNet/Lemmy/issues/2944))
698 - Set version name for crates.io release ([#2928](https://github.com/LemmyNet/Lemmy/issues/2928))
699 - Fix handling of follows addressed to single value ([#2920](https://github.com/LemmyNet/Lemmy/issues/2920))
700 - Remove chatserver ([#2919](https://github.com/LemmyNet/Lemmy/issues/2919))
701 - Adding taglines to SiteResponse. Fixes [#2925](https://github.com/LemmyNet/Lemmy/issues/2925) ([#2926](https://github.com/LemmyNet/Lemmy/issues/2926))
702 - Fix _All_ reports not showing. Fixes [#2902](https://github.com/LemmyNet/Lemmy/issues/2902) ([#2903](https://github.com/LemmyNet/Lemmy/issues/2903))
703 - README updates ([#2913](https://github.com/LemmyNet/Lemmy/issues/2913))
704 - Filter empty username strings from Mastodon (fixes [#2886](https://github.com/LemmyNet/Lemmy/issues/2886)) ([#2887](https://github.com/LemmyNet/Lemmy/issues/2887))
705 - Update humane tech badge to point to new repo ([#2898](https://github.com/LemmyNet/Lemmy/issues/2898))
706 - Update to fix nginx proxy config for Docker Installs ([#2908](https://github.com/LemmyNet/Lemmy/issues/2908))
707 - Remove jaeger, opentelemetry from docker-compose ([#2894](https://github.com/LemmyNet/Lemmy/issues/2894))
708 - Replace remmel with Mlem. ([#2890](https://github.com/LemmyNet/Lemmy/issues/2890))
709 - Add CORS support for debug mode. ([#2884](https://github.com/LemmyNet/Lemmy/issues/2884))
710 - Don't filter comments of posts from blocked community when viewing post detail ([#2880](https://github.com/LemmyNet/Lemmy/issues/2880))
711 - Remove websocket code ([#2878](https://github.com/LemmyNet/Lemmy/issues/2878))
712 - Dont return error in case optional auth is invalid ([#2879](https://github.com/LemmyNet/Lemmy/issues/2879))
713 - Remove unnecessary clone ([#2874](https://github.com/LemmyNet/Lemmy/issues/2874))
714 - Remove GetCommunityResponse.default_post_language ([#2867](https://github.com/LemmyNet/Lemmy/issues/2867))
715 - Dont refetch post url metadata when post is received again
716 - Dont retry outgoing HTTP requests (ref [#2865](https://github.com/LemmyNet/Lemmy/issues/2865))
717 - Force enable undetermined language ([#2851](https://github.com/LemmyNet/Lemmy/issues/2851))
718 - Fix typo that caused error ([#2861](https://github.com/LemmyNet/Lemmy/issues/2861))
719 - Prettier check ([#2855](https://github.com/LemmyNet/Lemmy/issues/2855))
720 - Downgrade postgres for CI to 15.2 (fixes [#2857](https://github.com/LemmyNet/Lemmy/issues/2857)) ([#2859](https://github.com/LemmyNet/Lemmy/issues/2859))
721 - Make volumes used in docker compose work when running on machines with SELinux enabled ([#2853](https://github.com/LemmyNet/Lemmy/issues/2853))
722 - Set attribute `deny_unknown_fields` for Lemmy config ([#2852](https://github.com/LemmyNet/Lemmy/issues/2852))
723 - Fixing empty req issue. ([#2849](https://github.com/LemmyNet/Lemmy/issues/2849))
724 - Upgrade api_test deps ([#2850](https://github.com/LemmyNet/Lemmy/issues/2850))
725 - Adding comments to all API related types. Fixes [#2846](https://github.com/LemmyNet/Lemmy/issues/2846) ([#2848](https://github.com/LemmyNet/Lemmy/issues/2848))
726 - Adding typescript generation for API. Fixes [#2824](https://github.com/LemmyNet/Lemmy/issues/2824) ([#2827](https://github.com/LemmyNet/Lemmy/issues/2827))
727 - Addressing slow profile queries. [#2777](https://github.com/LemmyNet/Lemmy/issues/2777) ([#2830](https://github.com/LemmyNet/Lemmy/issues/2830))
728 - Reverting to older non-multi-arch dockerfile. Fixes [#2832](https://github.com/LemmyNet/Lemmy/issues/2832) ([#2833](https://github.com/LemmyNet/Lemmy/issues/2833))
729 - Add `to` field in follow activities for better compatibility ([#2829](https://github.com/LemmyNet/Lemmy/issues/2829))
730 - Use older git clone for woodpecker. ([#2831](https://github.com/LemmyNet/Lemmy/issues/2831))
731 - Remove last Option<Vec.. from API. Fixes [#2820](https://github.com/LemmyNet/Lemmy/issues/2820) ([#2822](https://github.com/LemmyNet/Lemmy/issues/2822))
732 - Adding cross_post fetching to GetPost. Fixes [#2127](https://github.com/LemmyNet/Lemmy/issues/2127) ([#2821](https://github.com/LemmyNet/Lemmy/issues/2821))
733 - Use Dockerfile.multiarch as Dockerfile ([#2818](https://github.com/LemmyNet/Lemmy/issues/2818))
734 - Adding diesel enums for SortType and ListingType ([#2808](https://github.com/LemmyNet/Lemmy/issues/2808))
735 - Make path to local lemmy-ui use correct relative path ([#2817](https://github.com/LemmyNet/Lemmy/issues/2817))
736 - Add lemmy-bot to README libraries list ([#2816](https://github.com/LemmyNet/Lemmy/issues/2816))
737 - Separate federated_instances into its own endpoint. Fixes [#1931](https://github.com/LemmyNet/Lemmy/issues/1931) ([#2813](https://github.com/LemmyNet/Lemmy/issues/2813))
738 - Use official rust image and clean up Dockerfiles ([#2804](https://github.com/LemmyNet/Lemmy/issues/2804))
739 - Temporary fix for hiding deleted posts. [#2624](https://github.com/LemmyNet/Lemmy/issues/2624) ([#2811](https://github.com/LemmyNet/Lemmy/issues/2811))
740 - Leave modded communities on account deletion. Fixes [#2560](https://github.com/LemmyNet/Lemmy/issues/2560) ([#2810](https://github.com/LemmyNet/Lemmy/issues/2810))
741 - Adding check to description and body length fields. ([#2805](https://github.com/LemmyNet/Lemmy/issues/2805))
742 - Fix & Optimize CI config ([#2802](https://github.com/LemmyNet/Lemmy/issues/2802))
743 - Making the chat server an actor. ([#2793](https://github.com/LemmyNet/Lemmy/issues/2793))
744 - Use pretty print for federation json responses ([#2801](https://github.com/LemmyNet/Lemmy/issues/2801))
745 - Fix listing type default value ([#2796](https://github.com/LemmyNet/Lemmy/issues/2796))
746 - Add woodpecker ci ([#2789](https://github.com/LemmyNet/Lemmy/issues/2789))
747 - Remove unused dependencies ([#2795](https://github.com/LemmyNet/Lemmy/issues/2795))
748 - Optimize federated language updates to avoid unnecessary db writes ([#2786](https://github.com/LemmyNet/Lemmy/issues/2786))
749 - Added identifier to context ([#2791](https://github.com/LemmyNet/Lemmy/issues/2791))
750 - Activitypub crate rewrite ([#2782](https://github.com/LemmyNet/Lemmy/issues/2782))
751 - Add Custom Emojis Support ([#2616](https://github.com/LemmyNet/Lemmy/issues/2616))
752 - Adding deadpool timeouts. ([#2775](https://github.com/LemmyNet/Lemmy/issues/2775))
753 - Adding TOTP / 2FA to lemmy ([#2741](https://github.com/LemmyNet/Lemmy/issues/2741))
754 - Get rid of Safe Views, use serde_skip ([#2767](https://github.com/LemmyNet/Lemmy/issues/2767))
755 - Show deleted and removed posts for profile views. Fixes [#2624](https://github.com/LemmyNet/Lemmy/issues/2624) ([#2729](https://github.com/LemmyNet/Lemmy/issues/2729))
756 - Dont upsert Instance row every apub fetch ([#2771](https://github.com/LemmyNet/Lemmy/issues/2771))
757 - Fixing broken websockets. ([#2770](https://github.com/LemmyNet/Lemmy/issues/2770))
758 - Ignore undetermined language when calculating post default language ([#2769](https://github.com/LemmyNet/Lemmy/issues/2769))
759 - Switch from bb8 to deadpool. Fixes [#2765](https://github.com/LemmyNet/Lemmy/issues/2765) ([#2768](https://github.com/LemmyNet/Lemmy/issues/2768))
760 - Adding a vector indexing check to prevent panics. Fixes [#2753](https://github.com/LemmyNet/Lemmy/issues/2753) ([#2754](https://github.com/LemmyNet/Lemmy/issues/2754))
761 - Cleaning up person_view sorts ([#2760](https://github.com/LemmyNet/Lemmy/issues/2760))
762 - Add default attribute for webfinger properties (fixes [#2756](https://github.com/LemmyNet/Lemmy/issues/2756)) ([#2759](https://github.com/LemmyNet/Lemmy/issues/2759))
763 - Include type information with webfinger responses (fixes [#2037](https://github.com/LemmyNet/Lemmy/issues/2037)) ([#2746](https://github.com/LemmyNet/Lemmy/issues/2746))
764 - Fixing issue with saving site language. Fixes [#2748](https://github.com/LemmyNet/Lemmy/issues/2748) ([#2749](https://github.com/LemmyNet/Lemmy/issues/2749))
765 - Proper permission check for federated comment distinguish ([#2697](https://github.com/LemmyNet/Lemmy/issues/2697))
766 - Implement separate mod activities for feature, lock post ([#2716](https://github.com/LemmyNet/Lemmy/issues/2716))
767 - Fix case in activitypub context (ref [#2734](https://github.com/LemmyNet/Lemmy/issues/2734)) ([#2743](https://github.com/LemmyNet/Lemmy/issues/2743))
768 - Separate comment distinguish ([#2740](https://github.com/LemmyNet/Lemmy/issues/2740))
769 - Adding instance software and version. Fixes [#2222](https://github.com/LemmyNet/Lemmy/issues/2222) ([#2733](https://github.com/LemmyNet/Lemmy/issues/2733))
770 - Fixing slow joins to post_read, post_saved, and comment_saved . ([#2738](https://github.com/LemmyNet/Lemmy/issues/2738))
771 - Remove lemmur since its deprecated. ([#2742](https://github.com/LemmyNet/Lemmy/issues/2742))
772 - Combine prod and dev docker setups using build-arg ([#2739](https://github.com/LemmyNet/Lemmy/issues/2739))
773 - Organize utils into separate files. Fixes [#2295](https://github.com/LemmyNet/Lemmy/issues/2295) ([#2736](https://github.com/LemmyNet/Lemmy/issues/2736))
774 - Removing checking permissions when editing posts and comments. ([#2727](https://github.com/LemmyNet/Lemmy/issues/2727))
775 - Fixing updated form fields. Fixes [#2724](https://github.com/LemmyNet/Lemmy/issues/2724) ([#2725](https://github.com/LemmyNet/Lemmy/issues/2725))
776 - Only let top admin purge. Fixes [#2731](https://github.com/LemmyNet/Lemmy/issues/2731) ([#2732](https://github.com/LemmyNet/Lemmy/issues/2732))
777 - Fix writing of `removeData` in apub context (fixes [#2734](https://github.com/LemmyNet/Lemmy/issues/2734)) ([#2735](https://github.com/LemmyNet/Lemmy/issues/2735))
778 - Adding a site option to email admins for new reports. ([#2730](https://github.com/LemmyNet/Lemmy/issues/2730))
779 - Sort community search by active_monthly by default. ([#2728](https://github.com/LemmyNet/Lemmy/issues/2728))
780 - Fix post titles being cut off (fixes [#2718](https://github.com/LemmyNet/Lemmy/issues/2718)) ([#2720](https://github.com/LemmyNet/Lemmy/issues/2720))
781 - Improved error message when attempting to fetch non-local object (fixes [#2715](https://github.com/LemmyNet/Lemmy/issues/2715)) ([#2717](https://github.com/LemmyNet/Lemmy/issues/2717))
782 - Convert HTML from titles into markdown ([#2709](https://github.com/LemmyNet/Lemmy/issues/2709))
783 - In apub post receive, check posting restricted to mods (ref [#2702](https://github.com/LemmyNet/Lemmy/issues/2702)) ([#2704](https://github.com/LemmyNet/Lemmy/issues/2704))
784 - Fix docker federation setup ([#2706](https://github.com/LemmyNet/Lemmy/issues/2706))
785 - Fix data fetching from Peertube (fixes [#2689](https://github.com/LemmyNet/Lemmy/issues/2689)) ([#2703](https://github.com/LemmyNet/Lemmy/issues/2703))
786 - Add a ntfy notif on a tag deploy success. ([#2701](https://github.com/LemmyNet/Lemmy/issues/2701))
787 - Disable pictrs feature in CI to make it faster ([#2698](https://github.com/LemmyNet/Lemmy/issues/2698))
788 - Fixing admin application email subject. Fixes [#2688](https://github.com/LemmyNet/Lemmy/issues/2688) ([#2695](https://github.com/LemmyNet/Lemmy/issues/2695))
789 - Fixing person block views. Fixes [#2693](https://github.com/LemmyNet/Lemmy/issues/2693) ([#2694](https://github.com/LemmyNet/Lemmy/issues/2694))
790 - Fixing GetPosts active sort index. Fixes [#2683](https://github.com/LemmyNet/Lemmy/issues/2683) ([#2684](https://github.com/LemmyNet/Lemmy/issues/2684))
791 - More explicit upgrade instructions.
792 - Fix yerbate.ml -> join-lemmy.org links
793 - Publish without verify ([#2681](https://github.com/LemmyNet/Lemmy/issues/2681))
794 - Fix paths in release script, update crate versions ([#2680](https://github.com/LemmyNet/Lemmy/issues/2680))
795
796 ### Lemmy UI
797
798 - fix(tabs): Fix tab semantics and a11y ([#1382](https://github.com/LemmyNet/lemmy-ui/issues/1382))
799 - fix: Remove Bootstrap JS in sidebars ([#1434](https://github.com/LemmyNet/lemmy-ui/issues/1434))
800 - Store manifest in memory so it does not need to be generated for every page request ([#1433](https://github.com/LemmyNet/lemmy-ui/issues/1433))
801 - Com create post ([#1431](https://github.com/LemmyNet/lemmy-ui/issues/1431))
802 - fix: Small adjustments to create post form
803 - fix: Fix Communities search/filter header [#1417](https://github.com/LemmyNet/lemmy-ui/issues/1417)
804 - Fix mobile navbar bug ([#1428](https://github.com/LemmyNet/lemmy-ui/issues/1428))
805 - feat: Hide 'comments' in post listing comments button; icon and title text is clear
806 - feat: Drop dependency for tsconfig-paths-webpack-plugin
807 - fix main.css vars ([#1424](https://github.com/LemmyNet/lemmy-ui/issues/1424))
808 - feat: Bootstrap 5 ([#1378](https://github.com/LemmyNet/lemmy-ui/issues/1378))
809 - Add scripts to make managing translations easier ([#1414](https://github.com/LemmyNet/lemmy-ui/issues/1414))
810 - Fix redirect after successful password reset
811 - fix: Shrink and normalize some post action button colors and sizes
812 - fix: Litely Red was importing the wrong vars
813 - fix: Always show advanced post buttons dropdown
814 - Fixing missing class for language select.
815 - feat(post): Move post domain beneath post title ([#1363](https://github.com/LemmyNet/lemmy-ui/issues/1363))
816 - Updated link to lemmy-repo as direct link to issues
817 - feat(css): make vertical rhythm more consistent for post listings
818 - fix(post): Fix missing labels on block/report buttons in new dropdown
819 - fix: Add compiled theme stylesheets
820 - fix: Fix too-intense hr color between posts
821 - fix: Fix post creator text alignment
822 - fix: Prettier ignore generated themes, as they aren't written by humans
823 - feat: Badge-ify NSFW and removed by mod title info
824 - fix: Fix display inline of post title
825 - fix: Only post title should be inside h5, not the additional metadata icons
826 - fix: Use btn-sm for advanced menu dropdown buttons
827 - fix: Remove some extra classes on flag/report buttons
828 - fix: Fix vertical alignment and border radius of advanced dropdown menu items
829 - fix(a11y): Add aria-controls for advanced button dropdown
830 - fix: Fix some button labels and tippy text
831 - feat: Move advanced post menu into dropdown
832 - Always allow users to control whether they see NSFW content
833 - fix: Fix display inline of post title
834 - fix: Use btn-sm for advanced menu dropdown buttons
835 - fix: Remove some extra classes on flag/report buttons
836 - fix: Fix vertical alignment and border radius of advanced dropdown menu items
837 - fix(a11y): Add aria-controls for advanced button dropdown
838 - fix: Fix some button labels and tippy text
839 - feat: Move advanced post menu into dropdown
840 - fix: Fix some small style issues
841 - feat(a11y): Add eslint-plugin-jsx-a11y
842 - fix: Fix Trending sidebar card too
843 - fix(a11y): Fix some mobile styles for Sidebar Cards
844 - fix(a11y): Apply same accordion/collapse markup to Subscribed Communities sidebar card
845 - fix: Add .accordion wrapper around sidebar to obtain negative bottom margin
846 - fix(a11y): Fix some a11y issues in Site Sidebar and use native Bootstrap Collapse and Card classes
847 - fix(a11y): Add aria-label to fetaured pins
848 - fix: Only post title should be inside h5, not the additional metadata icons
849 - fix: Fix some references to ; they should refer to a specific gray in case changes
850 - fix: Move var to grays area
851 - fix: Fix broken theme overrides; group theme variable files by variable type
852 - fix accidental changes
853 - remove comments
854 - fix merge conflicts
855 - Add default profile picture for users who do not set one ([#1339](https://github.com/LemmyNet/lemmy-ui/issues/1339))
856 - feat(navbar): Add labels for navbar items on mobile ([#1323](https://github.com/LemmyNet/lemmy-ui/issues/1323))
857 - fix: Fix rounded top corners in markdown textarea
858 - fix: Fix input-bg for darkly theme
859 - chore: Fix a missing theme color
860 - chore: Fix vars
861 - chore: Remove some redundant Sass variable declarations and re-organize them
862 - fix: Fix imports
863 - Revert "fix: Sass files don't need to refer to full node_modules path"
864 - fix: Sass files don't need to refer to full node_modules path
865 - fix: Remove inline styles and use Bootstrap classes
866 - fix: Fix missing prop
867 - fix: Vertically align icons in post listing
868 - fix: Add total users in site sidebar
869 - fix: Re-add 'number of communities' to site sidebar
870 - fix: Fix broken link
871 - fix: Fix rounded textarea in Markdown box
872 - feat: Fix some colors on dark mode
873 - feat: Redesign the format bar / textarea into a single bordered area with divider
874 - and of course, yarn.lock
875 - handle login failures correctly
876 - wrap login call in try/catch for error handling
877 - Fix first loads not working
878 - Remove extra div in post sidebar
879 - feat: Move text formatting bar above textarea
880 - Add a class to the more button on a comment node
881 - Switch navbar classes to ids
882 - break out browser and helper methods
883 - feat: Adds Jump to main content functionality
884 - chore: ensures validURL function does not throw exception
885 - break out all role utils
886 - Adding a few more 0.18.0 API changes. ([#1324](https://github.com/LemmyNet/lemmy-ui/issues/1324))
887 - Use aside semantic HTML tag for sidebars
888 - Use article semantic HTML tag for posts/comments
889 - Use footer semantic HTML tag
890 - Add lemmy-site class for easier detection
891 - Add ID's and classes to sidebars
892 - Add clases and ID's to post form/listing
893 - Add classes to post and comment repy textareas
894 - Rename markdown-textarea ID's
895 - Add nav and footer ID's
896 - fix block community functionality in sidebar ([#1316](https://github.com/LemmyNet/lemmy-ui/issues/1316))
897 - fix: fix loading custom themes with a custom LEMMY_UI_EXTRA_THEMES_FOLDER
898 - Admin Settings: Bugfixes ([#1313](https://github.com/LemmyNet/lemmy-ui/issues/1313))
899 - hardcoded node version due to bug "Text file busy" error introduced in node 20.3 ([#1320](https://github.com/LemmyNet/lemmy-ui/issues/1320))
900 - changed required checkbox ([#1318](https://github.com/LemmyNet/lemmy-ui/issues/1318))
901 - set loading state attribute to false if createPost fails ([#1311](https://github.com/LemmyNet/lemmy-ui/issues/1311))
902 - Make community IDs more easily selectable ([#1306](https://github.com/LemmyNet/lemmy-ui/issues/1306))
903 - Re-arrange elements beneath markdown textarea [#1057](https://github.com/LemmyNet/lemmy-ui/issues/1057) ([#1288](https://github.com/LemmyNet/lemmy-ui/issues/1288))
904 - Match more specific locales to supported ones ([#1241](https://github.com/LemmyNet/lemmy-ui/issues/1241))
905 - formatting
906 - refactor server, tidy up, use handlers/middleware/utils pattern
907 - Fixed color scheme variables of litely-red
908 - Improve the look of tables ([#1299](https://github.com/LemmyNet/lemmy-ui/issues/1299))
909 - feat(post-listing): Add link to post for mobile preview
910 - go back if last history action was push, fix bug preventing navigation to / working from login
911 - add user-scalable=no to meta tag
912 - Removed duplicated CSS rule
913 - Make comment border colors semi-transparent
914 - Add long polling to update unread counts in navbar. ([#1271](https://github.com/LemmyNet/lemmy-ui/issues/1271))
915 - make button a tad smaller
916 - remove pictrsDeleteToast usage from PostForm, add delete image button, fix infinite loading bug if upload error occured
917 - Use http client ([#1081](https://github.com/LemmyNet/lemmy-ui/issues/1081))
918 - Horizontally scrollable code blocks, instead of wrapping.
919 - Update BUG_REPORT.yml
920 - add checkboxes to feature requests
921 - required under label
922 - indent validations
923 - label array
924 - add checkboxes to issue template
925 - Fixed NSFW image blur spilling outside the preview
926 - Recompiled theme files using latest Bootstrap 4
927 - Added npm scripts to rebuild theme files
928 - Add title to pictrs-image
929 - Make the community title in the sidebar link to the local community. ([#1161](https://github.com/LemmyNet/lemmy-ui/issues/1161))
930 - Fix prompt component ([#1223](https://github.com/LemmyNet/lemmy-ui/issues/1223))
931 - Fix mobile menu collapse bug ([#1222](https://github.com/LemmyNet/lemmy-ui/issues/1222))
932 - Another try at sanitize. ([#1208](https://github.com/LemmyNet/lemmy-ui/issues/1208))
933 - remove unused theme files ([#1202](https://github.com/LemmyNet/lemmy-ui/issues/1202))
934 - issue templates in yml format ([#1211](https://github.com/LemmyNet/lemmy-ui/issues/1211))
935 - Make preview button say "edit" when in preview mode ([#1164](https://github.com/LemmyNet/lemmy-ui/issues/1164))
936 - Add shortcut for submitting post ([#1163](https://github.com/LemmyNet/lemmy-ui/issues/1163))
937 - Fix typo in post-listing.tsx ([#1181](https://github.com/LemmyNet/lemmy-ui/issues/1181))
938 - Only show 'saved' tab on own profile page
939 - Added Ctrl-K keybind
940 - Fix quotes ([#1131](https://github.com/LemmyNet/lemmy-ui/issues/1131))
941 - Alternative way to sanitize isoData ([#1129](https://github.com/LemmyNet/lemmy-ui/issues/1129))
942 - chore: switched to enabling language warning by prop rather than disabling
943 - fix: Adds ability to hide language warning
944 - styles([#1067](https://github.com/LemmyNet/lemmy-ui/issues/1067)): Run prettier
945 - fix([#1067](https://github.com/LemmyNet/lemmy-ui/issues/1067)): Fix language not updating when editing post
946 - Fix isoData can contain user generated content ([#1114](https://github.com/LemmyNet/lemmy-ui/issues/1114))
947 - Add media-src \* to Content-Security-Policy header
948 - Refactor lets to consts
949 - Fix aria-label for language select
950 - Add aria attribute to track toggle status of up/down votes. ([#1074](https://github.com/LemmyNet/lemmy-ui/issues/1074))
951 - Make comment depth easier to track visually
952 - Make comments nested lists
953 - Fix CONTRIBUTING link
954 - Fix sorting help link
955 - Do not refresh when community is selected in create post ([#1042](https://github.com/LemmyNet/lemmy-ui/issues/1042))
956 - Navbar fix 2 ([#1038](https://github.com/LemmyNet/lemmy-ui/issues/1038))
957 - Lint fix ([#1035](https://github.com/LemmyNet/lemmy-ui/issues/1035))
958 - Changes to language tag
959 - Hopefully stop lint command from erroring
960 - Always replace host with internal host
961 - Revert "User HTTP instead of HTTPS when fetching icon in docker internal network"
962 - Revert "Add debug statement."
963 - Add debug statement.
964 - User HTTP instead of HTTPS when fetching icon in docker internal network
965 - Add error message paragraph
966 - Make error code always display
967 - Navbar hide menu fix ([#1033](https://github.com/LemmyNet/lemmy-ui/issues/1033))
968 - Show parent comment for comment link. Fixes [#1030](https://github.com/LemmyNet/lemmy-ui/issues/1030) ([#1032](https://github.com/LemmyNet/lemmy-ui/issues/1032))
969 - Add heading tag to rate limit form
970 - Remove console log
971 - Include forgotten translation
972 - Remove console logs
973 - Add web share for browsers that have it enabled ([#1029](https://github.com/LemmyNet/lemmy-ui/issues/1029))
974 - Show language on posts and comments ([#1026](https://github.com/LemmyNet/lemmy-ui/issues/1026))
975 - Allow user to submit rate limit changes
976 - Put rate limit options in its own tab
977 - Refactor tabs into reuseable component
978 - Replace link to issue tracker with proper support spaces
979 - Fix isoData bug
980 - Refactor how error data is passed from server to client
981 - Make admin UI for allowing/blocking instances easier to work with ([#1012](https://github.com/LemmyNet/lemmy-ui/issues/1012))
982 - Get rid or forced error
983 - Changing all bigints to numbers
984 - Upgrade lemmy-js-client to work with bigints. Fixes [#1018](https://github.com/LemmyNet/lemmy-ui/issues/1018) ([#1022](https://github.com/LemmyNet/lemmy-ui/issues/1022))
985 - Redirect from pages that require auth on logout ([#1016](https://github.com/LemmyNet/lemmy-ui/issues/1016))
986 - Fix things not working in production build
987 - Fix error page not showing when site not fetched and adjust styles
988 - Handle error when site not returned
989 - Use node env instead of version for environment specific logic
990 - Redirect to login and remove duplicated code
991 - Fix server redirect error
992 - Set up logic for handling errors
993 - Extract helper function
994 - Dont preselect new post language ([#1008](https://github.com/LemmyNet/lemmy-ui/issues/1008))
995 - Update JS client to version with fixed JSON serialization ([#1017](https://github.com/LemmyNet/lemmy-ui/issues/1017))
996 - Redirect fomr pages that require auth on logout
997 - Remove "banned" badge from posts and comments (fixes 899) ([#1011](https://github.com/LemmyNet/lemmy-ui/issues/1011))
998 - Add support for PWA ([#1005](https://github.com/LemmyNet/lemmy-ui/issues/1005))
999 - Using auto-generated types from ts-rs. ([#1003](https://github.com/LemmyNet/lemmy-ui/issues/1003))
1000 - Fixing some outdated docs links. Fixes [#1006](https://github.com/LemmyNet/lemmy-ui/issues/1006) ([#1007](https://github.com/LemmyNet/lemmy-ui/issues/1007))
1001 - Upgrading deps. ([#1004](https://github.com/LemmyNet/lemmy-ui/issues/1004))
1002 - Prettier css ([#995](https://github.com/LemmyNet/lemmy-ui/issues/995))
1003 - Add content warning to modlog and fix modlog routing bug ([#994](https://github.com/LemmyNet/lemmy-ui/issues/994))
1004 - Get rid of "No Results" showing while search is still loading. ([#997](https://github.com/LemmyNet/lemmy-ui/issues/997))
1005 - Add SleeplessOne1917 to Codeowners.
1006 - Handle when logged out ([#986](https://github.com/LemmyNet/lemmy-ui/issues/986))
1007 - Make pages use query params instead of route params where appropriate ([#977](https://github.com/LemmyNet/lemmy-ui/issues/977))
1008 - Multiple image upload ([#971](https://github.com/LemmyNet/lemmy-ui/issues/971))
1009 - I18 quality of life change ([#973](https://github.com/LemmyNet/lemmy-ui/issues/973))
1010 - Optimize Tagline Form page ([#972](https://github.com/LemmyNet/lemmy-ui/issues/972))
1011 - Don't show icons / banners for banned users and removed communities. ([#962](https://github.com/LemmyNet/lemmy-ui/issues/962))
1012 - fix: Fix undefined showing up in markdown ([#970](https://github.com/LemmyNet/lemmy-ui/issues/970))
1013 - refactor: update UI to use new client uploadImage function ([#967](https://github.com/LemmyNet/lemmy-ui/issues/967))
1014 - Add woodpecker ci ([#964](https://github.com/LemmyNet/lemmy-ui/issues/964))
1015 - fix: Make search screen able to change type, listing type, and sort when there is no query ([#966](https://github.com/LemmyNet/lemmy-ui/issues/966))
1016 - Adding 2FA support. Fixes [#938](https://github.com/LemmyNet/lemmy-ui/issues/938) ([#939](https://github.com/LemmyNet/lemmy-ui/issues/939))
1017 - Add Custom Emoji Support
1018 - Only show the determined warning for multiple. ([#952](https://github.com/LemmyNet/lemmy-ui/issues/952))
1019 - Upgrading deps ([#951](https://github.com/LemmyNet/lemmy-ui/issues/951))
1020 - Adding ban_from_community to be more clear. Fixes [#872](https://github.com/LemmyNet/lemmy-ui/issues/872) ([#943](https://github.com/LemmyNet/lemmy-ui/issues/943))
1021 - Let any mod feature and lock posts. Fixes [#875](https://github.com/LemmyNet/lemmy-ui/issues/875) ([#944](https://github.com/LemmyNet/lemmy-ui/issues/944))
1022 - Adding a warning for deselecting the undetermined language. ([#945](https://github.com/LemmyNet/lemmy-ui/issues/945))
1023 - Fixing line formatting. ([#947](https://github.com/LemmyNet/lemmy-ui/issues/947))
1024 - Do local community checks for buttons. Fixes [#918](https://github.com/LemmyNet/lemmy-ui/issues/918) ([#948](https://github.com/LemmyNet/lemmy-ui/issues/948))
1025 - Check to make sure post is correct. Fixes [#934](https://github.com/LemmyNet/lemmy-ui/issues/934) ([#949](https://github.com/LemmyNet/lemmy-ui/issues/949))
1026 - Remove buggy navbar search. Fixes [#921](https://github.com/LemmyNet/lemmy-ui/issues/921) ([#950](https://github.com/LemmyNet/lemmy-ui/issues/950))
1027 - Fix issue with empty markdown content not nulling DB. Fixes [#924](https://github.com/LemmyNet/lemmy-ui/issues/924) ([#925](https://github.com/LemmyNet/lemmy-ui/issues/925))
1028 - Adding reports send email to admins option ([#932](https://github.com/LemmyNet/lemmy-ui/issues/932))
1029 - v0.17.1
1030 - Fix comment box closing. Fixes [#904](https://github.com/LemmyNet/lemmy-ui/issues/904) ([#914](https://github.com/LemmyNet/lemmy-ui/issues/914))
1031 - Fix showing crosspost dupes. Fixes [#900](https://github.com/LemmyNet/lemmy-ui/issues/900) ([#912](https://github.com/LemmyNet/lemmy-ui/issues/912))
1032 - Fix live updating postres edit. Fixes [#908](https://github.com/LemmyNet/lemmy-ui/issues/908) ([#911](https://github.com/LemmyNet/lemmy-ui/issues/911))
1033 - Removing extra themes. Fixes [#905](https://github.com/LemmyNet/lemmy-ui/issues/905) ([#910](https://github.com/LemmyNet/lemmy-ui/issues/910))
1034 - Fixing post setState error. Fixes [#902](https://github.com/LemmyNet/lemmy-ui/issues/902) ([#903](https://github.com/LemmyNet/lemmy-ui/issues/903))
1035
1036 # Lemmy v0.17.2 Release (2023-02-22)
1037
1038 ## Bugfixes
1039
1040 ### Lemmy
1041
1042 - Fixing issue with saving site language. Fixes [#2748](https://github.com/LemmyNet/lemmy/issues/2748) ([#2749](https://github.com/LemmyNet/lemmy/issues/2749))
1043 - Include type information with webfinger responses (fixes [#2037](https://github.com/LemmyNet/lemmy/issues/2037)) ([#2746](https://github.com/LemmyNet/lemmy/issues/2746))
1044 - Proper permission check for federated comment distinguish ([#2697](https://github.com/LemmyNet/lemmy/issues/2697))
1045 - Implement separate mod activities for feature, lock post ([#2716](https://github.com/LemmyNet/lemmy/issues/2716))
1046 - Fix case in activitypub context (ref [#2734](https://github.com/LemmyNet/lemmy/issues/2734)) ([#2743](https://github.com/LemmyNet/lemmy/issues/2743))
1047 - Fixing slow joins to post_read, post_saved, and comment_saved . ([#2738](https://github.com/LemmyNet/lemmy/issues/2738))
1048 - Removing checking permissions when editing posts and comments. ([#2727](https://github.com/LemmyNet/lemmy/issues/2727))
1049 - Fixing updated form fields. Fixes [#2724](https://github.com/LemmyNet/lemmy/issues/2724) ([#2725](https://github.com/LemmyNet/lemmy/issues/2725))
1050 - Only let top admin purge. Fixes [#2731](https://github.com/LemmyNet/lemmy/issues/2731) ([#2732](https://github.com/LemmyNet/lemmy/issues/2732))
1051 - Fix writing of `removeData` in apub context (fixes [#2734](https://github.com/LemmyNet/lemmy/issues/2734)) ([#2735](https://github.com/LemmyNet/lemmy/issues/2735))
1052 - Adding a site option to email admins for new reports. ([#2730](https://github.com/LemmyNet/lemmy/issues/2730))
1053 - Sort community search by active_monthly by default. ([#2728](https://github.com/LemmyNet/lemmy/issues/2728))
1054 - Fix post titles being cut off (fixes [#2718](https://github.com/LemmyNet/lemmy/issues/2718)) ([#2720](https://github.com/LemmyNet/lemmy/issues/2720))
1055 - Improved error message when attempting to fetch non-local object (fixes [#2715](https://github.com/LemmyNet/lemmy/issues/2715)) ([#2717](https://github.com/LemmyNet/lemmy/issues/2717))
1056 - Convert HTML from titles into markdown ([#2709](https://github.com/LemmyNet/lemmy/issues/2709))
1057 - In apub post receive, check posting restricted to mods (ref [#2702](https://github.com/LemmyNet/lemmy/issues/2702)) ([#2704](https://github.com/LemmyNet/lemmy/issues/2704))
1058 - Fix data fetching from Peertube (fixes [#2689](https://github.com/LemmyNet/lemmy/issues/2689)) ([#2703](https://github.com/LemmyNet/lemmy/issues/2703))
1059 - Disable pictrs feature in CI to make it faster ([#2698](https://github.com/LemmyNet/lemmy/issues/2698))
1060
1061 ### Lemmy-UI
1062
1063 - Only show the determined warning for multiple. ([#952](https://github.com/LemmyNet/lemmy-ui/issues/952))
1064 - Adding ban_from_community to be more clear. Fixes [#872](https://github.com/LemmyNet/lemmy-ui/issues/872) ([#943](https://github.com/LemmyNet/lemmy-ui/issues/943))
1065 - Upgrading deps ([#951](https://github.com/LemmyNet/lemmy-ui/issues/951))
1066 - Adding reports send email to admins option ([#932](https://github.com/LemmyNet/lemmy-ui/issues/932))
1067 - Check to make sure post is correct. Fixes [#934](https://github.com/LemmyNet/lemmy-ui/issues/934) ([#949](https://github.com/LemmyNet/lemmy-ui/issues/949))
1068 - Let any mod feature and lock posts. Fixes [#875](https://github.com/LemmyNet/lemmy-ui/issues/875) ([#944](https://github.com/LemmyNet/lemmy-ui/issues/944))
1069 - Adding a warning for deselecting the undetermined language. ([#945](https://github.com/LemmyNet/lemmy-ui/issues/945))
1070 - Fixing line formatting. ([#947](https://github.com/LemmyNet/lemmy-ui/issues/947))
1071 - Do local community checks for buttons. Fixes [#918](https://github.com/LemmyNet/lemmy-ui/issues/918) ([#948](https://github.com/LemmyNet/lemmy-ui/issues/948))
1072 - Remove buggy navbar search. Fixes [#921](https://github.com/LemmyNet/lemmy-ui/issues/921) ([#950](https://github.com/LemmyNet/lemmy-ui/issues/950))
1073 - Fix issue with empty markdown content not nulling DB. Fixes [#924](https://github.com/LemmyNet/lemmy-ui/issues/924) ([#925](https://github.com/LemmyNet/lemmy-ui/issues/925))
1074
1075 # Lemmy v0.17.1 Release (2023-02-03)
1076
1077 ## Bugfixes
1078
1079 ### Lemmy
1080
1081 - Fixing admin application email subject. Fixes [#2688](https://github.com/LemmyNet/lemmy/issues/2688) ([#2695](https://github.com/LemmyNet/lemmy/issues/2695))
1082 - Fixing person block views. Fixes [#2693](https://github.com/LemmyNet/lemmy/issues/2693) ([#2694](https://github.com/LemmyNet/lemmy/issues/2694))
1083 - Fixing GetPosts active sort index. Fixes [#2683](https://github.com/LemmyNet/lemmy/issues/2683) ([#2684](https://github.com/LemmyNet/lemmy/issues/2684))
1084 - Publish without verify ([#2681](https://github.com/LemmyNet/lemmy/issues/2681))
1085 - Fix paths in release script, update crate versions ([#2680](https://github.com/LemmyNet/lemmy/issues/2680))
1086
1087 ### Lemmy-UI
1088
1089 - Fix comment box closing. Fixes [#904](https://github.com/LemmyNet/lemmy-ui/issues/904) ([#914](https://github.com/LemmyNet/lemmy-ui/issues/914))
1090 - Fix showing crosspost dupes. Fixes [#900](https://github.com/LemmyNet/lemmy-ui/issues/900) ([#912](https://github.com/LemmyNet/lemmy-ui/issues/912))
1091 - Fix live updating postres edit. Fixes [#908](https://github.com/LemmyNet/lemmy-ui/issues/908) ([#911](https://github.com/LemmyNet/lemmy-ui/issues/911))
1092 - Removing extra themes. Fixes [#905](https://github.com/LemmyNet/lemmy-ui/issues/905) ([#910](https://github.com/LemmyNet/lemmy-ui/issues/910))
1093 - Fixing post setState error. Fixes [#902](https://github.com/LemmyNet/lemmy-ui/issues/902) ([#903](https://github.com/LemmyNet/lemmy-ui/issues/903))
1094
1095 # Lemmy v0.17.0 Release (2023-01-31)
1096
1097 ## What is Lemmy?
1098
1099 Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.
1100
1101 ## Major Changes
1102
1103 ### Language Tags
1104
1105 Content can now be tagged to indicate the language it is written in. These tags can be used to filter content, so that you only see posts in languages which you actually understand. Instances and communities can also specify which languages are allowed, and prevent posting in other languages.
1106
1107 In the future this will also allow for integrated translation tools.
1108
1109 ### Comment trees
1110
1111 Lemmy has changed the way it stores comments, in order to be able to properly limit the comments shown to a maximum depth.
1112
1113 Included are proper comment links (`/comment/id`), where you can see its children, a count of its hidden children, and a _context_ button to view its parents, or the post.
1114
1115 ### Featured posts
1116
1117 Admins and mods can now "feature" (this used to be called "sticky" ala reddit) posts to the top of either a community, or the top of the front page. This makes possible announcement and bulletin-type posts.
1118
1119 Special thanks to @makotech for adding this feature.
1120
1121 ### Federation
1122
1123 Lemmy users can now be followed. Just visit a user profile from another platform like Mastodon, and click the follow button, then you will receive new posts and comments in the timeline.
1124
1125 Votes are now federated as private. This prevents other platforms from showing who voted on a given post, and it also means that Lemmy now counts votes from Mastodon.
1126
1127 This release also improves compatibility with Pleroma. If you previously had trouble interacting between Pleroma and Lemmy, give it another try.
1128
1129 We've extracted the main federation logic into its own library, [activitypub-federation-rust](https://github.com/LemmyNet/activitypub-federation-rust). It is open source and can be used by other projects to implement Activitypub federation, without having to reinvent the wheel. The library helps with handling HTTP signatures, sending and receiving activities, fetching remote objects and more.
1130
1131 ### Other changes
1132
1133 - Admins can now purge content and pictures from the database.
1134 - Mods can _distinguish_ a comment, "stickying" it to the top of a post. Useful for mod messages and announcements.
1135 - Number of new / unread comments are now shown for each post.
1136 - Lemmy now automatically embeds videos from Peertube, Youtube and other sites which provide an embed link via Opengraph attribute.
1137 - You can give your site "taglines", short markdown messages, which are shown at the top of your front page. Thanks to @makotech for adding this.
1138 - You can now report private messages.
1139 - Most settings have been moved from the config file into the database. This means they can be updated much easier, and apply immediately without a restart.
1140 - When setting up a new Lemmy instance, it doesn't create a default community anymore. Instead this needs to be done manually.
1141 - Admins can choose to receive emails for new registration applications.
1142 - An upgrade of diesel to v2.0, our rust -> postgres layer.
1143 - Too many bugfixes to count, they are listed below.
1144
1145 ## Upgrade instructions
1146
1147 This upgrade requires a newer version of postgres, which **must be done manually**. Do not try to use Ansible.
1148
1149 `cd` to your lemmy docker directory which can be found in `/srv/lemmy/(domainname)` and run this helper script:
1150
1151 ```
1152 sudo wget https://raw.githubusercontent.com/LemmyNet/lemmy/main/scripts/postgres_12_to_15_upgrade.sh
1153 sudo sh postgres_12_to_15_upgrade.sh
1154 ```
1155
1156 This script saves a copy of your old database as `12_15.dump.sql`. **Do not delete this file until you've followed all the instructions below, and the upgrade is complete.**
1157
1158 Next, **manually edit** your [lemmy.hjson](https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson) to account for a few breaking changes:
1159
1160 - `pictrs_url` is removed, and the pictrs config is now a block. If using docker, it should look like:
1161   ```
1162   pictrs: {
1163     url: "http://pictrs:8080/"
1164     api_key: "{{ postgres_password }}"
1165   }
1166   ```
1167 - The `rate_limit`, `federation`, `captcha`, and `slur_filter` blocks should be removed, as they are now in the database, and can be updated through the UI.
1168 - The site setup has removed a few fields.
1169 - See the link above for every setting.
1170
1171 Next, edit your `docker-compose.yml` file to use the newer version of lemmy and lemmy-ui.
1172
1173 The `image` lines should look like:
1174
1175 - `image: dessalines/lemmy:0.17.0` for lemmy
1176 - `image: dessalines/lemmy-ui:0.17.0` for lemmy-ui
1177 - The `lemmy-ui` environment variables have changed, and should now look like:
1178   ```
1179     environment:
1180       - LEMMY_UI_LEMMY_INTERNAL_HOST=lemmy:8536
1181       - LEMMY_UI_LEMMY_EXTERNAL_HOST={{ domain }}
1182       - LEMMY_UI_HTTPS=true
1183   ```
1184 - You can always find the latest version [here](https://github.com/LemmyNet/lemmy-ansible/blob/main/VERSION).
1185 - Ensure that postgres is `postgres:15-alpine` (the upgrade script above should have already set this correctly)
1186
1187 If you're having any problems, your docker-compose.yml should look similar to [the one from the lemmy-ansible repo](https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/docker-compose.yml).
1188
1189 Finally, run `sudo docker-compose up -d`, and wait for lemmy to start up.
1190
1191 _Note_: On production databases with thousands of comments, this upgrade **takes several hours**. If your system has problems upgrading, or you'd like to speed up the upgrade, consider tuning your postgres database using the [instructions here](https://github.com/LemmyNet/lemmy/blob/main/docker/dev/docker-compose.yml#L88). If not, just wait for the database migrations to complete, as this large migration of the `comment` table only ever needs to be run once.
1192
1193 _Note_: If you have any issues upgrading, you can restore your old database using the [backup and restore instructions here](https://join-lemmy.org/docs/en/administration/backup_and_restore.html).
1194
1195 If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/#lemmy-admin-support-topics:discuss.online).
1196
1197 ## Support development
1198
1199 We (@dessalines and @nutomic) have been working full-time on Lemmy for almost three years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/).
1200
1201 If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider [donating to support its development](https://join-lemmy.org/donate). No one likes recurring donations, but they've proven to be the only way that open-source software like Lemmy can stay independent and alive.
1202
1203 ## Changes
1204
1205 ### API
1206
1207 - [lemmy-js-client 0.16.4 -> 0.17.0 API changes](https://github.com/LemmyNet/lemmy-js-client/compare/0.16.4...0.17.0-rc.62)
1208
1209 ### Config
1210
1211 - [lemmy.hjson](https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson)
1212
1213 ### Lemmy Server
1214
1215 - Speeding up comment-ltree migration, fixing index creation. Fixes [#2664](https://github.com/LemmyNet/lemmy/issues/2664)
1216 - Add feature to embed pictrs in lemmy binary (fixes [#2627](https://github.com/LemmyNet/lemmy/issues/2627)) ([#2633](https://github.com/LemmyNet/lemmy/issues/2633))
1217 - Update post_aggregates indexes to account for featured_local and featured_community columns. ([#2661](https://github.com/LemmyNet/lemmy/issues/2661))
1218 - Post creation from Mastodon (fixes [#2590](https://github.com/LemmyNet/lemmy/issues/2590)) ([#2651](https://github.com/LemmyNet/lemmy/issues/2651))
1219 - Upgrade to postgres 15. ([#2659](https://github.com/LemmyNet/lemmy/issues/2659))
1220 - Add reddit -> lemmy importer to readme. ([#2662](https://github.com/LemmyNet/lemmy/issues/2662))
1221 - Some script improvements ([#2654](https://github.com/LemmyNet/lemmy/issues/2654))
1222 - Use enum for registration mode setting ([#2604](https://github.com/LemmyNet/lemmy/issues/2604))
1223 - Removing sniptt/monads for lemmy-js-client. ([#2644](https://github.com/LemmyNet/lemmy/issues/2644))
1224 - Fix historical post fetching. Fixes [#2640](https://github.com/LemmyNet/lemmy/issues/2640) ([#2643](https://github.com/LemmyNet/lemmy/issues/2643))
1225 - Adding the go client. ([#2629](https://github.com/LemmyNet/lemmy/issues/2629))
1226 - Point to !lemmy_support for support questions ([#2638](https://github.com/LemmyNet/lemmy/issues/2638))
1227 - Add documentation for using Lemmy API from Rust ([#2639](https://github.com/LemmyNet/lemmy/issues/2639))
1228 - Improve application question check ([#2628](https://github.com/LemmyNet/lemmy/issues/2628))
1229 - Fix user following ([#2623](https://github.com/LemmyNet/lemmy/issues/2623))
1230 - Allow embedding Lemmy, fix setup error ([#2618](https://github.com/LemmyNet/lemmy/issues/2618))
1231 - Fixing missing forms, incorrect user discussion_languages ([#2580](https://github.com/LemmyNet/lemmy/issues/2580))
1232 - Add support for Featured Posts ([#2585](https://github.com/LemmyNet/lemmy/issues/2585))
1233 - Remove federation backwards compatibility with 0.16.x ([#2183](https://github.com/LemmyNet/lemmy/issues/2183))
1234 - Rework websocket ([#2598](https://github.com/LemmyNet/lemmy/issues/2598))
1235 - Add SendActivity trait so that api crates compile in parallel with lemmy_apub
1236 - Move code to generate apub urls into lemmy_api_common
1237 - Builds lemmy_routes in parallel with lemmy_apub
1238 - Merge websocket crate into api_common
1239 - Check user accepted before sending jwt in password reset (fixes [#2591](https://github.com/LemmyNet/lemmy/issues/2591)) ([#2597](https://github.com/LemmyNet/lemmy/issues/2597))
1240 - Relax honeypot check (fixes [#2595](https://github.com/LemmyNet/lemmy/issues/2595)) ([#2596](https://github.com/LemmyNet/lemmy/issues/2596))
1241 - Use audience field to federate items in groups (fixes [#2464](https://github.com/LemmyNet/lemmy/issues/2464)) ([#2584](https://github.com/LemmyNet/lemmy/issues/2584))
1242 - Federate group moderators using attributedTo field ([#2588](https://github.com/LemmyNet/lemmy/issues/2588))
1243 - Set cargo home in ci to avoid redownloading deps between steps ([#2587](https://github.com/LemmyNet/lemmy/issues/2587))
1244 - Add some more clippy lints ([#2586](https://github.com/LemmyNet/lemmy/issues/2586))
1245 - Use release docker image for nightly build ([#2583](https://github.com/LemmyNet/lemmy/issues/2583))
1246 - Implement federated user following (fixes [#752](https://github.com/LemmyNet/lemmy/issues/752)) ([#2577](https://github.com/LemmyNet/lemmy/issues/2577))
1247 - Upgrade activitypub_federation to 0.3.4 ([#2581](https://github.com/LemmyNet/lemmy/issues/2581))
1248 - Upgrade activitypub_federation crate to 0.3.3 (ref [#2511](https://github.com/LemmyNet/lemmy/issues/2511)) ([#2578](https://github.com/LemmyNet/lemmy/issues/2578))
1249 - Remove federation settings, rely on sensible defaults instead ([#2574](https://github.com/LemmyNet/lemmy/issues/2574))
1250 - Fix clippy lints. ([#2572](https://github.com/LemmyNet/lemmy/issues/2572))
1251 - Add support for Taglines ([#2548](https://github.com/LemmyNet/lemmy/issues/2548))
1252 - Various pedantic clippy fixes ([#2568](https://github.com/LemmyNet/lemmy/issues/2568))
1253 - Sort vecs before assert to avoid random test failures ([#2569](https://github.com/LemmyNet/lemmy/issues/2569))
1254 - Display build status badge from drone.join-lemmy.org ([#2564](https://github.com/LemmyNet/lemmy/issues/2564))
1255 - Specify dependencies and metadata for entire workspace ([#2565](https://github.com/LemmyNet/lemmy/issues/2565))
1256 - Use enum_delegate crate ([#2554](https://github.com/LemmyNet/lemmy/issues/2554))
1257 - Live reload settings (fixes [#2508](https://github.com/LemmyNet/lemmy/issues/2508)) ([#2543](https://github.com/LemmyNet/lemmy/issues/2543))
1258 - Fix activity list test ([#2562](https://github.com/LemmyNet/lemmy/issues/2562))
1259 - When announcing incoming activities, keep extra fields ([#2550](https://github.com/LemmyNet/lemmy/issues/2550))
1260 - Mobilizon federation ([#2544](https://github.com/LemmyNet/lemmy/issues/2544))
1261 - Update doku dependency for easier formatting of defaults.hjson ([#2553](https://github.com/LemmyNet/lemmy/issues/2553))
1262 - Translated README.md to Chinese ([#2549](https://github.com/LemmyNet/lemmy/issues/2549))
1263 - Add diesel_async, get rid of blocking function ([#2510](https://github.com/LemmyNet/lemmy/issues/2510))
1264 - Use urlencoding for db url params (fixes [#2532](https://github.com/LemmyNet/lemmy/issues/2532)) ([#2537](https://github.com/LemmyNet/lemmy/issues/2537))
1265 - Dont serve apub json for removed objects (ref [#2522](https://github.com/LemmyNet/lemmy/issues/2522)) ([#2538](https://github.com/LemmyNet/lemmy/issues/2538))
1266 - Fix password length check ([#2536](https://github.com/LemmyNet/lemmy/issues/2536))
1267 - Remove explicit panic from db connection code (fixes [#2533](https://github.com/LemmyNet/lemmy/issues/2533)) ([#2535](https://github.com/LemmyNet/lemmy/issues/2535))
1268 - Send error message when rate limit is reached ([#2527](https://github.com/LemmyNet/lemmy/issues/2527))
1269 - Mark own private messages as read in api (fixes [#2484](https://github.com/LemmyNet/lemmy/issues/2484)) ([#2531](https://github.com/LemmyNet/lemmy/issues/2531))
1270 - Mark objects as not deleted when received via apub (fixes [#2507](https://github.com/LemmyNet/lemmy/issues/2507)) ([#2528](https://github.com/LemmyNet/lemmy/issues/2528))
1271 - Group imports dess ([#2526](https://github.com/LemmyNet/lemmy/issues/2526))
1272 - Fix invalid config in docker/prod (fixes [#2520](https://github.com/LemmyNet/lemmy/issues/2520)) ([#2524](https://github.com/LemmyNet/lemmy/issues/2524))
1273 - Fix local site images. ([#2519](https://github.com/LemmyNet/lemmy/issues/2519))
1274 - Fix 2455: Check auth for pictrs when instance is private. ([#2477](https://github.com/LemmyNet/lemmy/issues/2477))
1275 - Fix limit_languages to operate on correct instance (fixes [#2496](https://github.com/LemmyNet/lemmy/issues/2496)) ([#2518](https://github.com/LemmyNet/lemmy/issues/2518))
1276 - Image improvements ([#2513](https://github.com/LemmyNet/lemmy/issues/2513))
1277 - Make verify apub url function async ([#2514](https://github.com/LemmyNet/lemmy/issues/2514))
1278 - Moving settings to Database. ([#2492](https://github.com/LemmyNet/lemmy/issues/2492))
1279 - Enable lto, strip symbols via cargo.toml ([#2512](https://github.com/LemmyNet/lemmy/issues/2512))
1280 - Fix docker dev build ([#2509](https://github.com/LemmyNet/lemmy/issues/2509))
1281 - Federate votes as private ([#2501](https://github.com/LemmyNet/lemmy/issues/2501))
1282 - Dont try to send activities if federation is disabled (fixes [#2499](https://github.com/LemmyNet/lemmy/issues/2499)) ([#2500](https://github.com/LemmyNet/lemmy/issues/2500))
1283 - Return empty vec when reading all languages (fixes [#2495](https://github.com/LemmyNet/lemmy/issues/2495)) ([#2497](https://github.com/LemmyNet/lemmy/issues/2497))
1284 - Update clippy to use Rust 1.64 ([#2498](https://github.com/LemmyNet/lemmy/issues/2498))
1285 - Only allow authenticated users to fetch remote objects ([#2493](https://github.com/LemmyNet/lemmy/issues/2493))
1286 - More real-world prod config, separate lemmy config ([#2487](https://github.com/LemmyNet/lemmy/issues/2487))
1287 - Fix check for federated mod actions ([#2489](https://github.com/LemmyNet/lemmy/issues/2489))
1288 - Make docker-compose more clear and explicit ([#2469](https://github.com/LemmyNet/lemmy/issues/2469))
1289 - implement language tags for site/community in db and api ([#2434](https://github.com/LemmyNet/lemmy/issues/2434))
1290 - Change description in readme ([#2481](https://github.com/LemmyNet/lemmy/issues/2481))
1291 - Use compat mode when signing outgoing activities (fixes [#1984](https://github.com/LemmyNet/lemmy/issues/1984)) ([#2473](https://github.com/LemmyNet/lemmy/issues/2473))
1292 - Check to make sure comment isnt deleted / removed for unread count. ([#2472](https://github.com/LemmyNet/lemmy/issues/2472))
1293 - Dont show deleted users or communities on profile page. ([#2450](https://github.com/LemmyNet/lemmy/issues/2450))
1294 - Adding email admins for new applications. Fixes [#2271](https://github.com/LemmyNet/lemmy/issues/2271) ([#2390](https://github.com/LemmyNet/lemmy/issues/2390))
1295 - Showing # of unread comments for posts. Fixes [#2134](https://github.com/LemmyNet/lemmy/issues/2134) ([#2393](https://github.com/LemmyNet/lemmy/issues/2393))
1296 - Convert emails to lowercase (fixes [#2462](https://github.com/LemmyNet/lemmy/issues/2462)) ([#2463](https://github.com/LemmyNet/lemmy/issues/2463))
1297 - Remove unnecessary show_deleted_and_removed comments for a profile. ([#2458](https://github.com/LemmyNet/lemmy/issues/2458))
1298 - Remove pointless language joins. ([#2451](https://github.com/LemmyNet/lemmy/issues/2451))
1299 - Fix rate limit error messages. Fixes [#2428](https://github.com/LemmyNet/lemmy/issues/2428) ([#2449](https://github.com/LemmyNet/lemmy/issues/2449))
1300 - Fix missing local user from post queries. ([#2447](https://github.com/LemmyNet/lemmy/issues/2447))
1301 - Diesel 2.0.0 upgrade ([#2452](https://github.com/LemmyNet/lemmy/issues/2452))
1302 - Allow filtering out of deleted and removed comments when getting person details ([#2446](https://github.com/LemmyNet/lemmy/issues/2446))
1303 - Implement reports for private messages ([#2433](https://github.com/LemmyNet/lemmy/issues/2433))
1304 - Check for slurs in account creation. ([#2443](https://github.com/LemmyNet/lemmy/issues/2443))
1305 - The language id is crucial for front ends. ([#2437](https://github.com/LemmyNet/lemmy/issues/2437))
1306 - Update docker version to 0.16.6. Fixes [#2435](https://github.com/LemmyNet/lemmy/issues/2435) ([#2438](https://github.com/LemmyNet/lemmy/issues/2438))
1307 - Adding job to drop phantom ccnew indexes. Fixes [#2431](https://github.com/LemmyNet/lemmy/issues/2431) ([#2432](https://github.com/LemmyNet/lemmy/issues/2432))
1308 - Don't search for community descriptions, search for user display_name. ([#2430](https://github.com/LemmyNet/lemmy/issues/2430))
1309 - Increase default search rate limit. ([#2424](https://github.com/LemmyNet/lemmy/issues/2424))
1310 - fix clippy
1311 - dont set default user languages in api code (already done in db)
1312 - dont test with all features
1313 - clippy fixes
1314 - api changes for comment language tagging
1315 - add test for comment view languages
1316 - fix tests
1317 - Add language tags for comments
1318 - Pass LocalUser to PostQuery etc, instead of separate params ([#2413](https://github.com/LemmyNet/lemmy/issues/2413))
1319 - Tag posts and comments with language (fixes [#440](https://github.com/LemmyNet/lemmy/issues/440)) ([#2269](https://github.com/LemmyNet/lemmy/issues/2269))
1320 - Rejected federated pm from blocked users (fixes [#2398](https://github.com/LemmyNet/lemmy/issues/2398)) ([#2408](https://github.com/LemmyNet/lemmy/issues/2408))
1321 - Adding distinguish comment. Fixes [#2002](https://github.com/LemmyNet/lemmy/issues/2002) ([#2391](https://github.com/LemmyNet/lemmy/issues/2391))
1322 - Fix pictrs routing ([#2407](https://github.com/LemmyNet/lemmy/issues/2407))
1323 - Add postgres auto-explain for dev testing. ([#2399](https://github.com/LemmyNet/lemmy/issues/2399))
1324 - Add Modlog Filters ([#2313](https://github.com/LemmyNet/lemmy/issues/2313))
1325 - Accept Image objects in attachments ([#2394](https://github.com/LemmyNet/lemmy/issues/2394))
1326 - Tweaking postgres upgrade script ([#2389](https://github.com/LemmyNet/lemmy/issues/2389))
1327 - Use typed-builder crate for queries ([#2379](https://github.com/LemmyNet/lemmy/issues/2379))
1328 - Use doku release version (ref [#2343](https://github.com/LemmyNet/lemmy/issues/2343)) ([#2386](https://github.com/LemmyNet/lemmy/issues/2386))
1329 - First pass at adding comment trees. ([#2362](https://github.com/LemmyNet/lemmy/issues/2362))
1330 - Update apub examples to remove `to` field (ref [#2380](https://github.com/LemmyNet/lemmy/issues/2380)) ([#2382](https://github.com/LemmyNet/lemmy/issues/2382))
1331 - Handle Like, Undo/Like activities from Mastodon, add tests (fixes [#2378](https://github.com/LemmyNet/lemmy/issues/2378)) ([#2380](https://github.com/LemmyNet/lemmy/issues/2380))
1332 - Fix a few form options for diesel. Fixes [#2287](https://github.com/LemmyNet/lemmy/issues/2287) ([#2376](https://github.com/LemmyNet/lemmy/issues/2376))
1333 - Remove docker/pleroma/ folder ([#2381](https://github.com/LemmyNet/lemmy/issues/2381))
1334 - Remove listing type community. Fixes [#2361](https://github.com/LemmyNet/lemmy/issues/2361) ([#2377](https://github.com/LemmyNet/lemmy/issues/2377))
1335 - Dont allow login if account is banned or deleted (fixes [#2372](https://github.com/LemmyNet/lemmy/issues/2372)) ([#2374](https://github.com/LemmyNet/lemmy/issues/2374))
1336 - Send websocket message on accepted follow. Fixes [#2369](https://github.com/LemmyNet/lemmy/issues/2369) ([#2375](https://github.com/LemmyNet/lemmy/issues/2375))
1337 - Fix panics in search_by_apub_id() (fixes [#2371](https://github.com/LemmyNet/lemmy/issues/2371)) ([#2373](https://github.com/LemmyNet/lemmy/issues/2373))
1338 - Fix follow being stuck as pending after accept ([#2366](https://github.com/LemmyNet/lemmy/issues/2366))
1339 - Adding 0.16.6 release
1340 - Change config pictrs key name ([#2360](https://github.com/LemmyNet/lemmy/issues/2360))
1341 - Config changes, remove unused image purge function ([#2343](https://github.com/LemmyNet/lemmy/issues/2343))
1342 - Fix problem where actors can have empty public key (fixes [#2347](https://github.com/LemmyNet/lemmy/issues/2347)) ([#2348](https://github.com/LemmyNet/lemmy/issues/2348))
1343 - remove parking_lot ([#2350](https://github.com/LemmyNet/lemmy/issues/2350))
1344 - Revert "Use correct url for activitystreams protocol context ([#2326](https://github.com/LemmyNet/lemmy/issues/2326))" ([#2351](https://github.com/LemmyNet/lemmy/issues/2351))
1345 - Adding check for requests with no id or name, adding max limit. ([#2265](https://github.com/LemmyNet/lemmy/issues/2265))
1346 - Dont allow blocking admin ([#2340](https://github.com/LemmyNet/lemmy/issues/2340))
1347 - Fix wrong clippy warning in ci ([#2339](https://github.com/LemmyNet/lemmy/issues/2339))
1348 - Be more explicit about returning deleted actors or not ([#2335](https://github.com/LemmyNet/lemmy/issues/2335))
1349 - Specify minimum Rust version 1.57 (fixes [#2333](https://github.com/LemmyNet/lemmy/issues/2333)) ([#2334](https://github.com/LemmyNet/lemmy/issues/2334))
1350 - Remove update and read site config. Fixes [#2306](https://github.com/LemmyNet/lemmy/issues/2306) ([#2329](https://github.com/LemmyNet/lemmy/issues/2329))
1351 - Don't create or initially follow a default community. Fixes [#2317](https://github.com/LemmyNet/lemmy/issues/2317) ([#2328](https://github.com/LemmyNet/lemmy/issues/2328))
1352 - Increase RSS fetch limit to 20. Fixes [#2319](https://github.com/LemmyNet/lemmy/issues/2319) ([#2327](https://github.com/LemmyNet/lemmy/issues/2327))
1353 - Expose pending 2 ([#2282](https://github.com/LemmyNet/lemmy/issues/2282))
1354 - Use correct url for activitystreams protocol context ([#2326](https://github.com/LemmyNet/lemmy/issues/2326))
1355 - Move setting http_fetch_retry_limit into federation block ([#2314](https://github.com/LemmyNet/lemmy/issues/2314))
1356 - Fix length of post_report.original_post_name db field (fixes [#2311](https://github.com/LemmyNet/lemmy/issues/2311)) ([#2315](https://github.com/LemmyNet/lemmy/issues/2315))
1357 - Adding admin purging of DB items and pictures. [#904](https://github.com/LemmyNet/lemmy/issues/904) [#1331](https://github.com/LemmyNet/lemmy/issues/1331) ([#1809](https://github.com/LemmyNet/lemmy/issues/1809))
1358 - Fix: Use correctly parseable JSON-LD context ([#2299](https://github.com/LemmyNet/lemmy/issues/2299))
1359 - Fix lemmy version in prod docker-compose.yml ([#2304](https://github.com/LemmyNet/lemmy/issues/2304))
1360 - Upgrade activitypub_federation to 0.2.0, add setting federation.debug ([#2300](https://github.com/LemmyNet/lemmy/issues/2300))
1361 - Remove unused setup config vars ([#2302](https://github.com/LemmyNet/lemmy/issues/2302))
1362 - Add pub use for db crates in api_common ([#2305](https://github.com/LemmyNet/lemmy/issues/2305))
1363 - Add link to Matrix chat in readme ([#2303](https://github.com/LemmyNet/lemmy/issues/2303))
1364 - Accept private like ([#1968](https://github.com/LemmyNet/lemmy/issues/1968)) ([#2301](https://github.com/LemmyNet/lemmy/issues/2301))
1365 - Move different features drone check to below defaults.hjson check. ([#2296](https://github.com/LemmyNet/lemmy/issues/2296))
1366 - Bump lettre to 0.10.0-rc.7 ([#2297](https://github.com/LemmyNet/lemmy/issues/2297))
1367 - Remove unused cargo.toml files ([#2293](https://github.com/LemmyNet/lemmy/issues/2293))
1368 - Forbid outgoing requests in activitypub tests (fixes [#2289](https://github.com/LemmyNet/lemmy/issues/2289)) ([#2294](https://github.com/LemmyNet/lemmy/issues/2294))
1369 - Embed Peertube videos ([#2261](https://github.com/LemmyNet/lemmy/issues/2261))
1370 - Run cargo check for each crate with different features (ref [#2284](https://github.com/LemmyNet/lemmy/issues/2284)) ([#2292](https://github.com/LemmyNet/lemmy/issues/2292))
1371 - Remove 0.15 federation compat code ([#2131](https://github.com/LemmyNet/lemmy/issues/2131))
1372 - Extract Activitypub logic into separate library ([#2288](https://github.com/LemmyNet/lemmy/issues/2288))
1373
1374 ### Lemmy UI
1375
1376 - Fixing requireapplication string. ([#895](https://github.com/LemmyNet/lemmy-ui/issues/895))
1377 - Fixing PWA install. Fixes [#822](https://github.com/LemmyNet/lemmy-ui/issues/822) ([#893](https://github.com/LemmyNet/lemmy-ui/issues/893))
1378 - Removing monads. Fixes [#884](https://github.com/LemmyNet/lemmy-ui/issues/884) ([#886](https://github.com/LemmyNet/lemmy-ui/issues/886))
1379 - Sanitize article html. Fixes [#882](https://github.com/LemmyNet/lemmy-ui/issues/882) ([#883](https://github.com/LemmyNet/lemmy-ui/issues/883))
1380 - Add `id` to `App` component ([#880](https://github.com/LemmyNet/lemmy-ui/issues/880))
1381 - Adding Community Language fixes. [#783](https://github.com/LemmyNet/lemmy-ui/issues/783) ([#868](https://github.com/LemmyNet/lemmy-ui/issues/868))
1382 - Add FeaturedPost Support ([#873](https://github.com/LemmyNet/lemmy-ui/issues/873))
1383 - Fix csp header for svgs in firefox. Fixes [#869](https://github.com/LemmyNet/lemmy-ui/issues/869) ([#870](https://github.com/LemmyNet/lemmy-ui/issues/870))
1384 - Remove federation strict_allowlist and retry_count. ([#867](https://github.com/LemmyNet/lemmy-ui/issues/867))
1385 - Add Taglines support ([#854](https://github.com/LemmyNet/lemmy-ui/issues/854))
1386 - Fix wrong comment link. Fixes [#714](https://github.com/LemmyNet/lemmy-ui/issues/714) ([#865](https://github.com/LemmyNet/lemmy-ui/issues/865))
1387 - Dont render images in tippy. Fixes [#776](https://github.com/LemmyNet/lemmy-ui/issues/776) ([#864](https://github.com/LemmyNet/lemmy-ui/issues/864))
1388 - Move symbols to its own cacheable file. Fixes [#809](https://github.com/LemmyNet/lemmy-ui/issues/809) ([#862](https://github.com/LemmyNet/lemmy-ui/issues/862))
1389 - Hide post report images. Fixes [#824](https://github.com/LemmyNet/lemmy-ui/issues/824) ([#861](https://github.com/LemmyNet/lemmy-ui/issues/861))
1390 - Add inline markdown rendering for post titles. Fixes [#827](https://github.com/LemmyNet/lemmy-ui/issues/827) ([#860](https://github.com/LemmyNet/lemmy-ui/issues/860))
1391 - Show deleted on profile page. Fixes [#834](https://github.com/LemmyNet/lemmy-ui/issues/834) ([#859](https://github.com/LemmyNet/lemmy-ui/issues/859))
1392 - Make sure user is logged in for site creation. Fixes [#838](https://github.com/LemmyNet/lemmy-ui/issues/838) ([#858](https://github.com/LemmyNet/lemmy-ui/issues/858))
1393 - Fix missing report shield. Fixes [#842](https://github.com/LemmyNet/lemmy-ui/issues/842) ([#855](https://github.com/LemmyNet/lemmy-ui/issues/855))
1394 - Increase markdown field char limit to 50k. Fixes [#849](https://github.com/LemmyNet/lemmy-ui/issues/849) ([#850](https://github.com/LemmyNet/lemmy-ui/issues/850))
1395 - Adding new site setup fields. ([#840](https://github.com/LemmyNet/lemmy-ui/issues/840))
1396 - Fix workaround for broken logout ([#836](https://github.com/LemmyNet/lemmy-ui/issues/836))
1397 - Strip html from og descriptions. Fixes [#830](https://github.com/LemmyNet/lemmy-ui/issues/830) ([#831](https://github.com/LemmyNet/lemmy-ui/issues/831))
1398 - Cleanup docker builds ([#829](https://github.com/LemmyNet/lemmy-ui/issues/829))
1399 - Fix admin default listing type. Fixes [#797](https://github.com/LemmyNet/lemmy-ui/issues/797) ([#818](https://github.com/LemmyNet/lemmy-ui/issues/818))
1400 - Search button and input style fixes ([#825](https://github.com/LemmyNet/lemmy-ui/issues/825))
1401 - Support new video embed api format (fixes [#709](https://github.com/LemmyNet/lemmy-ui/issues/709)) ([#817](https://github.com/LemmyNet/lemmy-ui/issues/817))
1402 - Change for container divs to container-lg ([#813](https://github.com/LemmyNet/lemmy-ui/issues/813))
1403 - Remove newline, save space for toast message.
1404 - Avoid browser warning about leaving page, handle delete image fail and add user filenames to messages.
1405 - Avoid browser warning about leaving page, handle delete image fail.
1406 - Adding private message reporting. Fixes [#782](https://github.com/LemmyNet/lemmy-ui/issues/782) ([#806](https://github.com/LemmyNet/lemmy-ui/issues/806))
1407 - Adding the email_admins for new application config. ([#742](https://github.com/LemmyNet/lemmy-ui/issues/742))
1408 - Adding new unread comments. ([#749](https://github.com/LemmyNet/lemmy-ui/issues/749))
1409 - Fix broken profile page, and missing sidebars. ([#795](https://github.com/LemmyNet/lemmy-ui/issues/795))
1410 - Adding a loading indicator for post community searching. Fixes [#692](https://github.com/LemmyNet/lemmy-ui/issues/692) ([#794](https://github.com/LemmyNet/lemmy-ui/issues/794))
1411 - Fix missing initial load of discussion languages. ([#793](https://github.com/LemmyNet/lemmy-ui/issues/793))
1412 - Fix posts pushed from blocked users/comms. Fixes [#697](https://github.com/LemmyNet/lemmy-ui/issues/697) ([#792](https://github.com/LemmyNet/lemmy-ui/issues/792))
1413 - Adding post and comment language tagging. Fixes [#771](https://github.com/LemmyNet/lemmy-ui/issues/771) ([#781](https://github.com/LemmyNet/lemmy-ui/issues/781))
1414 - Hide create community ([#787](https://github.com/LemmyNet/lemmy-ui/issues/787))
1415 - Increase fetch limit for user and community searches. Fixes [#756](https://github.com/LemmyNet/lemmy-ui/issues/756) ([#773](https://github.com/LemmyNet/lemmy-ui/issues/773))
1416 - Fix private instance setting. Fixes [#769](https://github.com/LemmyNet/lemmy-ui/issues/769) ([#786](https://github.com/LemmyNet/lemmy-ui/issues/786))
1417 - Hide extra comment and post functionality from search page. Fixes [#752](https://github.com/LemmyNet/lemmy-ui/issues/752) ([#788](https://github.com/LemmyNet/lemmy-ui/issues/788))
1418 - Show create post even if not subscribed. Fixes [#768](https://github.com/LemmyNet/lemmy-ui/issues/768) ([#789](https://github.com/LemmyNet/lemmy-ui/issues/789))
1419 - Cantarell for darkly/darkly-red. Fixes [#779](https://github.com/LemmyNet/lemmy-ui/issues/779) ([#784](https://github.com/LemmyNet/lemmy-ui/issues/784))
1420 - Adding mod / admin distinguish. ([#744](https://github.com/LemmyNet/lemmy-ui/issues/744))
1421 - Disable CSP when in debug mode. ([#743](https://github.com/LemmyNet/lemmy-ui/issues/743))
1422 - Reduce search minLength to 1. Fixes [#750](https://github.com/LemmyNet/lemmy-ui/issues/750) ([#751](https://github.com/LemmyNet/lemmy-ui/issues/751))
1423 - Add support for filtering mod logs
1424 - Documenting and changing a few env vars. Fixes [#661](https://github.com/LemmyNet/lemmy-ui/issues/661) ([#739](https://github.com/LemmyNet/lemmy-ui/issues/739))
1425 - Fixing post_view glitch. Fixes [#740](https://github.com/LemmyNet/lemmy-ui/issues/740) ([#741](https://github.com/LemmyNet/lemmy-ui/issues/741))
1426 - Change CSP rule for connect-src (websocket) to wildcard (fixes [#730](https://github.com/LemmyNet/lemmy-ui/issues/730)) ([#737](https://github.com/LemmyNet/lemmy-ui/issues/737))
1427 - Comment Tree paging ([#726](https://github.com/LemmyNet/lemmy-ui/issues/726))
1428 - Adding block from community sidebar. Fixes [#690](https://github.com/LemmyNet/lemmy-ui/issues/690) ([#716](https://github.com/LemmyNet/lemmy-ui/issues/716))
1429 - Fix suggested post title html. Fixes [#691](https://github.com/LemmyNet/lemmy-ui/issues/691) ([#717](https://github.com/LemmyNet/lemmy-ui/issues/717))
1430 - Fix missing deny button. Fixes [#723](https://github.com/LemmyNet/lemmy-ui/issues/723) ([#728](https://github.com/LemmyNet/lemmy-ui/issues/728))
1431 - Fix community filtering. ([#729](https://github.com/LemmyNet/lemmy-ui/issues/729))
1432 - use zh-TW for language code, instead of zh_Hant. ([#725](https://github.com/LemmyNet/lemmy-ui/issues/725))
1433 - Fix Notification browser fetch
1434 - Forgot to type a few Searches. Fixes [#718](https://github.com/LemmyNet/lemmy-ui/issues/718) ([#722](https://github.com/LemmyNet/lemmy-ui/issues/722))
1435 - Fixing linkify GC crash. ([#715](https://github.com/LemmyNet/lemmy-ui/issues/715))
1436 - New communities fetch limit is 50. ([#711](https://github.com/LemmyNet/lemmy-ui/issues/711))
1437 - Clicking "subscribe pending" button performs unsubscribe (fixes [#705](https://github.com/LemmyNet/lemmy-ui/issues/705)) ([#706](https://github.com/LemmyNet/lemmy-ui/issues/706))
1438 - Fix site setup and login. Fixes [#699](https://github.com/LemmyNet/lemmy-ui/issues/699) ([#702](https://github.com/LemmyNet/lemmy-ui/issues/702))
1439 - Adding purging of comments, posts, communities, and users. ([#459](https://github.com/LemmyNet/lemmy-ui/issues/459))
1440 - Removing save and read config hjson. Fixes [#695](https://github.com/LemmyNet/lemmy-ui/issues/695) ([#696](https://github.com/LemmyNet/lemmy-ui/issues/696))
1441 - Expose pending 2 ([#662](https://github.com/LemmyNet/lemmy-ui/issues/662))
1442 - Adding option types 2 ([#689](https://github.com/LemmyNet/lemmy-ui/issues/689))
1443 - Fix NPE during new site startup ([#677](https://github.com/LemmyNet/lemmy-ui/issues/677))
1444 - Fixing CSP for iOS devices. Fixes [#669](https://github.com/LemmyNet/lemmy-ui/issues/669) ([#678](https://github.com/LemmyNet/lemmy-ui/issues/678))
1445 - Fix issue with new notification trying to do a fetch.
1446
1447 # Lemmy v0.16.7 Release : Bug fixes (2022-09-14)
1448
1449 _Written by @dessalines and @nutomic, 2022-09-14_
1450
1451 A few bug fixes:
1452
1453 - Fix missing auth on new post refresh. ([#764](https://github.com/LemmyNet/lemmy-ui/issues/764))
1454 - Change CSP rule for connect-src (websocket) to wildcard (fixes [#730](https://github.com/LemmyNet/lemmy-ui/issues/730)) ([#737](https://github.com/LemmyNet/lemmy-ui/issues/737))
1455 - Increase default search rate limit. ([#2424](https://github.com/LemmyNet/lemmy/issues/2424))
1456 - Rejected federated pm from blocked users (fixes [#2398](https://github.com/LemmyNet/lemmy/issues/2398)) ([#2408](https://github.com/LemmyNet/lemmy/issues/2408))
1457 - Handle Like, Undo/Like activities from Mastodon, add tests (fixes [#2378](https://github.com/LemmyNet/lemmy/issues/2378)) ([#2380](https://github.com/LemmyNet/lemmy/issues/2380))
1458 - Dont allow login if account is banned or deleted (fixes [#2372](https://github.com/LemmyNet/lemmy/issues/2372)) ([#2374](https://github.com/LemmyNet/lemmy/issues/2374))
1459 - Fix panics in search_by_apub_id() (fixes [#2371](https://github.com/LemmyNet/lemmy/issues/2371)) ([#2373](https://github.com/LemmyNet/lemmy/issues/2373))
1460
1461 # Lemmy v0.16.6 Release : bug fixes (2022-07-19)
1462
1463 A few bug fixes:
1464
1465 - Fix problem where actors can have empty public key (fixes [#2347](https://github.com/LemmyNet/lemmy/issues/2347)) ([#2348](https://github.com/LemmyNet/lemmy/issues/2348))
1466 - Be more explicit about returning deleted actors or not ([#2335](https://github.com/LemmyNet/lemmy/issues/2335))
1467 - Dont allow blocking admin ([#2340](https://github.com/LemmyNet/lemmy/issues/2340))
1468 - Increase RSS fetch limit to 20. Fixes [#2319](https://github.com/LemmyNet/lemmy/issues/2319) ([#2327](https://github.com/LemmyNet/lemmy/issues/2327))
1469 - Fix length of post_report.original_post_name db field (fixes [#2311](https://github.com/LemmyNet/lemmy/issues/2311)) ([#2315](https://github.com/LemmyNet/lemmy/issues/2315))
1470 - Add pub use for db crates in api_common ([#2305](https://github.com/LemmyNet/lemmy/issues/2305))
1471 - Accept private like ([#1968](https://github.com/LemmyNet/lemmy/issues/1968)) ([#2301](https://github.com/LemmyNet/lemmy/issues/2301))
1472
1473 # Lemmy v0.16.4 Release : Peertube federation, Rust API and other improvements (2022-05-27)
1474
1475 ## What is Lemmy?
1476
1477 Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.
1478
1479 ## Major changes
1480
1481 This version adds a new community setting "restricted". If this is active, only moderators can post in the community (but anyone can comment). This can be useful for announcements or blogs.
1482
1483 In your site settings there is a new field for legal information. This can be used to present terms of service, privacy policy etc.
1484
1485 We've also added an admin setting for the default post listing type. This determines whether users without login, and newly registered users, will see the `Local` or `All` timeline by default.
1486
1487 HTML tags are now disabled in markdown, as the were causing some issues.
1488
1489 ### Federation
1490
1491 Lemmy now federates with [Peertube](https://joinpeertube.org/)! Be aware that this requires Peertube [v4.2.0-rc.1](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.2.0-rc.1) or later. You can now follow Peertube channels from Lemmy and comment on videos. If there is other functionality that you would like to see federated, please open an issue (the same goes for federation with other projects).
1492
1493 When browsing remote Lemmy communities, you will now see the site description and rules in the sidebar. Some federated actions did not generate mod log entries previously, this has been fixed. Also, federation with Friendica was approved, Lemmy now correctly receives comments with hashtags. Additionally, the previous version had a check which rejected federation in case the domain of user avatars or banners didn't match the user's domain. This check broke federation with some instances,
1494 and was removed.
1495
1496 ### Rust API
1497
1498 If you are thinking of developing a Rust application which interacts with Lemmy, this is now much easier. The [lemmy-api-common](https://crates.io/crates/lemmy_api_common) crate has a new feature which disables all heavy dependencies (like diesel) by default. You can add the crate to your project, and interact with Lemmy API using the exact same structs that Lemmy itself uses. For an example, have a look at [lemmyBB](https://github.com/Nutomic/lemmyBB). Its in a very early stage,
1499 so contributions are welcome!
1500
1501 In other development news, our test instances ([ds9.lemmy.ml](https://ds9.lemmy.ml/), [voyager.lemmy.ml](https://voyager.lemmy.ml/), [enterprise.lemmy.ml](https://enterprise.lemmy.ml/)) are now updated automatically every night with the latest development version. This should make it easier for admins and users to test new features before they are released. At the same time, [join-lemmy.org](https://join-lemmy.org/) and its instance list are also updated automatically every night.
1502
1503 ## Upgrade notes
1504
1505 Follow the [Docker or Ansible upgrade instructions here.](https://join-lemmy.org/docs/en/administration/administration.html)
1506
1507 ## Support development
1508
1509 We (@dessalines and @nutomic) have been working full-time on Lemmy for almost two years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/).
1510
1511 If you'd like to support development, and make sure that we will always be available to work full time on Lemmy, consider [donating to support its development](https://join-lemmy.org/donate). We've spent hundreds of hours on Lemmy, and would like to be able to add more developers to our little open-source co-op as time goes on.
1512
1513 ## Changes
1514
1515 ### API
1516
1517 - A full list of the API changes can be seen on this diff of [lemmy-js-client: 0.16.0 -> 0.16.4](https://github.com/LemmyNet/lemmy-js-client/compare/0.16.0-rc.1...0.16.4-rc.3) .
1518
1519 ### Lemmy
1520
1521 - Add legal information (fixes [#721](https://github.com/LemmyNet/lemmy/issues/721)) ([#2273](https://github.com/LemmyNet/lemmy/issues/2273))
1522 - Add drone task for nightly build ([#2264](https://github.com/LemmyNet/lemmy/issues/2264))
1523 - Fixing malformed rosetta translations. Fixes [#2231](https://github.com/LemmyNet/lemmy/issues/2231)
1524 - Make opentelemetry dependency optional
1525 - Remove check that avatars/banners are locally hosted (fixes [#2254](https://github.com/LemmyNet/lemmy/issues/2254)) ([#2255](https://github.com/LemmyNet/lemmy/issues/2255))
1526 - Simplify building plain/html emails ([#2251](https://github.com/LemmyNet/lemmy/issues/2251))
1527 - Federate with Peertube ([#2244](https://github.com/LemmyNet/lemmy/issues/2244))
1528 - Derive default for api request structs, move type enums ([#2245](https://github.com/LemmyNet/lemmy/issues/2245))
1529 - Add cargo feature for building lemmy_api_common with mininum deps ([#2243](https://github.com/LemmyNet/lemmy/issues/2243))
1530 - Add restricted community field to CreateCommunity, UpdateCommunity (ref [#2235](https://github.com/LemmyNet/lemmy/issues/2235)) ([#2242](https://github.com/LemmyNet/lemmy/issues/2242))
1531 - Implement restricted community (only mods can post) (fixes [#187](https://github.com/LemmyNet/lemmy/issues/187)) ([#2235](https://github.com/LemmyNet/lemmy/issues/2235))
1532 - Update community statistics after post or comment is deleted by user ([#2193](https://github.com/LemmyNet/lemmy/issues/2193))
1533 - Accept comments with hashtags from Friendica ([#2236](https://github.com/LemmyNet/lemmy/issues/2236))
1534 - Remove unused dependencies ([#2239](https://github.com/LemmyNet/lemmy/issues/2239))
1535 - Fix link metadata unit test ([#2237](https://github.com/LemmyNet/lemmy/issues/2237))
1536 - Dont return "admin" for GET user when no id/name is provided (fixes [#1546](https://github.com/LemmyNet/lemmy/issues/1546)) ([#2233](https://github.com/LemmyNet/lemmy/issues/2233))
1537 - Federation: dont overwrite local object from Announce activity ([#2232](https://github.com/LemmyNet/lemmy/issues/2232))
1538 - Require registration application by default ([#2229](https://github.com/LemmyNet/lemmy/issues/2229))
1539 - Add default post listing type (fixes [#2195](https://github.com/LemmyNet/lemmy/issues/2195)) ([#2209](https://github.com/LemmyNet/lemmy/issues/2209))
1540 - Show deny reason to users after a failed login. Fixes [#2191](https://github.com/LemmyNet/lemmy/issues/2191) ([#2206](https://github.com/LemmyNet/lemmy/issues/2206))
1541 - Fix allowlist / blocklist description location. Fixes [#2214](https://github.com/LemmyNet/lemmy/issues/2214) ([#2215](https://github.com/LemmyNet/lemmy/issues/2215))
1542 - Split apart api files ([#2216](https://github.com/LemmyNet/lemmy/issues/2216))
1543 - Changing default listing type to Local from Subscribed.
1544 - Expose remote site info in GetCommunity API (fixes [#2208](https://github.com/LemmyNet/lemmy/issues/2208)) ([#2210](https://github.com/LemmyNet/lemmy/issues/2210))
1545 - Fixing unstable post sorts. Fixes [#2188](https://github.com/LemmyNet/lemmy/issues/2188) ([#2204](https://github.com/LemmyNet/lemmy/issues/2204))
1546 - Adding lemmy_ui_debug for future debug testing. ([#2211](https://github.com/LemmyNet/lemmy/issues/2211))
1547 - Fixing generate unique changeme ([#2205](https://github.com/LemmyNet/lemmy/issues/2205))
1548 - Change Person, Instance types ([#2200](https://github.com/LemmyNet/lemmy/issues/2200))
1549 - Write mod log for federated sticky/lock post actions ([#2203](https://github.com/LemmyNet/lemmy/issues/2203))
1550
1551 ### Lemmy-UI
1552
1553 - Adding Legal info ([#666](https://github.com/LemmyNet/lemmy-ui/issues/666))
1554 - Add nightly dev drone cron build. ([#664](https://github.com/LemmyNet/lemmy-ui/issues/664))
1555 - Add LEMMY_UI_CUSTOM_SCRIPT env var. Fixes [#655](https://github.com/LemmyNet/lemmy-ui/issues/655) ([#656](https://github.com/LemmyNet/lemmy-ui/issues/656))
1556 - Turn off html in markdown. Fixes [#650](https://github.com/LemmyNet/lemmy-ui/issues/650) ([#657](https://github.com/LemmyNet/lemmy-ui/issues/657))
1557 - Add posting restricted to mods ([#642](https://github.com/LemmyNet/lemmy-ui/issues/642))
1558 - Add default post listing ([#645](https://github.com/LemmyNet/lemmy-ui/issues/645))
1559 - Don't render markdown for summaries. Fixes [#658](https://github.com/LemmyNet/lemmy-ui/issues/658) ([#659](https://github.com/LemmyNet/lemmy-ui/issues/659))
1560 - Set content security policy http header for all responses ([#621](https://github.com/LemmyNet/lemmy-ui/issues/621))
1561 - Adding site sidebar for remote communities. Fixes [#626](https://github.com/LemmyNet/lemmy-ui/issues/626) ([#640](https://github.com/LemmyNet/lemmy-ui/issues/640))
1562 - Properly debouncing tribute mentions. Fixes [#633](https://github.com/LemmyNet/lemmy-ui/issues/633) ([#639](https://github.com/LemmyNet/lemmy-ui/issues/639))
1563 - Adding litely-red and darkly-red themes. ([#636](https://github.com/LemmyNet/lemmy-ui/issues/636))
1564 - Fixing initial loading of admin page. Fixes [#635](https://github.com/LemmyNet/lemmy-ui/issues/635) ([#638](https://github.com/LemmyNet/lemmy-ui/issues/638))
1565 - Fixing helmet theme bug. Fixes [#628](https://github.com/LemmyNet/lemmy-ui/issues/628) ([#629](https://github.com/LemmyNet/lemmy-ui/issues/629))
1566 - Adding site ban from profile page. Fixes [#588](https://github.com/LemmyNet/lemmy-ui/issues/588) ([#627](https://github.com/LemmyNet/lemmy-ui/issues/627))
1567 - Adding sidebar and subscribed collapse. Fixes [#609](https://github.com/LemmyNet/lemmy-ui/issues/609) ([#622](https://github.com/LemmyNet/lemmy-ui/issues/622))
1568 - Adding a LEMMY_UI_DEBUG flag for eruda debugging ([#624](https://github.com/LemmyNet/lemmy-ui/issues/624))
1569 - Adds OC ([#620](https://github.com/LemmyNet/lemmy-ui/issues/620))
1570
1571 # Lemmy v0.16.3 Release (2022-04-08)
1572
1573 ## What is Lemmy?
1574
1575 Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.
1576
1577 ## Major Changes
1578
1579 A full list of fixes is below, but this patch release includes federation compatibility and bug fixes, as well as fixing vulnerabilities in our websocket rate limiting.
1580
1581 ## Upgrade notes
1582
1583 Besides the addition of a [search rate limit to the lemmy.hjson](https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson#L39), there are no config or API changes.
1584
1585 Follow the [Docker or Ansible upgrade instructions here.](https://join-lemmy.org/docs/en/administration/administration.html)
1586
1587 ## Support development
1588
1589 We (@dessalines and @nutomic) have been working full-time on Lemmy for almost two years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/). If you would like to support our efforts, please consider [donating](https://join-lemmy.org/donate).
1590
1591 If you'd like to support development, and make sure that we will always be available to work full time on Lemmy, consider [donating to support its development](https://join-lemmy.org/donate). We've spent hundreds of hours on Lemmy, and would like to be able to add more developers to our little open-source co-op as time goes on.
1592
1593 ## Changes
1594
1595 ### Lemmy Server
1596
1597 - Federate user account deletion (fixes [#1284](https://github.com/LemmyNet/lemmy/issues/1284)) ([#2199](https://github.com/LemmyNet/lemmy/issues/2199))
1598 - Dont federate initial upvote ([#2196](https://github.com/LemmyNet/lemmy/issues/2196))
1599 - Add missing mod log entries for federated actions (fixes [#1489](https://github.com/LemmyNet/lemmy/issues/1489)) ([#2198](https://github.com/LemmyNet/lemmy/issues/2198))
1600 - Make sure application questionaire is required. Fixes [#2189](https://github.com/LemmyNet/lemmy/issues/2189)
1601 - Fix verify_mod_action check for remote admin actions ([#2190](https://github.com/LemmyNet/lemmy/issues/2190))
1602 - Run cargo upgrade ([#2176](https://github.com/LemmyNet/lemmy/issues/2176))
1603 - Migrate towards using page.attachment field for url (ref [#2144](https://github.com/LemmyNet/lemmy/issues/2144)) ([#2182](https://github.com/LemmyNet/lemmy/issues/2182))
1604 - Exclude removed/deleted posts from community outbox ([#2184](https://github.com/LemmyNet/lemmy/issues/2184))
1605 - Fetch community outbox in parallel (fixes [#2180](https://github.com/LemmyNet/lemmy/issues/2180)) ([#2181](https://github.com/LemmyNet/lemmy/issues/2181))
1606 - Adding a ban expires update job. Fixes [#2177](https://github.com/LemmyNet/lemmy/issues/2177)
1607 - Add email translations ([#2175](https://github.com/LemmyNet/lemmy/issues/2175))
1608 - Add test files for Friendica federation (fixes [#2144](https://github.com/LemmyNet/lemmy/issues/2144)) ([#2167](https://github.com/LemmyNet/lemmy/issues/2167))
1609 - Lowering search rate limit. Fixes [#2153](https://github.com/LemmyNet/lemmy/issues/2153) ([#2154](https://github.com/LemmyNet/lemmy/issues/2154))
1610 - Rate limit ws joins ([#2171](https://github.com/LemmyNet/lemmy/issues/2171))
1611 - Delete unused diesel.toml file ([#2166](https://github.com/LemmyNet/lemmy/issues/2166))
1612 - Rate limit websocket joins. ([#2165](https://github.com/LemmyNet/lemmy/issues/2165))
1613 - Doing tests in sequential order. Fixes [#2158](https://github.com/LemmyNet/lemmy/issues/2158) ([#2163](https://github.com/LemmyNet/lemmy/issues/2163))
1614 - Dont log errors when rate limit is hit (fixes [#2157](https://github.com/LemmyNet/lemmy/issues/2157)) ([#2161](https://github.com/LemmyNet/lemmy/issues/2161))
1615 - Fix rate limit check for register. Fixes [#2159](https://github.com/LemmyNet/lemmy/issues/2159)
1616 - GNU social compatibility ([#2100](https://github.com/LemmyNet/lemmy/issues/2100))
1617 - Consolidate and lower reqwest timeouts. Fixes [#2150](https://github.com/LemmyNet/lemmy/issues/2150) ([#2151](https://github.com/LemmyNet/lemmy/issues/2151))
1618 - Check that config is valid before saving ([#2152](https://github.com/LemmyNet/lemmy/issues/2152))
1619 - Dont log error if duplicate activity is received (fixes [#2146](https://github.com/LemmyNet/lemmy/issues/2146)) ([#2148](https://github.com/LemmyNet/lemmy/issues/2148))
1620 - WIP: Email localization (fixes [#500](https://github.com/LemmyNet/lemmy/issues/500)) ([#2053](https://github.com/LemmyNet/lemmy/issues/2053))
1621 - If viewed actor isnt in db, fetch it from other instance ([#2145](https://github.com/LemmyNet/lemmy/issues/2145))
1622 - Show rate limit algorithm. Fixes [#2136](https://github.com/LemmyNet/lemmy/issues/2136)
1623 - Adjust retry interval for sending activities ([#2141](https://github.com/LemmyNet/lemmy/issues/2141))
1624 - Add jerboa link to readme. Fixes [#2137](https://github.com/LemmyNet/lemmy/issues/2137)
1625 - Forbid remote URLs for avatars/banners (fixes [#1618](https://github.com/LemmyNet/lemmy/issues/1618)) ([#2132](https://github.com/LemmyNet/lemmy/issues/2132))
1626 - Remove docker/prod unused files (fixes [#2086](https://github.com/LemmyNet/lemmy/issues/2086)) ([#2133](https://github.com/LemmyNet/lemmy/issues/2133))
1627 - Rework error handling (fixes [#1714](https://github.com/LemmyNet/lemmy/issues/1714)) ([#2135](https://github.com/LemmyNet/lemmy/issues/2135))
1628 - Dont allow admin to add mod to remote community ([#2129](https://github.com/LemmyNet/lemmy/issues/2129))
1629 - Reject federated downvotes if downvotes are disabled (fixes [#2124](https://github.com/LemmyNet/lemmy/issues/2124)) ([#2128](https://github.com/LemmyNet/lemmy/issues/2128))
1630
1631 ### Lemmy UI
1632
1633 - Dont allow community urls like /c/{id} (fixes [#611](https://github.com/LemmyNet/lemmy-ui/issues/611)) ([#612](https://github.com/LemmyNet/lemmy-ui/issues/612))
1634 - Fix loading indicator on search page (fixes [#443](https://github.com/LemmyNet/lemmy-ui/issues/443)) ([#606](https://github.com/LemmyNet/lemmy-ui/issues/606))
1635 - Upgrade deps ([#604](https://github.com/LemmyNet/lemmy-ui/issues/604))
1636 - Remove auth token from error message. Fixes [#600](https://github.com/LemmyNet/lemmy-ui/issues/600) ([#601](https://github.com/LemmyNet/lemmy-ui/issues/601))
1637 - Fix error during new site setup ([#596](https://github.com/LemmyNet/lemmy-ui/issues/596))
1638 - Differentiate between mods and admins in mod log ([#597](https://github.com/LemmyNet/lemmy-ui/issues/597))
1639 - Fix comment fedilink (fixes [#594](https://github.com/LemmyNet/lemmy-ui/issues/594)) ([#595](https://github.com/LemmyNet/lemmy-ui/issues/595))
1640
1641 # Lemmy v0.16.1 Release
1642
1643 A few bug fixes:
1644
1645 ## Lemmy
1646
1647 - Revert "Add logging to debug federation issues (ref [#2096](https://github.com/LemmyNet/lemmy/issues/2096)) ([#2099](https://github.com/LemmyNet/lemmy/issues/2099))" ([#2130](https://github.com/LemmyNet/lemmy/issues/2130))
1648 - Dont allow admin to add mod to remote community ([#2129](https://github.com/LemmyNet/lemmy/issues/2129))
1649 - Reject federated downvotes if downvotes are disabled (fixes [#2124](https://github.com/LemmyNet/lemmy/issues/2124)) ([#2128](https://github.com/LemmyNet/lemmy/issues/2128))
1650
1651 ## Lemmy-ui
1652
1653 - Fix error during new site setup ([#596](https://github.com/LemmyNet/lemmy-ui/issues/596))
1654 - Differentiate between mods and admins in mod log ([#597](https://github.com/LemmyNet/lemmy-ui/issues/597))
1655 - Fix comment fedilink (fixes [#594](https://github.com/LemmyNet/lemmy-ui/issues/594)) ([#595](https://github.com/LemmyNet/lemmy-ui/issues/595))
1656
1657 # Lemmy v0.16.0 Release: Theming and Federation improvements (2022-03-08)
1658
1659 ## What is Lemmy?
1660
1661 Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.
1662
1663 ## Major Changes
1664
1665 ### Theming
1666
1667 Customizing Lemmy is now much easier than before. Instance admins can select a default instance theme under `/admin` which applies to all users who are not logged in, and those who haven't explicitly picked a theme.
1668
1669 It is also possible now to add custom themes to an instance, without having to recompile lemmy-ui. When running with Docker, make sure that [these lines](https://github.com/LemmyNet/lemmy-ansible/pull/24/files) are present in docker-compose.yml (Ansible will add them automatically if you updated the repo). Then put your .css file into `./volumes/lemmy-ui/extra_themes`. The new theme can then be selected by users, or set as instance default.
1670
1671 For native installation (without Docker), themes are loaded by lemmy-ui from `./extra_themes` folder. A different path can be specified with `LEMMY_UI_EXTRA_THEMES_FOLDER` environment variable.
1672
1673 For instructions how to create a new theme, have a look at the [documentation](https://join-lemmy.org/docs/en/client_development/theming.html).
1674
1675 ### Federation
1676
1677 @nutomic made many changes to federation to increase compatibility with other software. Lemmy can now receive deletions from [Pleroma], comments from [Friendica] and communities from [lotide](https://sr.ht/~vpzom/lotide/). Other actions were already compatible before. Mastodon can now display communities even when a user with identical name exists (but the user can't be viewed in that case). There were no breaking changes necessary, so federation is fully compatible with 0.15. If you notice something in another project that doesn't federate but should, please open an issue.
1678
1679 Multiple users have pointed out that posts, comments and votes don't federate reliably. We first attempted to fix this in [Lemmy 0.15.4](https://lemmy.ml/post/184152) a few days ago, but that didn't help much. Later @nutomic noticed that Lemmy was only sending out activities with 4 worker threads, which is not enough for a big instance like lemmy.ml. At the same time, many of those workers were taken up by sending to broken instances, trying to connect for a minute or more. This version adds a timeout and increases the number of workers.
1680
1681 ### Federated bans
1682
1683 Until now, only community bans were federated, and the "Remove content" option didn't work over federation. The new version fixes this behaviour, so that both site bans and community bans federate, including "Remove content" option and expiry. Note that this change only affects new bans, those which were issued before upgrading to 0.16 will not be federated.
1684
1685 ### Hide communities
1686
1687 @dayinjing implemented a funcionality for instance admins to hide controversial communities. A hidden community is only visible to those users who subscribe to it. This represents a milder alternative to removing a community. This functionality is not implemented in lemmy-ui yet, but admins can hide a community like this via command line:
1688
1689 ```
1690 curl -X PUT https://example.com/api/v3/community/hide \
1691     -H "Content-Type: application/json" \
1692     -d \
1693     '{"community_id":3,"hidden":true,"reason":"*reason for mod log*","auth":"*admin jwt token*"}'
1694 ```
1695
1696 ### Jerboa: a new android app
1697
1698 To help adoption, and since most people use social media through their smartphones nowadays, @dessalines has been working on a native android app for Lemmy called [Jerboa](https://github.com/dessalines/jerboa), which is now on [F-Droid](https://f-droid.org/packages/com.jerboa) and [Google Play](https://play.google.com/store/apps/details?id=com.jerboa).
1699
1700 It is still at an alpha level, but is very usable. We'd love to have experienced android developers contribute to it.
1701
1702 This now makes three smartphone apps for Lemmy: [Lemmur and Jerboa for Android, and Remmel for iOS](https://join-lemmy.org/apps).
1703
1704 ## Upgrade notes
1705
1706 Follow the [Docker or Ansible upgrade instructions here.](https://join-lemmy.org/docs/en/administration/administration.html)
1707
1708 There are three lemmy.hjson config changes. See [defaults.hjson](https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson) for comments and default values.
1709
1710 - changed boolean `email.use_tls` to `email.tls_type`
1711 - added `setup.default_theme`
1712 - added `federation.worker_count`
1713
1714 ## Support development
1715
1716 We (@dessalines and @nutomic) have been working full-time on Lemmy for almost two years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/). If you would like to support our efforts, please consider [donating](https://join-lemmy.org/donate).
1717
1718 If you'd like to support development, and make sure that we will always be available to work full time on Lemmy, consider [donating to support its development](https://join-lemmy.org/donate). We've spent hundreds of hours on Lemmy, and would like to be able to add more developers to our little open-source co-op as time goes on.
1719
1720 ## Changes
1721
1722 ### API
1723
1724 - A full list of the API changes can be seen on this diff of [lemmy-js-client: 0.15.0 -> 0.16.0](https://github.com/LemmyNet/lemmy-js-client/compare/0.15.0-rc.34...0.16.0-rc.1) .
1725
1726 ### Config
1727
1728 - The config changes are [here.](https://github.com/LemmyNet/lemmy/compare/0.15.2...main#diff-bcc84ad7bb4d0687c679cb6b3711052d8eba74a8188578c7516a8fdb5584d01a)
1729
1730 ### Lemmy Server
1731
1732 - Make delete activities backwards compatible with 0.15 ([#2114](https://github.com/LemmyNet/lemmy/issues/2114))
1733 - Make activity queue worker count configurable, log stats ([#2113](https://github.com/LemmyNet/lemmy/issues/2113))
1734 - Add timeout for sending activities ([#2112](https://github.com/LemmyNet/lemmy/issues/2112))
1735 - Update `actix-*` dependencies to stable v4.
1736 - Show nsfw communities if you are logged in and searching communities ([#2105](https://github.com/LemmyNet/lemmy/issues/2105))
1737 - Fix resending activities (fixes [#1282](https://github.com/LemmyNet/lemmy/issues/1282)) ([#2109](https://github.com/LemmyNet/lemmy/issues/2109))
1738 - Dont hardcode site id in Site::update ([#2110](https://github.com/LemmyNet/lemmy/issues/2110))
1739 - send plain-text in email along with html ([#2107](https://github.com/LemmyNet/lemmy/issues/2107))
1740 - Add site option for default theme ([#2104](https://github.com/LemmyNet/lemmy/issues/2104))
1741 - Hide community v2 ([#2055](https://github.com/LemmyNet/lemmy/issues/2055))
1742 - Reorganize federation tests ([#2092](https://github.com/LemmyNet/lemmy/issues/2092))
1743 - Add logging to debug federation issues (ref [#2096](https://github.com/LemmyNet/lemmy/issues/2096)) ([#2099](https://github.com/LemmyNet/lemmy/issues/2099))
1744 - Adding a reqwest timeout. Fixes [#2089](https://github.com/LemmyNet/lemmy/issues/2089) ([#2097](https://github.com/LemmyNet/lemmy/issues/2097))
1745 - Upgrade to Rust 2021 edition ([#2093](https://github.com/LemmyNet/lemmy/issues/2093))
1746 - Merge different delete activities for better compatibility (fixes [#2066](https://github.com/LemmyNet/lemmy/issues/2066)) ([#2073](https://github.com/LemmyNet/lemmy/issues/2073))
1747 - Implement instance actor ([#1798](https://github.com/LemmyNet/lemmy/issues/1798))
1748 - Use doku(skip) for opentelemetry_url config value (ref [#2085](https://github.com/LemmyNet/lemmy/issues/2085)) ([#2091](https://github.com/LemmyNet/lemmy/issues/2091))
1749 - Alpha-ordering community follows. Fixes [#2062](https://github.com/LemmyNet/lemmy/issues/2062) ([#2079](https://github.com/LemmyNet/lemmy/issues/2079))
1750 - Add federation tests for Friendica, improve parsing of source field (fixes [#2057](https://github.com/LemmyNet/lemmy/issues/2057)) ([#2070](https://github.com/LemmyNet/lemmy/issues/2070))
1751
1752 ### Lemmy UI
1753
1754 - Rename theme files from _.min.css to _.css ([#590](https://github.com/LemmyNet/lemmy-ui/issues/590))
1755 - Custom themes ([#584](https://github.com/LemmyNet/lemmy-ui/issues/584))
1756 - Add option to set site default theme (fixes [#559](https://github.com/LemmyNet/lemmy-ui/issues/559))
1757 - Adding nofollow to links. Fixes [#542](https://github.com/LemmyNet/lemmy-ui/issues/542) ([#543](https://github.com/LemmyNet/lemmy-ui/issues/543))
1758 - Fix language names ([#580](https://github.com/LemmyNet/lemmy-ui/issues/580))
1759 - Move fedi link in post listing location. Fixes [#569](https://github.com/LemmyNet/lemmy-ui/issues/569) ([#583](https://github.com/LemmyNet/lemmy-ui/issues/583))
1760 - Don't redirect on server error. Fixes [#570](https://github.com/LemmyNet/lemmy-ui/issues/570) ([#582](https://github.com/LemmyNet/lemmy-ui/issues/582))
1761 - Smart select inner content after bold or italics. Fixes [#497](https://github.com/LemmyNet/lemmy-ui/issues/497) ([#577](https://github.com/LemmyNet/lemmy-ui/issues/577))
1762 - Fix comment jumping. Fixes [#529](https://github.com/LemmyNet/lemmy-ui/issues/529) ([#576](https://github.com/LemmyNet/lemmy-ui/issues/576))
1763 - Add federated post and comment links. Fixes [#569](https://github.com/LemmyNet/lemmy-ui/issues/569) ([#575](https://github.com/LemmyNet/lemmy-ui/issues/575))
1764 - Fix community comments iso fetch. Fixes [#572](https://github.com/LemmyNet/lemmy-ui/issues/572) ([#574](https://github.com/LemmyNet/lemmy-ui/issues/574))
1765 - Don't allow transfer site. ([#551](https://github.com/LemmyNet/lemmy-ui/issues/551))
1766 - Fix report page bugs. Fixes [#558](https://github.com/LemmyNet/lemmy-ui/issues/558) ([#568](https://github.com/LemmyNet/lemmy-ui/issues/568))
1767 - Fix post title link bug. Fixes [#547](https://github.com/LemmyNet/lemmy-ui/issues/547) ([#563](https://github.com/LemmyNet/lemmy-ui/issues/563))
1768 - Add markdown footnotes. Fixes [#561](https://github.com/LemmyNet/lemmy-ui/issues/561) ([#562](https://github.com/LemmyNet/lemmy-ui/issues/562))
1769
1770 # Lemmy v0.15.2 Release (2022-01-27)
1771
1772 A few bug fixes:
1773
1774 - Dont make webfinger request when viewing community/user profile (fixes [#1896](https://github.com/LemmyNet/lemmy/issues/1896)) ([#2049](https://github.com/LemmyNet/lemmy/issues/2049))
1775 - Case-insensitive username at login ([#2010](https://github.com/LemmyNet/lemmy/issues/2010))
1776 - Put community last in webfinger response (fixes [#2037](https://github.com/LemmyNet/lemmy/issues/2037)) ([#2047](https://github.com/LemmyNet/lemmy/issues/2047))
1777 - Dont check for ban in MarkCommentAsRead (fixes [#2045](https://github.com/LemmyNet/lemmy/issues/2045)) ([#2054](https://github.com/LemmyNet/lemmy/issues/2054))
1778 - Empty post bodies ([#2050](https://github.com/LemmyNet/lemmy/issues/2050))
1779 - Add tombstone tests, better test errors ([#2046](https://github.com/LemmyNet/lemmy/issues/2046))
1780 - Accept single object as to for arrays too ([#2048](https://github.com/LemmyNet/lemmy/issues/2048))
1781 - Cleaning optional post bodies. Fixes [#2039](https://github.com/LemmyNet/lemmy/issues/2039) ([#2043](https://github.com/LemmyNet/lemmy/issues/2043))
1782 - Fixing liking comment on blocked person. Fixes [#2033](https://github.com/LemmyNet/lemmy/issues/2033) ([#2042](https://github.com/LemmyNet/lemmy/issues/2042))
1783 - Add tests for lotide federation, make lotide groups fetchable ([#2035](https://github.com/LemmyNet/lemmy/issues/2035))
1784 - Remove unneeded dependency on activitystreams ([#2034](https://github.com/LemmyNet/lemmy/issues/2034))
1785 - Fixing private instance check. Fixes [#2064](https://github.com/LemmyNet/lemmy/issues/2064) ([#2065](https://github.com/LemmyNet/lemmy/issues/2065))
1786
1787 # Lemmy v0.15.1 Release (2022-01-12)
1788
1789 Lemmy now has private instances, optional registration applications, optional email verification, and temporary bans! These are described in detail below.
1790
1791 Special thanks to @asonix for adding [tokio-console](https://github.com/LemmyNet/Lemmy/issues/2003) and [Jaeger + opentelemetry](https://github.com/LemmyNet/Lemmy/issues/1992) to our dev setups, so we can better identify performance bottlenecks.
1792
1793 ## What is Lemmy?
1794
1795 [Lemmy](https://join-lemmy.org/) is similar to sites like Reddit, Lobste.rs, or Hacker News: you subscribe to communities you're interested in, post links and discussions, then vote and comment on them. Lemmy isn't just a reddit alternative; its a network of interconnected communities ran by different people and organizations, all combining to create a single, personalized front page of your favorite news, articles, and memes.
1796
1797 ## Major Changes
1798
1799 ### Required email verification
1800
1801 Admins can turn this on, and new users will need to verify their emails. Current users will not have to do this.
1802
1803 ### Registration applications
1804
1805 Admins can now optionally make new users fill out an application to join your server. There is a new panel in their top bar where they can approve or deny pending applications.
1806
1807 This works in conjunction with the _require_email_ field. If that is also turned on, the application will only be shown after their email has been verified. The user will receive an email when they have been accepted.
1808
1809 ### Closed / Private instances
1810
1811 The instance settings now includes a _private instance_ option, which if turned on, will only let logged in users view your site. Private instances was one of our first issues, and it was a large effort, so its great to finally have this completed.
1812
1813 ### Temporary Bans
1814
1815 When banning users from your site or community, moderators can now optionally give a number of days for the ban to last.
1816
1817 ### Allow comment replies from blocked users
1818
1819 It used to be that if a user blocked you, you couldn't respond to their public posts and comments. This is now fixed. They won't see your content, but others can.
1820
1821 ## Upgrade notes
1822
1823 Follow the [Docker or Ansible upgrade instructions here.](https://join-lemmy.org/docs/en/administration/administration.html)
1824
1825 ## Support development
1826
1827 If you'd like to support development, and make sure that we will always be available to work full time on Lemmy, consider [donating to support its development](https://join-lemmy.org/donate). We've spent hundreds of hours on Lemmy, and would like to be able to add more developers to our little open-source co-op as time goes on.
1828
1829 ## Changes
1830
1831 ### API
1832
1833 We've removed a list of banned users from `GetSite`, added a few endpoints related to registration applications, made a few changes allowing temporary bans, site settings, made a few changes to the login response. These are non-destructive and current clients should work with this release.
1834
1835 - A full list of the API changes can be seen on this diff of [lemmy-js-client: 0.14.0 -> 0.15.0](https://github.com/LemmyNet/lemmy-js-client/compare/0.14.0-rc.1...0.15.0-rc.34) .
1836
1837 ### Config
1838
1839 There is a new rate limit for creating new comments in the [config.hjson](https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson#L36).
1840
1841 ### Lemmy Server
1842
1843 - Adding temporary bans. Fixes [#1423](https://github.com/LemmyNet/Lemmy/issues/1423) ([#1999](https://github.com/LemmyNet/Lemmy/issues/1999))
1844 - Add console-subscriber ([#2003](https://github.com/LemmyNet/Lemmy/issues/2003))
1845 - Opentelemetry ([#1992](https://github.com/LemmyNet/Lemmy/issues/1992))
1846 - Use correct encoding when fetching non-UTF-8 site metadata ([#2015](https://github.com/LemmyNet/Lemmy/issues/2015))
1847 - Adding a banned endpoint for admins. Removing it from GetSite. Fixes [#1806](https://github.com/LemmyNet/Lemmy/issues/1806)
1848 - Prevent panic on InboxRequestGuard
1849 - Case-insensitive webfinger response. Fixes [#1955](https://github.com/LemmyNet/Lemmy/issues/1955) & [#1986](https://github.com/LemmyNet/Lemmy/issues/1986) ([#2005](https://github.com/LemmyNet/Lemmy/issues/2005))
1850 - First pass at invite-only migration. ([#1949](https://github.com/LemmyNet/Lemmy/issues/1949))
1851 - Upgrading pictrs. ([#1996](https://github.com/LemmyNet/Lemmy/issues/1996))
1852 - Trying out an upgraded version of html5ever. [#1964](https://github.com/LemmyNet/Lemmy/issues/1964) ([#1991](https://github.com/LemmyNet/Lemmy/issues/1991))
1853 - Adding min setup password length to the docs. Fixes [#1989](https://github.com/LemmyNet/Lemmy/issues/1989) ([#1990](https://github.com/LemmyNet/Lemmy/issues/1990))
1854 - Test pleroma follow ([#1988](https://github.com/LemmyNet/Lemmy/issues/1988))
1855 - Remove awc ([#1979](https://github.com/LemmyNet/Lemmy/issues/1979))
1856 - Consolidate reqwest clients, use reqwest-middleware for tracing
1857 - Don't drop error context when adding a message to errors ([#1958](https://github.com/LemmyNet/Lemmy/issues/1958))
1858 - Change lemmur repo links ([#1977](https://github.com/LemmyNet/Lemmy/issues/1977))
1859 - added deps - git and ca-certificates (for federation to work) and changed adduser to useradd so that user can be added non-interactively ([#1976](https://github.com/LemmyNet/Lemmy/issues/1976))
1860 - Allow comment replies from blocked users. Fixes [#1793](https://github.com/LemmyNet/Lemmy/issues/1793) ([#1969](https://github.com/LemmyNet/Lemmy/issues/1969))
1861 - Fix retry infinite loops. Fixes [#1964](https://github.com/LemmyNet/Lemmy/issues/1964) ([#1967](https://github.com/LemmyNet/Lemmy/issues/1967))
1862 - Add lotide activities to tests
1863 - Allow single item for to, cc, and @context
1864 - Adding a captcha rate limit. Fixes [#1755](https://github.com/LemmyNet/Lemmy/issues/1755) ([#1941](https://github.com/LemmyNet/Lemmy/issues/1941))
1865 - Dont send email notifications for edited comments (fixes [#1925](https://github.com/LemmyNet/Lemmy/issues/1925))
1866 - Fix API dupes query. [#1878](https://github.com/LemmyNet/Lemmy/issues/1878)
1867 - Fixing duped report view for admins. Fixes [#1933](https://github.com/LemmyNet/Lemmy/issues/1933) ([#1945](https://github.com/LemmyNet/Lemmy/issues/1945))
1868 - Adding a GetComment endpoint. Fixes [#1919](https://github.com/LemmyNet/Lemmy/issues/1919) ([#1944](https://github.com/LemmyNet/Lemmy/issues/1944))
1869 - Fix min title char count for post titles. Fixes [#1854](https://github.com/LemmyNet/Lemmy/issues/1854) ([#1940](https://github.com/LemmyNet/Lemmy/issues/1940))
1870 - Adding MarkPostAsRead to API. Fixes [#1784](https://github.com/LemmyNet/Lemmy/issues/1784) ([#1946](https://github.com/LemmyNet/Lemmy/issues/1946))
1871 - background-jobs 0.11 ([#1943](https://github.com/LemmyNet/Lemmy/issues/1943))
1872 - Add tracing ([#1942](https://github.com/LemmyNet/Lemmy/issues/1942))
1873 - Remove pointless community follower sort. ([#1939](https://github.com/LemmyNet/Lemmy/issues/1939))
1874 - Use once_cell instead of lazy_static
1875 - Adding unique constraint for activity ap_id. Fixes [#1878](https://github.com/LemmyNet/Lemmy/issues/1878) ([#1935](https://github.com/LemmyNet/Lemmy/issues/1935))
1876 - Making public key required. Fixes [#1934](https://github.com/LemmyNet/Lemmy/issues/1934)
1877 - Change NodeInfo `links` to an array
1878 - Fixing fuzzy_search to escape like chars.
1879 - Fix build error in [#1914](https://github.com/LemmyNet/Lemmy/issues/1914)
1880 - Fix login ilike bug. Fixes [#1920](https://github.com/LemmyNet/Lemmy/issues/1920)
1881 - Fix Smithereen webfinger, remove duplicate webfinger impl (fixes [#1916](https://github.com/LemmyNet/Lemmy/issues/1916))
1882 - Dont announce comments, edited posts to Pleroma/Mastodon followers
1883 - Community outbox should only contain activities sent by community (fixes [#1916](https://github.com/LemmyNet/Lemmy/issues/1916))
1884 - Remove HTTP signature compatibility mode (its not necessary)
1885 - Implement rate limits on comments
1886
1887 ### Lemmy UI
1888
1889 - Fixed an issue with post embeds not being pushed to a new line [#544](https://github.com/LemmyNet/lemmy-ui/issues/544)
1890 - Adding as and lt languages, Updating translations.
1891 - Temp bans ([#524](https://github.com/LemmyNet/lemmy-ui/issues/524))
1892 - Fix banner. Fixes [#466](https://github.com/LemmyNet/lemmy-ui/issues/466) ([#534](https://github.com/LemmyNet/lemmy-ui/issues/534))
1893 - Making the modlog badge stand out more. Fixes [#531](https://github.com/LemmyNet/lemmy-ui/issues/531) ([#539](https://github.com/LemmyNet/lemmy-ui/issues/539))
1894 - Add some fallback properties for display in older browsers ([#535](https://github.com/LemmyNet/lemmy-ui/issues/535))
1895 - Private instances ([#523](https://github.com/LemmyNet/lemmy-ui/issues/523))
1896 - Add nord theme. Fixes [#520](https://github.com/LemmyNet/lemmy-ui/issues/520) ([#527](https://github.com/LemmyNet/lemmy-ui/issues/527))
1897 - Dont receive post room comments from blocked users. ([#516](https://github.com/LemmyNet/lemmy-ui/issues/516))
1898 - Using console.error for error logs. ([#517](https://github.com/LemmyNet/lemmy-ui/issues/517))
1899 - Fix issue with websocket buffer.
1900 - Switching to websocket-ts. [#247](https://github.com/LemmyNet/lemmy-ui/issues/247) ([#515](https://github.com/LemmyNet/lemmy-ui/issues/515))
1901 - Fix native language issue. (zh_Hant) ([#513](https://github.com/LemmyNet/lemmy-ui/issues/513))
1902 - Fix tippy on component mount. Fixes [#509](https://github.com/LemmyNet/lemmy-ui/issues/509) ([#511](https://github.com/LemmyNet/lemmy-ui/issues/511))
1903 - Fix docker latest ([#510](https://github.com/LemmyNet/lemmy-ui/issues/510))
1904 - Enabling html tags in markdown. Fixes [#498](https://github.com/LemmyNet/lemmy-ui/issues/498)
1905 - Fix comment scroll bug. Fixes [#492](https://github.com/LemmyNet/lemmy-ui/issues/492)
1906 - Fixing error for null person_block. Fixes [#491](https://github.com/LemmyNet/lemmy-ui/issues/491)
1907 - Trying to catch promise and json parse errors. [#489](https://github.com/LemmyNet/lemmy-ui/issues/489) ([#490](https://github.com/LemmyNet/lemmy-ui/issues/490))
1908
1909 # Lemmy Release v0.14.0: Federation with Mastodon and Pleroma (2021-11-17)
1910
1911 Today is an exciting day for the Lemmy project.
1912
1913 Almost one year after [first enabling federation](https://lemmy.ml/post/42833), we now federate with other projects for the first time! According to some people's definition, this finally makes us part of the Fediverse.
1914
1915 It took a lot of work to make this possible, so big thanks to [NLnet](https://nlnet.nl/) for funding our full time work on Lemmy, and to [@lanodan](https://queer.hacktivis.me/users/lanodan) and [@asonix](https://masto.asonix.dog/@asonix) for helping to figure out how Pleroma and Mastodon federation works (it's difficult because they have almost no documentation).
1916
1917 ## Major Changes
1918
1919 ### Federation code rewrite
1920
1921 The rewrite of the federation code started by @nutomic in August is now mostly complete. As a result, the code is much cleaner, and has tests to guarantee no breaking changes between Lemmy versions. As a side effect of this rewrite, it was now relatively easy to enable federation with other projects.
1922
1923 Mastodon and Pleroma users can:
1924
1925 - View Lemmy communities, user profiles, posts and comments
1926 - Follow Lemmy communities to receive new posts and comments
1927 - Replies (mentions) work in both directions, including notifications
1928
1929 In addition, Pleroma users can exchange private messages with Lemmy users.
1930
1931 Note that Pleroma and Mastodon rely on a compatibility mode in Lemmy, which means that they won't receive events like Deletes or Votes. Other projects whose federation works similar to Pleroma/Mastodon will likely also federate.
1932
1933 ### Hardcoded slur filter removed
1934
1935 Lemmy finally has essential moderation tools (reporting, user/community blocking), so the hardcoded filter isn't necessary anymore. If you want to keep using the slur filter, copy [these lines](https://github.com/LemmyNet/lemmy/blob/b18ea3e0cc620c3f97f9804c09b92f193809b846/config/config.hjson#L8-L12) to your config file when upgrading, and adjust to your liking.
1936
1937 ## Upgrade notes
1938
1939 Federation with Pleroma/Mastodon works automatically, you don't need to change anything, assuming that your allowlist/blocklist configuration permits it.
1940
1941 Note that Mastodon and Pleroma are much, much bigger than Lemmy at this point, with a combined 3 milion users and 4500 instances, compared to 20.000 users and 35 instances for Lemmy ([source](https://the-federation.info/)). The existing mod tools in Lemmy might not be adequate to handle that at the moment.
1942
1943 Be aware that if you have federation enabled in the Lemmy config, Mastodon and Pleroma users can now fetch all posts and comments, to view them and share with their followers. The Lemmy blocklist/allowlist can not prevent this, it only prevents posts/comments from blocked instances to be shown on your own instance. The only solution to this problem is disabling federation, or waiting for [signed fetch](https://github.com/LemmyNet/lemmy/issues/868) to be implemented.
1944
1945 If you want to use federation, but review new instances before federating with them, use the allowlist. You can switch from open federation to allowlist federation by pasting the output of the command below into `federation.allowed_instances` in the Lemmy config.
1946
1947 ```
1948 curl https://your-instance.com/api/v3/site | jq -c .federated_instances.linked
1949 ```
1950
1951 The [`lemmy.hjson` `additional_slurs` field has changed its name to `slur_filter`. ](https://github.com/LemmyNet/lemmy/blob/b18ea3e0cc620c3f97f9804c09b92f193809b846/config/config.hjson#L8-L12)
1952
1953 Follow the [Docker or Ansible upgrade instructions here.](https://join-lemmy.org/docs/en/administration/administration.html)
1954
1955 ## Lemmy-Ansible
1956
1957 We've now separated our ansible install method (the preferred way to deploy Lemmy) into its own repo, [lemmy-ansible](https://github.com/LemmyNet/lemmy-ansible). Let us know if you need help migrating existing installations over to it.
1958
1959 ## Changes
1960
1961 ### API
1962
1963 - There is now a `GetUnreadCount` in the API to check the count of your unread messages, replies, and mentions.
1964 - A full list of the API changes can be seen on this diff of [lemmy-js-client: 0.13.0 -> 0.14.0-rc.1](https://github.com/LemmyNet/lemmy-js-client/compare/0.13.0...0.14.0-rc.1) .
1965
1966 ### Lemmy Server
1967
1968 - More federation compat ([#1894](https://github.com/LemmyNet/Lemmy/issues/1894))
1969 - Adding clippy:unwrap to husky. Fixes [#1892](https://github.com/LemmyNet/Lemmy/issues/1892) ([#1893](https://github.com/LemmyNet/Lemmy/issues/1893))
1970 - Remove header guard for activitypub routes
1971 - Add federation test cases for Smithereen and Mastodon
1972 - Reduce stack memory usage in apub code
1973 - Remove ActivityFields trait, deserialize into another struct instead
1974 - Check if post or comment are deleted first. Fixes [#1864](https://github.com/LemmyNet/Lemmy/issues/1864) ([#1867](https://github.com/LemmyNet/Lemmy/issues/1867))
1975 - Correctly use and document check_is_apub_id_valid() param use_strict_allowlist
1976 - Convert note.content and chat_message.content to html (fixes [#1871](https://github.com/LemmyNet/Lemmy/issues/1871))
1977 - Upgrade background_jobs to 0.9.1 [#1820](https://github.com/LemmyNet/Lemmy/issues/1820) ([#1875](https://github.com/LemmyNet/Lemmy/issues/1875))
1978 - Fix husky fmt hook. ([#1868](https://github.com/LemmyNet/Lemmy/issues/1868))
1979 - Renaming to slur_filter. Fixes [#1773](https://github.com/LemmyNet/Lemmy/issues/1773) ([#1801](https://github.com/LemmyNet/Lemmy/issues/1801))
1980 - Three instance inbox bug ([#1866](https://github.com/LemmyNet/Lemmy/issues/1866))
1981 - Remove ansible from this repo. ([#1829](https://github.com/LemmyNet/Lemmy/issues/1829))
1982 - Rewrite collections to use new fetcher ([#1861](https://github.com/LemmyNet/Lemmy/issues/1861))
1983 - Dont blank out post or community info. Fixes [#1813](https://github.com/LemmyNet/Lemmy/issues/1813) ([#1841](https://github.com/LemmyNet/Lemmy/issues/1841))
1984 - Format config/defaults.hjson before committing ([#1860](https://github.com/LemmyNet/Lemmy/issues/1860))
1985 - Breaking apub changes ([#1859](https://github.com/LemmyNet/Lemmy/issues/1859))
1986 - Pleroma federation2 ([#1855](https://github.com/LemmyNet/Lemmy/issues/1855))
1987 - Create a custom pre-commit hook, generates config/defaults.hjson ([#1857](https://github.com/LemmyNet/Lemmy/issues/1857))
1988 - Add cargo metadata to all crates ([#1853](https://github.com/LemmyNet/Lemmy/issues/1853))
1989 - Add both (De)Serialize to all models ([#1851](https://github.com/LemmyNet/Lemmy/issues/1851))
1990 - Adding GetUnreadCount to the API. Fixes [#1794](https://github.com/LemmyNet/Lemmy/issues/1794) ([#1842](https://github.com/LemmyNet/Lemmy/issues/1842))
1991 - Federate reports ([#1830](https://github.com/LemmyNet/Lemmy/issues/1830))
1992 - Fix saved posts and hide read posts issue. Fixes [#1839](https://github.com/LemmyNet/Lemmy/issues/1839) ([#1840](https://github.com/LemmyNet/Lemmy/issues/1840))
1993 - Dont allow posts to deleted / removed communities. Fixes [#1827](https://github.com/LemmyNet/Lemmy/issues/1827) ([#1828](https://github.com/LemmyNet/Lemmy/issues/1828))
1994 - Dont swallow API errors (fixes [#1834](https://github.com/LemmyNet/Lemmy/issues/1834)) ([#1837](https://github.com/LemmyNet/Lemmy/issues/1837))
1995 - Fix federation of initial post/comment vote (fixes [#1824](https://github.com/LemmyNet/Lemmy/issues/1824)) ([#1835](https://github.com/LemmyNet/Lemmy/issues/1835))
1996 - Fix clippy warnings added in nightly ([#1833](https://github.com/LemmyNet/Lemmy/issues/1833))
1997 - Admins can view all reports. Fixes [#1810](https://github.com/LemmyNet/Lemmy/issues/1810) ([#1825](https://github.com/LemmyNet/Lemmy/issues/1825))
1998 - Adding a message_id to emails. Fixes [#1807](https://github.com/LemmyNet/Lemmy/issues/1807) ([#1826](https://github.com/LemmyNet/Lemmy/issues/1826))
1999 - Generate config docs from code ([#1786](https://github.com/LemmyNet/Lemmy/issues/1786))
2000 - Trying a background_jobs fix. [#1820](https://github.com/LemmyNet/Lemmy/issues/1820) ([#1822](https://github.com/LemmyNet/Lemmy/issues/1822))
2001 - mark parent as read on reply ([#1819](https://github.com/LemmyNet/Lemmy/issues/1819))
2002 - Move code to apub library ([#1795](https://github.com/LemmyNet/Lemmy/issues/1795))
2003 - Adding honeypot to user and post creation. Fixes [#1802](https://github.com/LemmyNet/Lemmy/issues/1802) ([#1803](https://github.com/LemmyNet/Lemmy/issues/1803))
2004 - Add database host back into config file ([#1805](https://github.com/LemmyNet/Lemmy/issues/1805))
2005
2006 ### Lemmy UI
2007
2008 - Updating translations.
2009 - Fixing unload ([#487](https://github.com/LemmyNet/lemmy-ui/issues/487))
2010 - Fix setup password. Fixes [#478](https://github.com/LemmyNet/lemmy-ui/issues/478) ([#484](https://github.com/LemmyNet/lemmy-ui/issues/484))
2011 - Adding post comment scrolling hack. Fixes [#480](https://github.com/LemmyNet/lemmy-ui/issues/480) [#486](https://github.com/LemmyNet/lemmy-ui/issues/486)
2012 - Navbar links ([#476](https://github.com/LemmyNet/lemmy-ui/issues/476))
2013 - Try fixing crypto node bug. Fixes [#473](https://github.com/LemmyNet/lemmy-ui/issues/473) ([#474](https://github.com/LemmyNet/lemmy-ui/issues/474))
2014 - Use community title and user display name for dropdown.
2015 - Mahanstreamer userpage ([#471](https://github.com/LemmyNet/lemmy-ui/issues/471))
2016 - Using i18next compatibility v3 ([#465](https://github.com/LemmyNet/lemmy-ui/issues/465))
2017 - Show original created time tooltip ([#462](https://github.com/LemmyNet/lemmy-ui/issues/462))
2018 - Revert version of i18next to fix plurals. Fixes [#451](https://github.com/LemmyNet/lemmy-ui/issues/451) ([#460](https://github.com/LemmyNet/lemmy-ui/issues/460))
2019 - Fixing cross-posts showing on initial load. Fixes [#457](https://github.com/LemmyNet/lemmy-ui/issues/457) ([#464](https://github.com/LemmyNet/lemmy-ui/issues/464))
2020 - Show bot account info. Fixes [#458](https://github.com/LemmyNet/lemmy-ui/issues/458) ([#463](https://github.com/LemmyNet/lemmy-ui/issues/463))
2021 - Very weak password check ([#461](https://github.com/LemmyNet/lemmy-ui/issues/461))
2022 - Simplifying getunreadcount. ([#455](https://github.com/LemmyNet/lemmy-ui/issues/455))
2023 - ui changes for marking comment as read on reply ([#454](https://github.com/LemmyNet/lemmy-ui/issues/454))
2024 - hide mod actions appropriately fix [#441](https://github.com/LemmyNet/lemmy-ui/issues/441) ([#447](https://github.com/LemmyNet/lemmy-ui/issues/447))
2025 - Add honeypot for user and form creation. Fixes [#433](https://github.com/LemmyNet/lemmy-ui/issues/433) ([#435](https://github.com/LemmyNet/lemmy-ui/issues/435))
2026
2027 # Lemmy v0.13.3 Release (2021-10-13)
2028
2029 - Dont swallow API errors (fixes [#1834](https://github.com/LemmyNet/lemmy/issues/1834)) ([#1837](https://github.com/LemmyNet/lemmy/issues/1837))
2030 - Fix clippy warnings added in nightly ([#1833](https://github.com/LemmyNet/lemmy/issues/1833))
2031 - Fix federation of initial post/comment vote (fixes [#1824](https://github.com/LemmyNet/lemmy/issues/1824)) ([#1835](https://github.com/LemmyNet/lemmy/issues/1835))
2032 - Trying a background_jobs fix. [#1820](https://github.com/LemmyNet/lemmy/issues/1820)
2033
2034 # Lemmy v0.13.0 Release (2021-09-30)
2035
2036 Since our last release earlier this month, we've had [~30](https://github.com/LemmyNet/lemmy/compare/0.12.0...main) commits to Lemmy.
2037
2038 ## Major Changes
2039
2040 - Added comment and post reporting in the front end, and cleaned up the reporting API.
2041   - _Note: these are local-only currently, reports are not yet federated._
2042 - The JWT secret is now auto-generated by the database.
2043   - _Note: this will log out all users, so users will have to log in again._
2044 - Lots of smaller UI fixes listed below.
2045
2046 ## Upgrade notes
2047
2048 ### Servers
2049
2050 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).
2051
2052 To upgrade your instance to `v0.13.0`, simply follow the instructions in the documentation:
2053
2054 - [Upgrade with manual Docker installation](https://join.lemmy.ml/docs/en/administration/install_docker.html#updating)
2055 - [Upgrade with Ansible installation](https://join.lemmy.ml/docs/en/administration/install_ansible.html)
2056
2057 ## Changes
2058
2059 ### Lemmy Server
2060
2061 #### General
2062
2063 - Adding a user agent. Fixes [#1769](https://github.com/LemmyNet/lemmy/issues/1769)
2064 - Ansible changes ([#1781](https://github.com/LemmyNet/lemmy/issues/1781))
2065 - Clean up reporting ([#1776](https://github.com/LemmyNet/lemmy/issues/1776))
2066 - Implement webmention support (fixes [#1395](https://github.com/LemmyNet/lemmy/issues/1395))
2067 - Move jwt secret from config to database (fixes [#1728](https://github.com/LemmyNet/lemmy/issues/1728))
2068 - Set a 10 char minimum password length.
2069 - Dont pass accept-encoding header to pictrs (ref [#1734](https://github.com/LemmyNet/lemmy/issues/1734)) ([#1738](https://github.com/LemmyNet/lemmy/issues/1738))
2070
2071 #### API
2072
2073 - There are no breaking API changes, only the addition of reporting endpoints.
2074 - 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) .
2075
2076 #### Federation
2077
2078 - Rewrite fetcher ([#1792](https://github.com/LemmyNet/lemmy/issues/1792))
2079
2080 ### Lemmy UI
2081
2082 - Adding bn, ml, and cs langs
2083 - Reporting ([#434](https://github.com/LemmyNet/lemmy-ui/issues/434))
2084 - Splitting login and signup pages. Fixes [#386](https://github.com/LemmyNet/lemmy-ui/issues/386) ([#431](https://github.com/LemmyNet/lemmy-ui/issues/431))
2085 - Fixing image in newtab. Fixes [#382](https://github.com/LemmyNet/lemmy-ui/issues/382) ([#430](https://github.com/LemmyNet/lemmy-ui/issues/430))
2086 - Navigate away from login page if already logged in. ([#429](https://github.com/LemmyNet/lemmy-ui/issues/429))
2087 - Add username validation message. Fixes [#387](https://github.com/LemmyNet/lemmy-ui/issues/387) ([#428](https://github.com/LemmyNet/lemmy-ui/issues/428))
2088 - Password strength meter ([#427](https://github.com/LemmyNet/lemmy-ui/issues/427))
2089 - Fix community display name overflow. Fixes [#390](https://github.com/LemmyNet/lemmy-ui/issues/390) ([#425](https://github.com/LemmyNet/lemmy-ui/issues/425))
2090 - Fix logout bug. Fixes [#391](https://github.com/LemmyNet/lemmy-ui/issues/391) ([#424](https://github.com/LemmyNet/lemmy-ui/issues/424))
2091 - 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))
2092 - 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))
2093 - Adding Si simplifier ([#418](https://github.com/LemmyNet/lemmy-ui/issues/418))
2094 - Fix profile paging. Fixes [#416](https://github.com/LemmyNet/lemmy-ui/issues/416) ([#417](https://github.com/LemmyNet/lemmy-ui/issues/417))
2095 - 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))
2096 - Add version to package.json . Fixes [#411](https://github.com/LemmyNet/lemmy-ui/issues/411)
2097
2098 # Lemmy v0.12.2 Release (2021-09-06)
2099
2100 - Fixing ARM64 builds.
2101 - Fixing missing Arabic language in UI.
2102 - Fixing wrongly shown subscribed communities on other user's profiles. [#402](https://github.com/LemmyNet/lemmy-ui/issues/402)
2103 - Adding a robots.txt, thanks to @mahanstreamer. [#401](https://github.com/LemmyNet/lemmy-ui/pull/401)
2104
2105 # Lemmy v0.12.1 Release (2021-09-04)
2106
2107 Fixed several critical websocket bugs.
2108
2109 - Wasn't correctly getting comment parent user for mark as read. Fixes [#1767](https://github.com/LemmyNet/lemmy/issues/1767)
2110 - Was using all recipients for simple comment return. Fixes [#1766](https://github.com/LemmyNet/lemmy/issues/1766)
2111 - Fix comment scrolling bug. Fixes [#394](https://github.com/LemmyNet/lemmy-ui/issues/394)
2112
2113 # Lemmy v0.12.0 Release (2021-09-03)
2114
2115 ## Changes
2116
2117 Since our last release in April, we've had [~80](https://github.com/LemmyNet/lemmy/compare/0.11.0...main) commits to Lemmy.
2118
2119 ### Lemmy Server
2120
2121 #### Major Changes
2122
2123 _Note: Issue links are below._
2124
2125 - @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.
2126 - You can now block users and communities, and their posts / comments won't show up in your feed.
2127 - Removed IFramely: Lemmy can now fetch site metadata on its own.
2128 - New API docs at: https://join-lemmy.org/api
2129
2130 #### General
2131
2132 - Fix prod deploy script and clippy ([#1724](https://github.com/LemmyNet/lemmy/issues/1724))
2133 - Fix image uploads. Fixes [#1725](https://github.com/LemmyNet/lemmy/issues/1725) ([#1734](https://github.com/LemmyNet/lemmy/issues/1734))
2134 - Adding more site setup vars. Fixes [#678](https://github.com/LemmyNet/lemmy/issues/678) ([#1718](https://github.com/LemmyNet/lemmy/issues/1718))
2135 - Dont append ? to url when cleaning it ([#1716](https://github.com/LemmyNet/lemmy/issues/1716))
2136 - User / community blocking. Fixes [#426](https://github.com/LemmyNet/lemmy/issues/426) ([#1604](https://github.com/LemmyNet/lemmy/issues/1604))
2137 - Swap out iframely ([#1706](https://github.com/LemmyNet/lemmy/issues/1706))
2138 - Adding ModTransferCommunity to modlog in API. Fixes [#1437](https://github.com/LemmyNet/lemmy/issues/1437)
2139 - Make sure bots aren't included in aggregate counts ([#1705](https://github.com/LemmyNet/lemmy/issues/1705))
2140 - 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))
2141 - When banning a user, remove communities they've created ([#1700](https://github.com/LemmyNet/lemmy/issues/1700))
2142 - Distribute Lemmy via crates.io
2143 - Simplify config using macros ([#1686](https://github.com/LemmyNet/lemmy/issues/1686))
2144 - Simplify lemmy_context() function (dont return errors)
2145 - 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))
2146 - Add show_new_posts_notifs setting. Fixes [#1664](https://github.com/LemmyNet/lemmy/issues/1664) ([#1665](https://github.com/LemmyNet/lemmy/issues/1665))
2147 - Adding shortname fetching for users and communities. Fixes [#1662](https://github.com/LemmyNet/lemmy/issues/1662) ([#1663](https://github.com/LemmyNet/lemmy/issues/1663))
2148 - Upgrading deps, running clippy fix on nightly 1.55.0 ([#1638](https://github.com/LemmyNet/lemmy/issues/1638))
2149 - Running clippy --fix ([#1647](https://github.com/LemmyNet/lemmy/issues/1647))
2150 - Make captcha case-insensitive
2151 - Remove tracking params from post url (fixes [#768](https://github.com/LemmyNet/lemmy/issues/768))
2152 - Fix IPv6 port setup for Nginx ([#1636](https://github.com/LemmyNet/lemmy/issues/1636))
2153 - Fix --cert-name for certbot. ([#1631](https://github.com/LemmyNet/lemmy/issues/1631))
2154 - Change join.lemmy.ml to join-lemmy.org ([#1628](https://github.com/LemmyNet/lemmy/issues/1628))
2155 - Upgrade pictrs. Fixes [#1599](https://github.com/LemmyNet/lemmy/issues/1599) ([#1600](https://github.com/LemmyNet/lemmy/issues/1600))
2156 - Invalidate current logins on account deletion. Fixes [#1602](https://github.com/LemmyNet/lemmy/issues/1602) ([#1603](https://github.com/LemmyNet/lemmy/issues/1603))
2157 - Upgrading api test deps ([#1608](https://github.com/LemmyNet/lemmy/issues/1608))
2158 - 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))
2159 - Add additional slurs configuration option. Closes [#1464](https://github.com/LemmyNet/lemmy/issues/1464). ([#1612](https://github.com/LemmyNet/lemmy/issues/1612))
2160 - Updating to rust 1.51.0 ([#1598](https://github.com/LemmyNet/lemmy/issues/1598))
2161 - Remove brotli, zstd dependencies for faster compilation
2162
2163 #### API
2164
2165 - 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) .
2166
2167 #### Federation
2168
2169 - Move resolving of activitypub objects to separate api endpoint (fixes #1584)
2170 - Rewrite remaining activities ([#1712](https://github.com/LemmyNet/lemmy/issues/1712))
2171 - Migrate comment inReplyTo field to single value (ref [#1454](https://github.com/LemmyNet/lemmy/issues/1454))
2172 - Fix issue with protocol string in actor id generation ([#1668](https://github.com/LemmyNet/lemmy/issues/1668))
2173
2174 ### Lemmy UI
2175
2176 - Integrating resolve_user into search. ([#377](https://github.com/LemmyNet/lemmy-ui/issues/377))
2177 - Add lazy loading of images. Fixes [#329](https://github.com/LemmyNet/lemmy-ui/issues/329) ([#379](https://github.com/LemmyNet/lemmy-ui/issues/379))
2178 - Adding vi, sk, mnc, and cy languages. ([#378](https://github.com/LemmyNet/lemmy-ui/issues/378))
2179 - Feature/user community block ([#362](https://github.com/LemmyNet/lemmy-ui/issues/362))
2180 - Swapping out iframely. ([#374](https://github.com/LemmyNet/lemmy-ui/issues/374))
2181 - Adding mod transfer community ([#373](https://github.com/LemmyNet/lemmy-ui/issues/373))
2182 - Remove content more ([#372](https://github.com/LemmyNet/lemmy-ui/issues/372))
2183 - Scroll to comments on post's x comments button ([#312](https://github.com/LemmyNet/lemmy-ui/issues/312))
2184 - Remove websocket connection messages. Fixes [#355](https://github.com/LemmyNet/lemmy-ui/issues/355)
2185 - Center spinner, make smaller. Fixes [#203](https://github.com/LemmyNet/lemmy-ui/issues/203)
2186 - Fix font issues. Fixes [#354](https://github.com/LemmyNet/lemmy-ui/issues/354)
2187 - 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))
2188 - 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))
2189 - Fix captcha replay bug. Fixes [#348](https://github.com/LemmyNet/lemmy-ui/issues/348) ([#349](https://github.com/LemmyNet/lemmy-ui/issues/349))
2190 - 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))
2191 - Don't use default subscribed for communities page.
2192 - 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))
2193 - Fix language bug on mobile browsers
2194 - Collapse sidebar on mobile. Fixes [#335](https://github.com/LemmyNet/lemmy-ui/issues/335) ([#340](https://github.com/LemmyNet/lemmy-ui/issues/340))
2195 - Re-organized components folder. ([#339](https://github.com/LemmyNet/lemmy-ui/issues/339))
2196 - Fixing too many large spinners ([#337](https://github.com/LemmyNet/lemmy-ui/issues/337))
2197 - Moving comment link to top bar. Fixes #307 ([#336](https://github.com/LemmyNet/lemmy-ui/issues/336))
2198 - Fix/ws error messages ([#334](https://github.com/LemmyNet/lemmy-ui/issues/334))
2199 - Make spinner bigger. Fixes [#203](https://github.com/LemmyNet/lemmy-ui/issues/203)
2200 - Fix preview description html. Fixes [#110](https://github.com/LemmyNet/lemmy-ui/issues/110)
2201 - Always show previous paginator, extract paginator component.
2202 - Use better comment collapse icon, and add text. Fixes [#318](https://github.com/LemmyNet/lemmy-ui/issues/318)
2203 - Fix symbols issue. Fixes [#319](https://github.com/LemmyNet/lemmy-ui/issues/319)
2204 - Don't restore scroll position on page refresh. Fixes [#186](https://github.com/LemmyNet/lemmy-ui/issues/186)
2205 - Insert triple backticks for 'code' button when multiple lines are selected. ([#311](https://github.com/LemmyNet/lemmy-ui/issues/311))
2206 - Change join.lemmy-ui.ml to join-lemmy-ui.org
2207 - Adding a comment here placeholder. Fixes [#301](https://github.com/LemmyNet/lemmy-ui/issues/301)
2208 - Fix non-local community and person links. Fixes [#290](https://github.com/LemmyNet/lemmy-ui/issues/290)
2209 - Fix navbar bug. Fixes [#289](https://github.com/LemmyNet/lemmy-ui/issues/289)
2210 - Hide names of mods / admins without priveleges. Fixes [#285](https://github.com/LemmyNet/lemmy-ui/issues/285)
2211 - Adding URL search type. Fixes [#286](https://github.com/LemmyNet/lemmy-ui/issues/286)
2212 - Add a link to joinlemmy-ui on lemmy-ui.ml signup. Fixes [#235](https://github.com/LemmyNet/lemmy-ui/issues/235)
2213 - Fix duped site description. Fixes [#281](https://github.com/LemmyNet/lemmy-ui/issues/281)
2214
2215 ## Upgrade notes
2216
2217 ### Servers
2218
2219 You may need to add this to your `lemmy.hjson`:
2220
2221 `pictrs_url: "http://pictrs:8080"`
2222
2223 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).
2224
2225 To upgrade your instance to `v0.12.0`, simply follow the instructions in the documentation:
2226
2227 - [Upgrade with manual Docker installation](https://join.lemmy.ml/docs/en/administration/install_docker.html#updating)
2228 - [Upgrade with Ansible installation](https://join.lemmy.ml/docs/en/administration/install_ansible.html)
2229
2230 ### Clients / Apps
2231
2232 - 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) .
2233
2234 # Lemmy v0.11.3 Release (2021-07-30)
2235
2236 ## Changes
2237
2238 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.
2239
2240 ### Lemmy Server
2241
2242 - Blank out extra info for deleted or removed content. Fixes [#1679](https://github.com/LemmyNet/Lemmy/issues/1679)
2243 - Add show_new_posts_notifs setting. Fixes [#1664](https://github.com/LemmyNet/Lemmy/issues/1664)
2244 - Fix issue with protocol string in actor id generation [#1668](https://github.com/LemmyNet/Lemmy/issues/1668)
2245 - Adding shortname fetching for users and communities. Fixes [#1662](https://github.com/LemmyNet/Lemmy/issues/1662)
2246 - Make captcha case-insensitive.
2247 - Remove tracking params from post url (fixes [#768](https://github.com/LemmyNet/Lemmy/issues/768))
2248 - Upgrade pictrs. Fixes [#1599](https://github.com/LemmyNet/Lemmy/issues/1599)
2249 - Invalidate current logins on account deletion. Fixes [#1602](https://github.com/LemmyNet/Lemmy/issues/1602)
2250 - Fix nsfw posts showing for non-logged in users. Fixes [#1614](https://github.com/LemmyNet/Lemmy/issues/1614)
2251 - Add additional slurs configuration option. Closes [#1464](https://github.com/LemmyNet/Lemmy/issues/1464).
2252 - Updating to rust 1.51.0
2253
2254 ### Lemmy UI
2255
2256 - Have setting to disable notifs for new posts. Fixes [#132](https://github.com/LemmyNet/lemmy-ui/issues/132)
2257 - Remove max length constraints on actors. Fixes [#350](https://github.com/LemmyNet/lemmy-ui/issues/350)
2258 - Fix captcha replay bug. Fixes [#348](https://github.com/LemmyNet/lemmy-ui/issues/348)
2259 - Removing community and user routes in favor of shortnames. Fixes [#317](https://github.com/LemmyNet/lemmy-ui/issues/317)
2260 - Add front end helpers 1 [(#346](https://github.com/LemmyNet/lemmy-ui/issues/346))
2261 - Don't use default subscribed for communities page.
2262 - Adding Listing type to communities page, default local. [#190](https://github.com/LemmyNet/lemmy-ui/issues/190)
2263 - Fix language bug on mobile browsers.
2264 - Collapse sidebar on mobile. Fixes [#335](https://github.com/LemmyNet/lemmy-ui/issues/335)
2265 - Re-organized components folder. [(#339](https://github.com/LemmyNet/lemmy-ui/issues/339))
2266 - Moving comment link to top bar. Fixes [#307](https://github.com/LemmyNet/lemmy-ui/issues/307)
2267 - Make spinner bigger. Fixes [#203](https://github.com/LemmyNet/lemmy-ui/issues/203)
2268 - Fix preview description html. Fixes [#110](https://github.com/LemmyNet/lemmy-ui/issues/110)
2269 - Update darkly, make danger darker. Fixes [#16](https://github.com/LemmyNet/lemmy-ui/issues/16)
2270 - Always show previous paginator, extract paginator component.
2271 - Use better comment collapse icon, and add text. Fixes [#318](https://github.com/LemmyNet/lemmy-ui/issues/318)
2272 - Fix symbols issue. Fixes [#319](https://github.com/LemmyNet/lemmy-ui/issues/319)
2273 - Don't restore scroll position on page refresh. Fixes [#186](https://github.com/LemmyNet/lemmy-ui/issues/186)
2274 - Insert triple backticks for 'code' button when multiple lines are selected. [(#311](https://github.com/LemmyNet/lemmy-ui/issues/311))
2275 - Adding a comment here placeholder. Fixes [#301](https://github.com/LemmyNet/lemmy-ui/issues/301)
2276 - Fix non-local community and person links. Fixes [#290](https://github.com/LemmyNet/lemmy-ui/issues/290)
2277 - Fix navbar bug. Fixes [#289](https://github.com/LemmyNet/lemmy-ui/issues/289)
2278 - Hide names of mods / admins without priveleges. Fixes [#285](https://github.com/LemmyNet/lemmy-ui/issues/285)
2279 - Adding URL search type. Fixes [#286](https://github.com/LemmyNet/lemmy-ui/issues/286)
2280 - Add a link to joinlemmy on lemmy.ml signup. Fixes [#235](https://github.com/LemmyNet/lemmy-ui/issues/235)
2281 - Fix duped site description. Fixes [#281](https://github.com/LemmyNet/lemmy-ui/issues/281)
2282
2283 ### API
2284
2285 - Added `show_new_posts_notifs` boolean to `SaveUserSettings`, and `LocalUserSettings`.
2286 - 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) .
2287
2288 ### Federation
2289
2290 - No changes in this release, but there will be many soon.
2291
2292 ## Upgrade notes
2293
2294 To upgrade your instance to `0.11.3`, simply follow the instructions in the documentation:
2295
2296 - [Upgrade with manual Docker installation](https://join-lemmy.org/docs/en/administration/install_docker.html#updating)
2297 - [Upgrade with Ansible installation](https://join-lemmy.org/docs/en/administration/install_ansible.html)
2298
2299 # Lemmy v0.11.0 Release (2021-04-27)
2300
2301 ## Changes
2302
2303 Since our last release this month, we've had [~60](https://github.com/LemmyNet/lemmy/compare/0.10.0...main) commits to Lemmy.
2304
2305 ### Lemmy Server
2306
2307 #### Major Changes
2308
2309 - Add option to disable strict allowlist ( [#1486](https://github.com/LemmyNet/lemmy/issues/1486)) [documentation](https://join-lemmy.org/docs/en/federation/administration.html)
2310 - Add option to limit community creation to admins only ([#1587](https://github.com/LemmyNet/lemmy/issues/1587))
2311 - Many search improvements:
2312   - Don't search for communities or users when the id is included.
2313   - Add creator id to search.
2314
2315 #### General
2316
2317 - Adding a user setting to show / hide scores. Fixes [#1503](https://github.com/LemmyNet/lemmy/issues/1503)
2318 - Add option to hide read posts. Fixes [#1561](https://github.com/LemmyNet/lemmy/issues/1561)
2319 - Mark accounts as bot, and hide bot posts/comments
2320 - Adding a short site description, to be used for joinlemmy instance list
2321 - Adding matrix id validation. Fixes [#1520](https://github.com/LemmyNet/lemmy/issues/1520)
2322 - Adding users active monthly for community sort. Fixes [#1527](https://github.com/LemmyNet/lemmy/issues/1527)
2323 - Don't allow zero-space char in display name. Fixes [#1317](https://github.com/LemmyNet/lemmy/issues/1317)
2324 - Adding more rust captcha features. Fixes [#1248](https://github.com/LemmyNet/lemmy/issues/1248)
2325 - Fixing slur filter regex. Fixes [#1593](https://github.com/LemmyNet/lemmy/issues/1593)
2326
2327 #### API
2328
2329 - Added `ChangePassword` as a separate endpoint from `SaveUserSettings`
2330 - No other breaking changes, but many fields that were previously required are now optional.
2331 - 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) .
2332
2333 #### Federation
2334
2335 - Implement federated bans fixes [#1298](https://github.com/LemmyNet/lemmy/issues/1298)
2336 - Remote mods can update/delete/undelete communities.
2337
2338 ### Lemmy UI
2339
2340 - Updating translations.
2341 - Add UI version to UI via docker. Fixes [#263](https://github.com/LemmyNet/lemmy-ui/issues/263)
2342 - Add Korean language
2343 - Add check for unused languages in update_translations.sh
2344 - Validate matrix id on the front end. Fixes [#245](https://github.com/LemmyNet/lemmy-ui/issues/245)
2345 - Communities page sorts by monthly active users. Fixes [#244](https://github.com/LemmyNet/lemmy-ui/issues/244)
2346 - Correctly render HTML in popup notifications
2347 - Fix html notif bug. Fixes [#254](https://github.com/LemmyNet/lemmy-ui/issues/254)
2348 - Fixing issue with debounce. Fixes [#236](https://github.com/LemmyNet/lemmy-ui/issues/236)
2349
2350 ## Upgrade notes
2351
2352 ### Servers
2353
2354 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).
2355
2356 To upgrade your instance to `v0.10.0`, simply follow the instructions in the documentation:
2357
2358 - [Upgrade with manual Docker installation](https://join-lemmy.org/docs/en/administration/install_docker.html#updating)
2359 - [Upgrade with Ansible installation](https://join-lemmy.org/docs/en/administration/install_ansible.html)
2360
2361 ### Clients / Apps
2362
2363 - 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) .
2364
2365 # Lemmy v0.10.3 Release (2021-04-07)
2366
2367 - Fixing instances page.
2368 - Fixed unban not working.
2369 - Fixed post title fetching and cross-post search.
2370 - Fixed navigating to a user page.
2371
2372 # Lemmy v0.10.2 Release (2021-04-05)
2373
2374 - Forcing a crash if config.hjson fails to load. Should show errors easier.
2375
2376 # Lemmy v0.10.0 Release (2021-04-05)
2377
2378 ## Changes
2379
2380 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.
2381
2382 ### Lemmy Server
2383
2384 #### General
2385
2386 - Rewrote config implementation, finally allowing us to use newer Rust versions.
2387 - Removed categories.
2388 - Various refactors.
2389
2390 #### API
2391
2392 - 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) .
2393 - Login invalidation on password change, thanks to @Mart-Bogdan
2394
2395 #### Federation
2396
2397 - It is now possible to add users from other instances as community mods.
2398 - Federating Matrix ID.
2399 - Many changes for better compatibility with ActivityPub standard.
2400
2401 #### Database
2402
2403 - Split the `user_` into `person` and `local_user` tables.
2404 - Strictly typed commonly used ID columns, to prevent DB errors using `i32` as ids.
2405 - Strictly typed URL fields, thanks to ajyoon.
2406 - Created default DB forms, now used in all the unit tests.
2407
2408 ### Lemmy UI
2409
2410 - Now using utf-8 emojis.
2411 - Support for all the above changes to Lemmy.
2412 - Typescript-safe i18n strings, thanks to @shilangyu.
2413 - Added expandable post text (click on open book icon).
2414 - Prettier cross-posting, which does smart quoting.
2415 - Bugfixes for restoring scroll position on post page, custom site favicons, and autocomplete for login fields.
2416
2417 ### Lemmy Docs
2418
2419 - Gazconroy built an [Async API spec for Lemmy](https://join-lemmy.org/api/index.html), that now serves as our main API docs.
2420
2421 ### join-lemmy.org
2422
2423 - Rewrote in inferno isomorphic, added i18n support via [weblate](https://weblate.yerbamate.ml/projects/lemmy/joinlemmy/).
2424 - Added a section on the support page thanking contributors.
2425 - Changed some page urls / titles
2426
2427 ## Upgrade notes
2428
2429 **Important**: there are multiple breaking changes:
2430
2431 - 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` ).
2432 - The config format for `allowed_instances` and `blocked_instances` has changed, and you need to adjust your config file manually:
2433   - before: `allowed_instances: ds9.lemmy.ml,enterprise.lemmy.ml`
2434   - now: `allowed_instances: ["ds9.lemmy.ml", "enterprise.lemmy.ml"]` , and only one of the `allowed_instances` or `blocked_instances` blocks can be set.
2435 - 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) .
2436
2437 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).
2438
2439 To upgrade your instance to `v0.10.0`, simply follow the instructions in the documentation:
2440
2441 - [Upgrade with manual Docker installation](https://join-lemmy.org/docs/en/administration/install_docker.html#updating)
2442 - [Upgrade with Ansible installation](https://join-lemmy.org/docs/en/administration/install_ansible.html)
2443
2444 ## Compilation time
2445
2446 |             | v0.9.0 (Rust 1.47) | v0.10.0 (Rust 1.47) | v0.10.0 (Rust 1.51) |
2447 | ----------- | ------------------ | ------------------- | ------------------- |
2448 | Clean       | 140s               | 146s                | 119s                |
2449 | Incremental | 28s                | 22s                 | 19s                 |
2450
2451 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%).
2452
2453 v0.9.0 build graph:
2454 ![](https://lemmy.ml/pictrs/image/GVBqFnrLqG.jpg)
2455
2456 v0.10.0 build graph:
2457 ![](https://lemmy.ml/pictrs/image/NllzjVEyNK.jpg)
2458
2459 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.
2460
2461 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.
2462
2463 # Lemmy v0.9.9 Release (2021-02-19)
2464
2465 ## Changes
2466
2467 ### Lemmy backend
2468
2469 - Added an federated activity query sorting order.
2470 - Explicitly marking posts and comments as public.
2471 - Added a `NewComment` / forum sort for posts.
2472 - Fixed an issue with not setting correct published time for fetched posts.
2473 - Fixed an issue with an open docker port on lemmy-ui.
2474 - Using lemmy post link for RSS link.
2475 - Fixed reason and display name lengths to use char counts instead.
2476
2477 ### Lemmy-ui
2478
2479 - Updated translations.
2480 - Made websocket host configurable.
2481 - Added some accessibility features.
2482 - Always showing password reset link.
2483
2484 # Lemmy v0.9.7 Release (2021-02-08)
2485
2486 ## Changes
2487
2488 - Posts and comments are no longer live-sorted (meaning most content should stay in place).
2489 - Fixed an issue with the create post title field not expanding when copied from iframely suggestion.
2490 - Fixed broken federated community paging / sorting.
2491 - Added aria attributes for accessibility, thx to @Mitch Lillie.
2492 - Updated translations and added croatian.
2493 - No changes to lemmy back-end.
2494
2495 # Lemmy v0.9.6 Release (2021-02-05)
2496
2497 ## Changes
2498
2499 - Fixed inbox_urls not being correctly set, which broke federation in `v0.9.5`. Added some logging to catch these.
2500 - Fixing community search not using auth.
2501 - Moved docs to https://join-lemmy.org
2502 - Fixed an issue w/ lemmy-ui with forms being cleared out.
2503
2504 # Lemmy v0.9.4 Pre-Release (2021-02-02)
2505
2506 ## Changes
2507
2508 ### Lemmy
2509
2510 - Fixed a critical bug with votes and comment unlike responses not being `0` for your user.
2511 - Fixed a critical bug with comment creation not checking if its parent comment is in the post.
2512 - Serving proper activities for community outbox.
2513 - 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)
2514 - Made sure banned users can't follow.
2515 - Added `FederatedInstances` to `SiteResponse`, to show allowed and blocked instances. (Also added to lemmy-ui)
2516 - Added a `MostComments` sort for posts. (Also added to lemmy-ui)
2517
2518 ### Lemmy-UI
2519
2520 - Added a scroll position restore to lemmy-ui.
2521 - Reworked the combined inbox so incoming comments don't wipe out your current form.
2522 - Fixed an updated bug on the user page.
2523 - Fixed cross-post titles and body getting clipped.
2524 - Fixing the post creation title height.
2525 - Squashed some other smaller bugs.
2526
2527 # Lemmy v0.9.0 Release (2021-01-25)
2528
2529 ## Changes
2530
2531 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.
2532
2533 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).
2534
2535 We've also seen the first release of [Lemmur](https://github.com/LemmurOrg/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.
2536
2537 ## LemmyNet projects
2538
2539 ### Lemmy Server
2540
2541 - [Moved views from SQL to Diesel](https://github.com/LemmyNet/lemmy/issues/1275). This was a spinal replacement for much of lemmy.
2542   - Removed all the old fast_tables and triggers, and created new aggregates tables.
2543 - Added a `v2` of the API to support the hierarchical objects created from the above changes.
2544 - 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)
2545 - Split out documentation into git submodule.
2546 - Shortened slur filter to avoid false positives.
2547 - Added query performance testing and comparisons. Added indexes to make sure every query is `< 30 ms`.
2548 - Added compilation time testing.
2549
2550 ### Federation
2551
2552 This release includes some bug fixes for federation, and some changes to get us closer to compliance with the ActivityPub standard.
2553
2554 - [Community bans now federating](https://github.com/LemmyNet/lemmy/issues/1287).
2555 - [Local posts sometimes got marked as remote](https://github.com/LemmyNet/lemmy/issues/1302).
2556 - [Creator of post/comment was not notified about new child comments](https://github.com/LemmyNet/lemmy/issues/1325).
2557 - [Community deletion now federated](https://github.com/LemmyNet/lemmy/issues/1256).
2558
2559 None of these are breaking changes, so federation between 0.9.0 and 0.8.11 will work without problems.
2560
2561 ### Lemmy javascript / typescript client
2562
2563 - 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.
2564 - Drone now handles publishing its [npm packages.](https://www.npmjs.com/package/lemmy-js-client)
2565
2566 ### Lemmy-UI
2567
2568 - Updated it to use the `v2` API via `lemmy-js-client`, required changing nearly every component.
2569 - Added a live comment count.
2570 - Added drone deploying, and builds for ARM.
2571 - Fixed community link wrapping.
2572 - Various other bug fixes.
2573
2574 ### Lemmy Docs
2575
2576 - We moved documentation into a separate git repository, and support translation for the docs now!
2577 - Moved our code of conduct into the documentation.
2578
2579 ## Upgrading
2580
2581 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).
2582
2583 - [Upgrade with manual Docker installation](https://join-lemmy.org/docs/en/administration/install_docker.html#updating)
2584 - [Upgrade with Ansible installation](https://join-lemmy.org/docs/en/administration/install_ansible.html)
2585
2586 # Lemmy v0.8.0 Release (2020-10-16)
2587
2588 ## Changes
2589
2590 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:
2591
2592 Here are some of the bigger changes:
2593
2594 ### LemmyNet projects
2595
2596 - Created [LemmyNet](https://github.com/LemmyNet), where all lemmy-related projects live.
2597 - Split out the frontend into a separete repository, [lemmy-ui](https://github.com/LemmyNet/lemmy-ui)
2598 - Created a [lemmy-js-client](https://github.com/LemmyNet/lemmy-js-client), for any js / typescript developers.
2599 - 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/)
2600
2601 ### Lemmy Server
2602
2603 #### Federation
2604
2605 - The first **federation public beta release**, woohoo :fireworks:
2606 - All Lemmy functionality now works over ActivityPub (except turning remote users into mods/admins)
2607 - Instance allowlist and blocklist
2608 - 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
2609 - Upgraded to newest versions of @asonix activitypub libraries
2610 - Full local federation setup for manual testing
2611 - Automated testing for nearly every federation action
2612 - Many additional security checks
2613 - Lots and lots of refactoring
2614 - Asynchronous sending of outgoing activities
2615
2616 ### User Interface
2617
2618 - Separated the UI from the server code, in [lemmy-ui](https://github.com/LemmyNet/lemmy-ui).
2619 - The UI can now read with javascript disabled!
2620 - 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.
2621 - 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)
2622 - Improved the search page ( more features incoming ).
2623 - The default view is now `Local`, instead of `All`, since all would show all federated posts.
2624 - User settings are now shared across browsers ( a page refresh will pick up changes ).
2625 - A much leaner mobile view.
2626
2627 #### Backend
2628
2629 - Re-organized the rust codebase into separate workspaces for backend and frontend.
2630 - Removed materialized views, making the database **a lot faster**.
2631 - New post sorts `Active` (previously called hot), and `Hot`. Active shows posts with recent comments, hot shows highly ranked posts.
2632 - New sort for `Local` ( meaning from local communities).
2633 - Customizeable site, user, and community icons and banners.
2634 - Added user preferred names / display names, bios, and cakedays.
2635 - Visual / Audio captchas through the lemmy API.
2636 - Lots of API field verifications.
2637 - Upgraded to pictrs-v2 ( thanks to @asonix )
2638 - Wayyy too many bugfixes to count.
2639
2640 ## Contributors
2641
2642 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.
2643
2644 ## Upgrading
2645
2646 - [with manual Docker installation](https://join-lemmy.org/docs/administration_install_docker.html#updating)
2647 - [with Ansible installation](https://join-lemmy.org/docs/administration_install_ansible.html)
2648
2649 ## Testing Federation
2650
2651 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/) ).
2652
2653 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.
2654
2655 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.
2656
2657 ### Connecting to another server
2658
2659 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.
2660
2661 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).
2662
2663 To connect with the `main` community on ds9, the search is `!main@ds9.lemmy.ml`.
2664
2665 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`
2666
2667 # Lemmy v0.7.40 Pre-Release (2020-08-05)
2668
2669 We've [added a lot](https://github.com/LemmyNet/lemmy/compare/v0.7.40...v0.7.0) in this pre-release:
2670
2671 - New post sorts `Active` (previously called hot), and `Hot`. Active shows posts with recent comments, hot shows highly ranked posts.
2672 - Customizeable site icon and banner, user icon and banner, and community icon and banner.
2673 - Added user preferred names / display names, bios, and cakedays.
2674 - User settings are now shared across browsers (a page refresh will pick up changes).
2675 - Visual / Audio captchas through the lemmy API.
2676 - Lots of UI prettiness.
2677 - Lots of bug fixes.
2678 - Lots of additional translations.
2679 - Lots of federation prepping / additions / refactors.
2680
2681 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.
2682
2683 ## Upgrading
2684
2685 **With Ansible:**
2686
2687 ```
2688 # run these commands locally
2689 git pull
2690 cd ansible
2691 ansible-playbook lemmy.yml
2692 ```
2693
2694 **With manual Docker installation:**
2695
2696 ```
2697 # run these commands on your server
2698 cd /lemmy
2699 wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/ansible/templates/nginx.conf
2700 # Replace the {{ vars }}
2701 sudo mv nginx.conf /etc/nginx/sites-enabled/lemmy.conf
2702 sudo nginx -s reload
2703 wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/docker-compose.yml
2704 sudo docker-compose up -d
2705 ```
2706
2707 # Lemmy v0.7.0 Release (2020-06-23)
2708
2709 This release replaces [pictshare](https://github.com/HaschekSolutions/pictshare)
2710 with [pict-rs](https://git.asonix.dog/asonix/pict-rs), which improves performance
2711 and security.
2712
2713 Overall, since our last major release in January (v0.6.0), we have closed over
2714 [100 issues!](https://github.com/LemmyNet/lemmy/milestone/16?closed=1)
2715
2716 - Site-wide list of recent comments
2717 - Reconnecting websockets
2718 - Many more themes, including a default light one.
2719 - Expandable embeds for post links (and thumbnails), from
2720   [iframely](https://github.com/itteco/iframely)
2721 - Better icons
2722 - Emoji autocomplete to post and message bodies, and an Emoji Picker
2723 - Post body now searchable
2724 - Community title and description is now searchable
2725 - Simplified cross-posts
2726 - Better documentation
2727 - LOTS more languages
2728 - Lots of bugs squashed
2729 - And more ...
2730
2731 ## Upgrading
2732
2733 Before starting the upgrade, make sure that you have a working backup of your
2734 database and image files. See our
2735 [documentation](https://join-lemmy.org/docs/administration_backup_and_restore.html)
2736 for backup instructions.
2737
2738 **With Ansible:**
2739
2740 ```
2741 # deploy with ansible from your local lemmy git repo
2742 git pull
2743 cd ansible
2744 ansible-playbook lemmy.yml
2745 # connect via ssh to run the migration script
2746 ssh your-server
2747 cd /lemmy/
2748 wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/migrate-pictshare-to-pictrs.bash
2749 chmod +x migrate-pictshare-to-pictrs.bash
2750 sudo ./migrate-pictshare-to-pictrs.bash
2751 ```
2752
2753 **With manual Docker installation:**
2754
2755 ```
2756 # run these commands on your server
2757 cd /lemmy
2758 wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/ansible/templates/nginx.conf
2759 # Replace the {{ vars }}
2760 sudo mv nginx.conf /etc/nginx/sites-enabled/lemmy.conf
2761 sudo nginx -s reload
2762 wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/docker-compose.yml
2763 wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/migrate-pictshare-to-pictrs.bash
2764 chmod +x migrate-pictshare-to-pictrs.bash
2765 sudo bash migrate-pictshare-to-pictrs.bash
2766 ```
2767
2768 **Note:** After upgrading, all users need to reload the page, then logout and
2769 login again, so that images are loaded correctly.
2770
2771 # Lemmy v0.6.0 Release (2020-01-16)
2772
2773 `v0.6.0` is here, and we've closed [41 issues!](https://github.com/LemmyNet/lemmy/milestone/15?closed=1)
2774
2775 This is the biggest release by far:
2776
2777 - Avatars!
2778 - Optional Email notifications for username mentions, post and comment replies.
2779 - Ability to change your password and email address.
2780 - Can set a custom language.
2781 - Lemmy-wide settings to disable downvotes, and close registration.
2782 - A better documentation system, hosted in lemmy itself.
2783 - [Huge DB performance gains](https://github.com/LemmyNet/lemmy/issues/411) (everthing down to < `30ms`) by using materialized views.
2784 - Fixed major issue with similar post URL and title searching.
2785 - Upgraded to Actix `2.0`
2786 - Faster comment / post voting.
2787 - Better small screen support.
2788 - Lots of bug fixes, refactoring of back end code.
2789
2790 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.
2791
2792 https://lemmy.ml