Commit graph

72 commits

Author SHA1 Message Date
jarvis2f
175a69a9b5 🔊 fix: Improve history message logging for timeout and limit exceed scenarios 2025-02-19 13:30:32 +08:00
jarvis2f
4a907a611d feat: Add more search criteria. 2025-02-18 20:29:23 +08:00
jarvis2f
e03bb0fb7f 🚑️ fix: Add maintenance program to support the fix for missing album message caption. 2025-02-17 16:06:49 +08:00
jarvis2f
faba558f83 🔊 chore: Unify logs to logs folder 2025-02-15 20:22:46 +08:00
jarvis2f
7192047ab6 🔖 0.1.14 2025-02-14 17:46:56 +08:00
jarvis2f
69d57b842d feat: Remove the loading image function and add the function of previewing downloaded images and videos 2025-02-14 14:08:29 +08:00
jarvis2f
8f48c7939f feat: Support transfer status filter. 2025-02-10 15:32:23 +08:00
jarvis2f
1575a84a9b feat: Support remove file after downloaded 2025-02-10 10:58:07 +08:00
jarvis2f
ea78120b36 🔖 0.1.13 2025-02-08 21:19:17 +08:00
jarvis2f
7a30f1a112 🚸 feat: Add logic to handle file redownload when it cannot be deleted 2025-02-08 11:36:32 +08:00
jarvis2f
49af0b2f2d ️ fix: Fixed the Promise completion logic in the stop method. 2025-02-07 21:00:51 +08:00
jarvis2f
a48a62c3d6 🐛 fix: Fix file search error and support debounced search.(#27) 2025-02-06 21:30:14 +08:00
jarvis2f
3ef7fe0a14 ️ feat: Update database connection pool configuration to optimize performance and resource management. 2025-02-06 18:02:30 +08:00
jarvis2f
60d561827a 🧑‍💻 chore: Add macOS-specific Netty DNS resolver dependencies. 2025-02-06 17:41:20 +08:00
jarvis2f
b4ace30cc1 chore: Add concurrent update file download status test 2025-02-05 23:25:05 +08:00
jarvis2f
56997142d6 🔖 0.1.12 2025-01-24 14:39:41 +08:00
jarvis2f
06b18a7e06 feat: Support the use of qrcode scanning to log in Telegram. 2025-01-24 14:04:30 +08:00
jarvis2f
fb511b4d1a feat: Support transfer files. 2025-01-23 18:21:17 +08:00
jarvis2f
22c9fb638d 🔖 0.1.11 2025-01-21 21:20:29 +08:00
jarvis2f
5d0d2a4943 feat: Support get archived chats. 2025-01-21 21:10:37 +08:00
jarvis2f
ca08df92fd feat: Support network testing when adding an account, optimize error tip. 2025-01-21 14:09:42 +08:00
jarvis2f
b2042ecdee 🐛 fix: Fixed the issue where telegramRecord was not assigned a value after the account was logged in for the first time.(#19) 2025-01-20 15:30:49 +08:00
jarvis2f
5dc084ecce 🔖 0.1.10 2025-01-17 14:15:28 +08:00
jarvis2f
374ebeea44 🐛 fix: Fix the problem of not being able to find chats (#14) 2025-01-17 10:46:13 +08:00
jarvis2f
c018f98aa1 🐛 fix: Fix AvgSpeed concurrent modification exception, Optimize the number of requests for getIdleChatFiles 2025-01-15 15:55:13 +08:00
jarvis2f
c92a780245 🔍️ feat: Optimize undownloaded file acquisition logic. 2025-01-14 18:21:12 +08:00
jarvis2f
ce18b75cd5 👷 chore: Added CI workflow and Jacoco test coverage reporting support. 2025-01-14 09:38:43 +08:00
jarvis2f
37f9617d29 🐛 fix: Fix update file status failed. 2025-01-13 12:01:54 +08:00
jarvis2f
d5742a9d93 ️ fix:Fix file download status update logic to avoid unnecessary error messages. 2025-01-13 11:22:51 +08:00
jarvis2f
ef5a2d60d4 🔖 0.1.9 2025-01-12 14:33:56 +08:00
jarvis2f
d3f81c9a14 ️ feat: Optimize websocket binding method, optimize download speed event current limit 2025-01-12 14:04:50 +08:00
jarvis2f
23c5758e0f 🧑‍💻 feat: Add telegram api debugging capabilities 2025-01-11 22:51:15 +08:00
jarvis2f
1039099d04 ♻️ refactor: 1. Refactor the account creation code 2. Add the function of parsing the proxy from the clipboard 2025-01-11 13:45:27 +08:00
jarvis2f
e16f3e5882 🔖 0.1.8 2025-01-09 13:26:02 +08:00
jarvis2f
ecd98ac9c5 🐛 fix: Fix startup failure due to Sql migration (#10) 2025-01-09 12:00:50 +08:00
jarvis2f
36d53e6c35 🐛 fix: Fix the problem of Completed Range 1 hour sorting error 2025-01-08 20:18:48 +08:00
jarvis2f
e959062a5e 🔖 0.1.7 2025-01-08 09:36:47 +08:00
jarvis2f
236bf0ac1f 🐛 fix: Fixed the problem of incorrect file download status after restarting. 2025-01-07 17:49:53 +08:00
jarvis2f
1f000348ae 🐛 fix: Update file time processing logic to support local time format. 2025-01-07 17:40:20 +08:00
jarvis2f
0c5016e3f3 feat: Add automatic download rule settings. 2025-01-07 16:30:23 +08:00
jarvis2f
88f65da57b feat: Added average download speed settings and calculation functionality. 2025-01-07 10:52:22 +08:00
jarvis2f
e7b568b752 🔧 refactor: Refactor the speed statistics logic and extract the convertRangedSpeedStats method to improve readability. 2025-01-06 20:56:20 +08:00
jarvis2f
2de0e63c9a feat: 1. Add database migration function. 2. Add download speed statistics persistence and area chart display. 2025-01-06 18:55:50 +08:00
jarvis2f
15c83639a7 🐛 fix: Fixed the query problem of stored file list. 2025-01-04 16:41:32 +08:00
jarvis2f
27e1d6c46f 💩 fix: Improve AvgSpeed calculation and add new test for speed variations over time. 2024-12-31 23:05:41 +08:00
jarvis2f
a33b73b5c4 🔖 0.1.6 2024-12-31 09:50:22 +08:00
jarvis2f
74f55f2457 🥚 chore: Update tg animation. 2024-12-31 09:49:07 +08:00
jarvis2f
b58e1774a1 ♻️ refactor: Remove the maxSpeed and minSpeed properties to optimize the calculation of maximum and minimum speeds. 2024-12-30 16:49:26 +08:00
jarvis2f
7098065704 🐛 fix: Updated AvgSpeed class to clear old data points and adjust download speed in test cases. 2024-12-30 14:09:01 +08:00
jarvis2f
95481b89f0 feat: Improve multiple file download function. 2024-12-30 13:49:22 +08:00