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