📌 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
orfixupx
). (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.