Commit graph

134 commits

Author SHA1 Message Date
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
e844ac6284 💄 style: Fix some color incorrect in dark theme. 2025-01-18 19:11:58 +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
b20834ac70 👷 chore: Optimize Docker workflow 2025-01-15 17:23:16 +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
e17930f6f6 📝 doc: Updated README to include new badges and formatting improvements. 2025-01-14 13:19:09 +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
bf3162a9e9 💄 feat: Support dark mode. 2025-01-12 18:50:11 +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
2454da15ff 📝 doc: Update README.md 2025-01-11 16:19:37 +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
e1c2105501 👷 chore: Update entrypoint.sh and Dockerfile to improve service startup and environment configuration. 2025-01-10 21:38:56 +08:00
jarvis2f
6d1f17e99d 💄 style: Update file list style and add file name display 2025-01-10 15:54:04 +08:00
jarvis2f
b12a6eed1e 📝 doc: Add unRaid installation instructions 2025-01-09 17:02:46 +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
ad39f0dd09 🚸 feat: Add a return to home button to the Header component. 2025-01-08 17:36:20 +08:00
jarvis2f
e959062a5e 🔖 0.1.7 2025-01-08 09:36:47 +08:00
jarvis2f
2220e33a1e 💄 feat: Optimize UI components and input logic 2025-01-07 23:10:27 +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
03f5b92c01 🐛 fix: Fixed the issue where the message receiving date is undefined in some cases 2025-01-06 21:00:51 +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
36b50ead7b 🩹 feat: Added "paused" status option to file filter. 2024-12-30 17:59:30 +08:00
jarvis2f
790c6d21eb 📝 doc: Update README.md 2024-12-30 16:50: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
913ee64b5c 📱 feat: Add loading to mobile file list component. 2024-12-30 16:44:40 +08:00
jarvis2f
a0b14ace3c 🩹 fix: Fix Hydration errors for TableRowHeightSwitch 2024-12-30 15:51:44 +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
jarvis2f
da459e2253 🩹 feat: Update .env.example 2024-12-30 13:20:37 +08:00
jarvis2f
15974dbe11 🚸 feat: Optimize file list loading state, add new fileId to file search and return, uniqueOnly default value is false. 2024-12-30 11:59:48 +08:00
jarvis2f
2ab1f4d075 📱 refactor: Updated the CSS class of the ProxysDialog. 2024-12-30 11:59:48 +08:00
jarvis2f
38a8c227e3 feat: Update docker-compose configuration, adjust environment variable format and enhance shutdown logic. 2024-12-30 10:49:28 +08:00