Releases: jbuget/threadr-app
Releases · jbuget/threadr-app
v0.5.0
☁️ Path to Cloud
This release is an important step to provide multi users management.
🍫 Features
- You can now enable/disable a platform (Twitter, Mastodon, Bluesky) and some other user settings directly in the webapp interface (via
Settingsbutton) READMEfile is enhanced with screenshots and more details about how to configure MinIO instance
📸 Screenshots

v0.4.0
🎀 A colorfoul October
This version contains some fancy little UI/UX improvments or bugfixes.
🎁 Features
- You can now set an avatar and a display name, with environment variables
AVATAR_URLandDISPLAY_NAME. - Threads are now catagorized and highlighted in the aside panel
- Thead title displayed in the thread list is the first 80 characters of the first message
🐞 Bugfixes
- Links in messages, published on Bluesky, are now well managed, by @ygrenzinger
- Threads are (finally) well synhronized between editor panel and thread list
- Selecting a date in the scheduling dialog does not program the thread directly
✨ Screenshots
❤️ Special thanks
Thanks a lot to @ygrenzinger, the first external contributor of Threadr ❤️
v0.3.0
📆 Just on time, here is the thread scheduling!
Features
- Added ability to schedule (and cancel) threads posting
- The title of the thread in the list in the sidebar is now the 80 first characters of the first message of the thread (if exist)
- Errors are now displayed in the toast widget
- Added an inline message to show instantly the status of the thread (published > scheduled > saved / last updated)
- Disable thread posting ("publish now" or "schedule") for the ones already published or scheduled
Full Changelog: v0.2.0...v0.3.0
v0.2.0
💾 Hello data persistence !
Features
- List all threads in sidebar navigation left panel
- Create a new thread
- Load a thread
- Save a thread (with its messages and their attachements – with alt description)
- Update a thread
- Delete a thread
Misc
- Remove
threadr-appservice from thedocker-compose.ymlfile
v0.1.0
🚀 Hello world, Threadr!
This is the first "official" release of Threadr.
Features
- Start a new thread
- Add or remove thread message(s)
- Add or remove up to 4 images by message
- Edit image "alt" description
- Visualize the number of characters for each message
- Publish a thread in 1-clic on multiple platforms. Messages published contained at least :
- 1 non-empty character in text part
- 1 image
- Add support of multiple micro-blogging platforms :
- Bluesky
- Mastodon
- Enable / disable a given platform
Technical topics
- Add Dockerfile and docker-compose.yml files