nyastodon/CHANGELOG.md

2.2 KiB

Changelog

All changes to Catstodon that aren't Mastodon or glitch-soc Mastodon changes will be documented here.

[v4.3.0-alpha.3+glitch+cat+1.2.3] - 2024-05-21

  • Upstream changes, once again (including, but not limited to:)
    • Only uses a maximum of 1 megabyte of response body for link previews
    • Allow multiple redirect_uris for OAuth 2.0 Applications
  • Adjust emoji reactions patch to use modern React context for identity instead of an identity consumer

[v4.3.0-alpha.3+glitch+cat+1.2.2] - 2024-05-17

  • Upstream changes :3
    • Most notably, YJIT is now enabled by default (simply remove config/initializers/enable_yjit.rb if you want a lower memory footprint in exchange for worse performance)

[v4.3.0-alpha.3+glitch+cat+1.2.1] - 2024-05-14

  • Glitch-soc changes :3

[v4.3.0-alpha.3+glitch+cat+1.2.0] - 2024-05-11

  • Glitch-soc changes since and including 62bc36416f

  • Ruby version 3.3.1. Update your rbenv!

  • Mastodon/Catstodon now requires that these variables are set:

    • ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY
    • ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT
    • ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY

    After bundle install, run bin/rails db:encryption:init to generate values and then assign the environment variable, for example in your .env.production.

[v4.3.0-alpha.3+glitch+cat+1.1.3] - 2024-04-26

  • Glitch-soc changes, most notably fixing the display of follow request notifications.

[v4.3.0-alpha.3+glitch+cat+1.1.2] - 2024-04-11

  • Glitch-soc changes, most notably notifications about severed connections.
    • Wow, my Python code to do the same manually was finally rendered obsolete!

[v4.3.0-alpha.3+glitch+cat+1.0.9] - 2024-03-03

  • Glitch-soc changes again (this time, among other stuff, the search bar icon position is fixed)

[v4.3.0-alpha.3+glitch+cat+1.0.8] - 2024-02-29

  • Update translations from glitch-soc
  • glitch-soc now uses openURL function from upstream

[v4.3.0-alpha.3+glitch+cat+1.0.7] - 2024-02-28

  • Merged glitch-soc changes (incl. comments on admin/instances page)

[v4.3.0-alpha.3+glitch+cat+1.0.6] - 2024-02-25

  • Applied changes to emoji reactions PR on glitch-soc