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