Friendica 2024.06 Release Candidate available

The development cycle for the 2024.06 release enters the last stage before the stable release – today we have branched off the 2024.06 release candid branch. 2024.06-rc contains all the features of the stable release and is meant to test the new features, find some last rough edges and smooth out the path to the final stable release at the end of June. If you want to help out in testing, please checkout the new 2024.06-rc branch and report problems that you encounter.

The most notable changes in this release are:

  • We improved federation to other projects in the Fediverse (OWA, optional note/article, FEP-e232),
  • contacts can now be defined as circle/channel only, so they wont show up in your main network stream,
  • public groups can now have moderation for new members.

What is Friendica

Friendica is a decentralized communications platform, you can use to host your own social media server that integrates with independent social networking platforms (like the Fediverse or Diaspora*) but also some commercial ones like Tumbler and BlueSky.

How to use the 2024.06 RC Version of Friendica

If you want to help in the release process, you can checkout the 2024.06-rc branch from the git repositories.

git fetch
git checkout 2024.06-rc
git pull
bin/composer.phar install --no-dev

Note that you only need to pull the composer dependencies in the core repository.

Should the upgrade process of the database get stuck

If you encounter this, please initiate the DB update manually from the command line by running the script

./bin/console dbstructure update

from the base of your Friendica installation. If the output contains any error message, please let us know using the channels mentioned above.
What to do with Quirks

The 2024.06-rc phase is meant to identify and preferable resolve quirks and bugs that should not be in the 2024.06 release, but have slipped through so far. So if you switch your node to the 2024.06-rc version of Friendica, please let us know about rough edges you find, either at the issue tracker (github account required), in the support group or in the developers group.

Thanks a lot for helping with the release 🙂



2 Comments

Robert Dinse says:

git commands are failing with error 4, git checkout 2024.06-rc says error: pathspec ‘2024.06-rc’ did not match any file(s) known to git

Tobias says:

Have you been able to resolve this problem? Just checked and for me both repositories include the 2024.06-rc branch to be checked out directly.

Leave a Reply

Your email address will not be published. Required fields are marked *