Releases: gabboman/wafrn
2025.08.01 LAST GITHUB RELEASE.
Requirements:
- You need to update the dockerfile!! To do this
cp docker-compose.advanced.metrics.yml docker-compose.yml - After the new update, do this commands. This is the latest release
git remote set-url origin https://codeberg.org/wafrn/wafrn.git
Features
- Fixes some stuff with giving PDS variables to the backend
- Button that fucking kills you
- Improvements in how we do stuff with bsky
2025.08.0
- @FireIsGood UX improvements on emoji picker and other parts of the app
- Do not generate link previews for banned users nor blocked servers
- Added a character count if user has bsky and post is public or a bsky reply
- Fixed bug that made wafrn crash on conversion of video because the container was missing ffmpeg
- Added herobrine
2025.07.3
- Master invite code for bsky system
- Updated tables
- Fixed some bugs due me being dumb and breaking some scripts
- Fixed some bugs that shouldnt had come to the bsky
- New bluesky account mode: bsky app password. users can login to bsky pds with their waffle password
- ui fixes
- some prs merged
2025.7.2
This release includes:
- Updated themes
- improving error handling
- Starting with interaction controls. Right now just the data and the frontend
- create bsky post in its own queue
- waffy emojis
- UX improvements by @FireIsGood as usual.
- Added more genders
- Added more waffy icons
- HOTFIX: fixed CRASH related to nodeinfo
- Some experimental improvement of federation of tags with misskey
2025.07.1
IMPORTANT
FOR SELF HOSTERS
Due how docker works, we need to add a new update and it requires you to change your docker compose yml
You need to add this to yoru docker compose yml:
shm_size: '2gb'
This is related to an optimization on our side on postgres but it uses more shared memory than the default one given by docker.
changes
- UPDATED NODE TO NODE 24
- Small UI fixes regarding notifications
- Fixes regarding lemmy: when a lemmy sends an announce it only creates a rewoot once. This can fill your TL a bit when a lemmy is new on the server but once that has happened its a lot more normal. Before this fix every interaction meant an announce and OH MY GOD THE TL WAS A HELL
- Fixes to the cappucin theme
- Posts can have img elements, as a treat. I still prefer the ![media-1] over this but hey I can not force standards on fedi. This will allow other platforms like nodebb to send emojireacts properly. Image url gets sanitized and goes through the cacher always
- Updated bluesky session management so we dont do login on every interaction. This should help with the PDS
- FOLLOW HASHTAGS. This also allows us to get posts from bluesky with said hashtags
- New mobile navigation menu that can be used on pc. @FireIsGood and @cyrneko helped with this
- Top toolbar option thanks @FireIsGood :D
- Fixes on replace ai with cocaine
- Improvements to search
2025.07.0
Hello this is the first july release. Here are the month updates
Added more themes
Added OPTIONAL BETA horizontal menu. We are developing stuff on the dev branch atm and we will make another release soon with this feature heaviy improved
Added opt in RSS and made it opt in for mf2 too
Added a new index to the likes table for bluesky. We had some slow queries and this has been fixed. This update can take a bit!
Updated translations but disabled for now as this was not ready yet
Standard bug fixes