Skip to content

Releases: jbuget/threadr-app

v0.5.0

05 Oct 22:09
Compare
Choose a tag to compare

☁️ 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 Settings button)
  • README file is enhanced with screenshots and more details about how to configure MinIO instance

📸 Screenshots

threadr-v0 5 0

v0.4.0

02 Oct 06:29
Compare
Choose a tag to compare

🎀 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_URL and DISPLAY_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

Capture d’écran 2023-10-02 à 08 26 50

❤️ Special thanks

Thanks a lot to @ygrenzinger, the first external contributor of Threadr ❤️

v0.3.0

16 Sep 14:29
Compare
Choose a tag to compare

📆 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
image

Full Changelog: v0.2.0...v0.3.0

v0.2.0

11 Sep 22:28
Compare
Choose a tag to compare

💾 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-app service from the docker-compose.yml file

v0.1.0

04 Sep 18:36
Compare
Choose a tag to compare

🚀 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
    • Twitter
  • Enable / disable a given platform

Technical topics

  • Add Dockerfile and docker-compose.yml files