Releases: Xyphyn/photon
v1.31.5-rc.2
since last rc...
- design: redesign inbox (more compact now)
- misc: improve small buttons
- fix: consider post nsfw if community is
- feat: contextual actions for command palette
- i18n: add Turkish language
Full Changelog: v1.31.5-rc.1...v1.31.5-rc.2
v1.31.5-rc.1
What's Changed
- design: improve animations
- design: change loading spinner
- design: improve compact mode responsiveness
- fix: respect nsfw rules in compact mode
- feat: add an option to reverse action row
- i18n: add hungarian language support
- fix: re-add date and user in compact mode
- fix: add actions to community header
- fix: scroll stutter on trackpads by @Xyphyn in #419
- design: reorganize profile by @Xyphyn in #451
- impr: merge mono-ui with photon by @Xyphyn in #455
Full Changelog: v1.31.4...v1.31.5-rc.1
v1.31.4
What's Changed
- design: compact mode is even more compact
- design: redesign community/profile headers
- feat: when you click the avatar for a community in a feed, you can see a preview
- feat: markdown editor will automatically resize as you type
- fix: extend browser support by not using
URL.canParse
- misc: improve post page semantics
- misc: use better icons
- fix: post page has no edit icon by @sevonj in #435
Full Changelog: v1.31.3...v1.31.4
v1.31.3
What's Changed
- design: more blur effects, such as in the background for embed cards and in the navbar
-
design: blur the profile picture and use in background for nav by @Xyphyn in #409
-
design: redesign communities page, making each community much more compact
-
feat: a dedicated messages UI
-
design: fill the background with your vote color instead of just the text
-
misc: make images fade in once they load
-
feat: add expanded image actions
-
design: change the paginator design, re-add a back button
-
misc: better post component semantics
-
misc: adjust height of the markdown editor automatically as you type
-
Add SudoVanilla instance by @SudoVanilla in #411
New Contributors
- @SudoVanilla made their first contribution in #411
Full Changelog: v1.31.2...v1.31.3
v1.31.2-fix.1
- fix crash on load
v1.31.2
What's Changed
- 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
- feat: remake theme handling by @Xyphyn in #373
- 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.
- feat: switch to svelte-markdown by @Xyphyn in #396
- feat: allow uploading multiple images at a time in places that allow it
- misc: max width on paragraphs for better readability
- i18n: add some new languages
- Bulgarian
- Japanese
- Polish
- Dutch
- theme: make default colors lighter
- fix: inconsistent version dependencies
- fix: infinite scroll no worky :(
- 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
-
- 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.1...v1.31.2
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