Releases: en9inerd/tgeraser
Releases · en9inerd/tgeraser
v1.3.3
v1.3.3 (2024-10-08)
Fixes
- fix: update signal handler function to handle different operating systems (
d79bef4
)
Unknown
- Merge pull request #16 from hdoublearp/master
fix: fix bug in signal handler on Windows (446e627
)
- Fix bug in signal handler on Windows
Windows doesn't support signals in Python. Rather than check for the OS version using the platform library, simply graceful proceed if an exception is raised here. (d0263ea
)
v1.3.2
v1.3.2 (2024-10-06)
Fix
- fix: delete all messages from conversation with user (
c95f7ed
)
Unknown
- Merge pull request #15 from en9inerd/issue-14
issue-14: delete all messages from conversation with user (fb2f871
)
v1.3.1
v1.3.1 (2024-07-31)
Fix
- fix: update credentials file path handling (
ce51684
)
v1.3.0
v1.3.0 (2024-06-09)
Feature
- feat: add
--older-than
option (4bc6a63
)
Refactor
- refactor: improve readability (
55e5574
)
v1.2.7
v1.2.7 (2023-11-20)
Fix
- fix: properly formatted output and updated readme file (
00f1e8c
)
v1.2.4
v1.2.4 (2023-11-10)
Fix
- fix: remove unnecessary functionality
- remove YAML format support
- store only creds in credentials file
- improve documentation - readme.md
- update dependencies
- refactor code in utils.py (
4778597
)