Skip to content

Releases: Xyphyn/photon

v1.31.5-rc.2

20 Oct 22:14
Compare
Choose a tag to compare
v1.31.5-rc.2 Pre-release
Pre-release

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

18 Oct 20:35
Compare
Choose a tag to compare
v1.31.5-rc.1 Pre-release
Pre-release

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

20 Sep 23:20
4fa3b7d
Compare
Choose a tag to compare

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

07 Sep 18:04
Compare
Choose a tag to compare

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

  • PostActions fix overflow and wrap by @sevonj in #428

New Contributors

  • @SudoVanilla made their first contribution in #411

Full Changelog: v1.31.2...v1.31.3

v1.31.2-fix.1

17 Aug 22:51
Compare
Choose a tag to compare
  • fix crash on load

v1.31.2

17 Aug 21:39
Compare
Choose a tag to compare

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

17 Aug 19:16
Compare
Choose a tag to compare
v1.31.2-rc.8 Pre-release
Pre-release
  • 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

07 Aug 20:40
Compare
Choose a tag to compare
v1.31.2-rc.7 Pre-release
Pre-release

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

05 Aug 17:14
Compare
Choose a tag to compare
v1.31.2-rc.6 Pre-release
Pre-release

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

02 Aug 23:01
Compare
Choose a tag to compare
v1.31.2-rc.5 Pre-release
Pre-release
  • ci: add node images