Releases: Xyphyn/photon
Releases · Xyphyn/photon
v1.31.2-rc.8
- New languages
- Bulgarian
- Japanese
- Polish
- misc color improvements
- cool little blur on embed cards
Full Changelog: v1.31.2-rc.7...v1.31.2-rc.8
v1.31.2-rc.7
i lied
- feat: allow uploading multiple images at a time in places that allow it
- misc: max width on paragraphs for better readability
- i18n: add new language, Dutch (thanks Qaz!)
- theme: make default colors lighter
- fix: inconsistent version dependencies
- fix: infinite scroll no worky :(
Full Changelog: v1.31.2-rc.6...v1.31.2-rc.7
v1.31.2-rc.6
should be the final prerelease.
- feat: save expanded state for sidebar items
- perf: slice body text so that we don't render ridiculous amounts of text that we're not even gonna see
- misc: improve semantics for certain pages
- feat: add "link actions" button to post links, for alternate link sources like archive.is
- misc: move media bias options into link actions
- sw: improve service worker cache handling
- misc: use better and sharper icons for certain actions
- feat: add theme switching actions to command palette (ctrl + p or /)
- md: fix links in lists not parsing
- fix: image handling should be more reliable
- misc: allow accounts sidebar options to be collapsed
- misc: change colors of photon logo for every month
- feat: redesign credentials page, add logins page
- misc: split title tags by commas
Full Changelog: v1.31.2-rc.5...v1.31.2-rc.6
v1.31.2-rc.5
- ci: add node images
v1.31.2-rc.4
- feat: use new markdown renderer
- you can expand images in comments, videos/embeds are supported, and codeblocks are better
- feat: nuke vite-pwa because i hate it and use my own service worker
- photon now caches stuff properly, and will load faster
Full Changelog: v1.31.2-rc.3...v1.31.2-rc.4
v1.31.2-rc.3
- lots of markdown fixes
- fix user/community links, domains being invalidated, and tables not displaying correctly
- mono-svelte: update to v1.6.16
- select menus will now use my own components, which allows for icons and stuff
- tweak spinner design
- tweak header design
- make instance url in login page not have autocorrect or autocapitalization
- allow error messages to be localized
- better language select menu
Full Changelog: v1.31.2-rc.2...v1.31.2-rc.3
v1.31.2-rc.2
- misc design changes
- blurred menu backgrounds, round them
- fix: convert community and user links made by people who take the extra effort to make them a nonstandard markdown link instead of the default lemmy link which you're supposed to do, thus breaking everything for many clients because then i need to manually parse the markdown for it and use complicated regex stuff instead of making it like a sane human and letting me just use linkify-it which is more performant and just better aaaaaaa
- TLDR; most community/user links should work now
v1.31.2-rc.1
- rewrite theming
- there are now presets for themes, and you can make your own.
- Admins can now set a default theme, by first making one, exporting it, then setting the json to
PUBLIC_THEME
env variable.
v1.31.1-fix.1
- fix an ssr issue with post feeds
v1.31.1
arguably a bigger update than v1.31
What's Changed
-
feat: add a command palette by @Xyphyn in #364
- Press
/
orctrl + p
or right click the photon logo to bring up the command palette - Instantly start typing to find a link, or run an action
- Press
-
design: Make compact mode even more compact
-
misc: add infinite scroll to communities too
-
code: rewrite how post feeds are handled, improving speed and cleanliness and allowing more opportunities for caching.
-
misc: add support for upvoted/downvoted posts and uploaded media in the profile page
-
strings: tweak some strings for better clarity
Full Changelog: v1.31.0-fix.1...v1.31.1-rc.1