Here is our regular update that explains what we have been working on for the past two weeks. This should allow average users to keep up with development, without reading Github comments or knowing how to program.
DraconicNEO
flamingo-cant-draw
travis-jeans
- Add Verdana and Arimo fonts to Litely and Darkly variables file before Helvetica (Issue 1537)
- Improve colour contrast of the mini-overlay in the top right corner of link or image post thumbnails
- Upvote, downvote, view source, and favorite icons become larger when pressed to improve visibility on grayscale screens
- Improve screenreader accessibility by adding a main element to more pages (issue #2891)
dessalines
- Been working on getting lemmy-ui up to date for 1.0.0 .
- Extracting pagination cursor utils into a trait.
Nutomic
- Removing aggregates tables (fixes #4869)
- Enable english for all users to fix language issues
- Ignore accept-language header if not site languages are specified
- Add more options for image uploads
- Use connection url to configure email (fixes #5472)
- Use version from git to indicate unreleased changes
- Add config option to enable json logging
- Also search url field by default
- Fix federation of unban action (fixes #5454)
- Get rid of
Option<Vec<_>>
in api structs (fixes #2820)
Support development
@dessalines and @nutomic are working full-time on Lemmy to integrate community contributions, fix bugs, optimize performance and much more. This work is funded exclusively through donations.
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. Recurring donations are ideal because they allow for long-term planning. But also one-time donations of any amount help us.
- Liberapay (preferred option)
- Open Collective
- Patreon
- Cryptocurrency
Amazing work as always!
Thank you all for the continued work.
Thank you for the work on the language settings, that helps a lot to ease the experience of new joiners! !languagesettings@lemmy.zip for people curious
I noticed that the cookies stored for lemmy (on Firefox at least) grow to huge amounts… it’s almost 1GB just for the cookies stored? Any reason why?
This is most likely cached images. For example emojis from your instance or other instances you’ve viewed as well as maybe other images but definitely emojis. Possibly other things like the images in post thumbnails which helps reduce costs by ensuring your instance doesn’t have to re-send you the same images over and over again each time you close the browser.
Lemmy doesn’t generate enough content yet daily that most people who check in twice a day and scroll a bit through pages won’t almost certainly encounter several posts with images they’ve already seen before. I’ve had many cases where just a bit of scrolling brings up 3-4 day old posts I’ve seen before so caching associated images could save in cases like those at least 3-4 transfers of those images per user which adds up for a non-profit no ads service like lemmy.
You’ll need to open an issue on the lemmy-ui repo. Its most likely cached images, not cookies, as we don’t store that many.
This is especially a problem because I have them for like 10 instances I visited once, throughout the year. I guess it’s not expiring?
Looks like it
I can confirm.
7.8 GiB in
~/.mozilla/firefox/profile_name/storage/default/https+++feddit.nl/cache/morgue/
.It’s safe to delete it?
Ya you’ll just have to resign into lemmy
Great work!
Not sure if this is the place for feature requests, but in the Jerboa app would it be possible to add a “upload image” button next to custom thumbnail field? Currently I upload the image in the body, then select the link from the post and put it in the custom thumbail field.
On desktop pasting an image in the custom thumbnail field is also not possible like in the post body.
You’ll need to open an issue there. Jerboa needs more contributors tho, because I’ve been too busy with other things.
Is there a way to see how much space my uploaded images take up in total?
No, we don’t store the sizes of uploads.