Skip to content

Releases: Xyphyn/photon

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

v1.31.2-rc.4

02 Aug 22:57
Compare
Choose a tag to compare
v1.31.2-rc.4 Pre-release
Pre-release
  • 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

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

27 Jul 03:49
Compare
Choose a tag to compare
v1.31.2-rc.2 Pre-release
Pre-release
  • 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

25 Jul 22:38
Compare
Choose a tag to compare
v1.31.2-rc.1 Pre-release
Pre-release
  • 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

25 Jul 17:08
Compare
Choose a tag to compare
  • fix an ssr issue with post feeds

v1.31.1

25 Jul 04:33
Compare
Choose a tag to compare

arguably a bigger update than v1.31

What's Changed

  • feat: add a command palette by @Xyphyn in #364

    • Press / or ctrl + p or right click the photon logo to bring up the command palette
    • Instantly start typing to find a link, or run an action
  • 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

  • Vertical postlink layout for mobile by @sevonj in #360

Full Changelog: v1.31.0-fix.1...v1.31.1-rc.1