Skip to content

Releases: Yuuzi261/Tweetcord

0.5.3

19 Dec 00:45
6a79dac
Compare
Choose a tag to compare

📌 If you want to upgrade from 0.5.2 to 0.5.3, please pull the code first and upgrade according to the upgrade guide.

feat:

  • Enhanced list users command, pagination switchable via buttons. (b56a9f8) ← NEAT & BEAUTIFUL✨
  • Real-time update of tracking accounts number. (dd4c186) ← INSTANT & FAST👍
  • Customizable page counter position and page size. (bfd7019) ← MORE CUSTOMIZATION👏
  • It is now possible to specify the domain to use in configs (fxtwitter or fixupx). (e88a61d)
  • An error message will be logged if notification fails to be sent. (820f01f)
  • Add handling when login fails. (df1949f)

refactor:

  • Optimize database operations by using lock to avoid conflicts caused by simultaneous writes. ← MORE STABLE & RELIABLE💪
  • Switch to read-only mode for database connections when write operations are not required. (446bc7b) ← OPERATE FASTER⚡
  • Replace deprecated datetime.utcnow() with updated alternatives. (6fce47d)
  • Avoid repeatedly logging in with auth_token. Instead, log in once and use sessions for subsequent connections. (592b932)

fix:

  • Add the missing parameter checks in the configs checker. (04a3368)

Note

In this version, the Python badge has been updated to reflect 3.11+ instead of 3.10+. While versions as old as 3.10 remain compatible, it is recommended to use Python 3.11 for improved performance and stability.

0.5.2

26 Nov 00:29
98521ab
Compare
Choose a tag to compare

📌Strongly recommended to download or update to this version, as previous versions relied on tweety-ns 1.0.9.2, which has been confirmed to have some issues!
📌If you want to upgrade from 0.5.1 to 0.5.2, please pull the code first and upgrade according to the upgrade guide.

feat & fix:

  • In response to the tweety-ns version update, the relevant operation is changed to a coroutine. (d8b3344)

Warning

We have identified an issue with version 2.0.4 of tweety-ns that may cause certain accounts to be unfindable when adding a notifier. To avoid this issue, please update tweety-ns to version 2.0.8.

Note

This version has only undergone basic testing. If you encounter any issues during use, please contact me through an issue.

0.5.1

17 Sep 11:50
4eedd89
Compare
Choose a tag to compare

📌0.5.1 is a patched version of 0.5, it resolves two issues from version 0.5: the default value error for auto-completion when the client is not specified, and the problem with reactivating a monitored account in a disabled state using the same client (#33). If you have already upgraded to version 0.5, you can update to 0.5.1 by directly pulling the new code.
📌 If you want to upgrade from 0.4.1 to 0.5.1, please pull the code first and upgrade according to the upgrade guide.

feat:

  • Settings now allow filtering by media type, enabling the option to forward or not forward pictures and videos. (#31) ← EXCELLENT😇
  • Supports built-in multiple embedded pictures that can be replaced with fx combined pictures. (3209b94) ← FRIENDLY TO IOS SYSTEM🤗
  • Multi client support, add multiple tokens and choose which account follow which user. (#31) ← MORE POWERFUL CUSTOMIZATION👏
  • Autocomplete for some slash commands. (#31) ← CONVENIENT👍
  • Customize bot activity type and message. (0051469, #31)
  • Split listing to prevent cutoff. (#31)
  • Optimized the update process. (f097793)
  • Startup checks for environment variables, configs and database.

refactor:

  • Convert all SQL operations to asynchronous. (dce6f8c) ← AVOID BLOCKING✌️
  • Optimize the overall code

0.4.1

31 Jul 14:05
4133f61
Compare
Choose a tag to compare

0.4-hotfix

25 Jan 12:18
c384f95
Compare
Choose a tag to compare

0.3.5

12 Nov 07:50
cc76fd1
Compare
Choose a tag to compare

0.3.4

23 Oct 10:27
2d5afd2
Compare
Choose a tag to compare

0.3.3

07 Oct 09:38
7c8bf6c
Compare
Choose a tag to compare

refactor:

  • use sqlite instead of json to saving data <-- changed to using database💪