krau
32cc1e4b5a
fix: update watch command help to bot api style id, close #151
v0.41.1
2025-12-08 10:22:43 +08:00
krau
c974791dc0
fix: add VirtualHost option to S3StorageConfig and implement endpoint validation, close #150
2025-12-08 10:11:58 +08:00
krau
91814a83c7
fix: deprecate minio and introduce s3 storage backend
v0.41.0
2025-12-04 22:59:23 +08:00
krau
685047e463
fix: compatibility between tdlib and bot api style chatID
2025-12-04 22:43:22 +08:00
krau
37e9c79ceb
fix: replace huh package with bufio and term for terminal input handling
v0.40.1
2025-12-03 22:29:02 +08:00
krau
494d1bf51c
fix: migrate to unvgo/ghselfupdate for version management and prevent major version selfupgrade
v0.40.0
2025-12-02 10:57:23 +08:00
krau
a6f194aedd
feat: add global proxy config
2025-12-02 10:11:58 +08:00
krau
acd16a91a3
chore: re gen enum code using new version go-enum
v0.39.0
2025-11-28 10:27:40 +08:00
krau
75f79e8abc
fix: add ffmpeg to Dockerfile and update error message in entrypoint.sh to English
2025-11-28 10:26:35 +08:00
krau
1065acfdb8
feat: auto generate thumbnail for video uploaded to telegram storage
2025-11-28 10:24:15 +08:00
krau
fef7d37a7e
fix: ensure media group timeout is set to a minimum of 1 second during setup
v0.38.4
2025-11-27 12:16:38 +08:00
krau
b5e9cf987a
fix: update media group timeout calculation to ensure minimum value is enforced
v0.38.3
2025-11-27 11:43:14 +08:00
krau
c58fa454bb
fix: remove redundant configuration call in Add function to config parsers correctly
v0.38.2
2025-11-23 17:41:44 +08:00
krau
2c5d6f0e57
fix: upgrade golang.org/x/crypto for security
2025-11-22 17:43:52 +08:00
krau
7d57ad30a9
feat: add MP4 metadata extraction and integrate gomedia for video handling
v0.38.1
2025-11-22 15:42:02 +08:00
krau
4f314bd37f
feat: implement configurable media group handling timeout, close #137
2025-11-16 21:44:51 +08:00
krau
131dfeb4cd
refactor: js plugin api
v0.38.0
2025-11-16 21:38:30 +08:00
krau
3f40acff55
feat: add directory management functionality and update handlers to utilize default directory
2025-11-16 21:09:55 +08:00
krau
fe47ee3b51
fix: upgrade sqlite driver version
v0.37.1
2025-11-14 09:04:14 +08:00
krau
4a6f63e58f
test: add tests for string utility functions
v0.37.0
2025-11-09 11:48:29 +08:00
krau
16c71e6384
fix: enhance ParseArgsRespectQuotes to handle escaped quotes and backslashes
2025-11-09 11:48:15 +08:00
krau
0c2d116708
feat: parse rule command with quotes respecting
2025-11-09 11:43:28 +08:00
krau
450d32b2b7
feat: add parser manage command
v0.36.0
2025-11-07 12:01:54 +08:00
krau
f80ecae3cc
feat: add Playwright support for browser automation in plugins
...
- Updated .dockerignore and .gitignore to exclude Playwright-related files.
- Added Playwright-Go dependency in go.mod and updated go.sum.
- Implemented jsPlaywright function in js_api.go for browser-based requests.
- Enhanced README.md to document the new Playwright functionality for plugins.
2025-11-07 11:07:47 +08:00
krau
f0853536d9
fix: use same ctx to get grouped message
v0.35.8
2025-11-06 16:59:51 +08:00
krau
15cf81e1bd
fix: remove unnecessary chat ID validation and constant usage in Save method
v0.35.7
2025-11-06 16:04:31 +08:00
krau
ae48bd52bf
fix: handle chat ID parsing correctly by removing unnecessary prefix trimming, close #130
v0.35.6
2025-11-06 15:01:18 +08:00
krau
44de871f63
fix: add context to HTTP request in getToken and simplify HTTP client initialization
v0.35.5
2025-10-28 17:59:21 +08:00
krau
7a2a530e49
fix: update gotgproto dependency to v1.0.0-beta22
2025-10-28 17:55:22 +08:00
krau
3aa84e89bf
fix: upgrade deps
v0.35.4
2025-10-24 21:11:18 +08:00
krau
257c292679
fix: correct chat ID parsing by handling negative chat IDs properly
2025-10-12 22:23:08 +08:00
krau
0e2a9cacf2
feat: add lswatch cmd to list all user's watching chats
2025-10-12 21:54:43 +08:00
krau
a7854afb2a
refactor: improve client initialization logic and ensure thread safety
2025-10-06 23:32:20 +08:00
krau
0e989cc1a6
fix: add logging for fetching telegraph page and handle image URLs from telegra.ph
v0.35.3
2025-10-06 22:13:41 +08:00
krau
76a82a38ee
fix: handle images on telegraph server
2025-10-06 21:57:35 +08:00
krau
c7a0076c15
fix: trim space in telegraph dir path , close #119
v0.35.2
2025-10-03 09:32:45 +08:00
krau
ea07ff7eca
fix: remove unused ChatTitle field from FilenameTemplateData struct
v0.35.1
2025-09-30 21:36:23 +08:00
krau
4d837e946c
feat: add .chatid variable in file name template
v0.35.0
2025-09-30 21:34:35 +08:00
krau
f947ee6fc7
fix: implement filename strategy in userbot listen mode
v0.34.2
2025-09-28 16:49:32 +08:00
krau
40ad12a892
fix: update SOCKS5 proxy dialer implementation for consistency
v0.34.1
2025-09-18 22:28:25 +08:00
krau
697e419643
feat: refactor command registration to use a centralized handler list
2025-09-13 10:37:43 +08:00
Krau
eef051de3b
feat: custom filename template ( #110 )
v0.34.0
2025-09-13 10:25:45 +08:00
krau
6e29442c05
fix: update Docker deployment instructions for userbot integration
2025-09-13 10:21:10 +08:00
krau
a3f1f75caf
fix: update initialization error message for clarity, close #108
2025-09-13 10:19:00 +08:00
Krau
f05dd883e3
feat: enhance URL handling by adding utility functions and filters for message entities ( #105 )
v0.33.0
2025-09-09 20:16:56 +08:00
dependabot[bot]
9cb866de8c
chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 ( #102 )
...
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz ) from 0.5.12 to 0.5.14.
- [Commits](https://github.com/ulikunitz/xz/compare/v0.5.12...v0.5.14 )
---
updated-dependencies:
- dependency-name: github.com/ulikunitz/xz
dependency-version: 0.5.14
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-31 12:14:49 +08:00
krau
980455fd24
fix: remove go generate command from build process in Dockerfile and workflow
2025-08-27 11:17:03 +08:00
krau
24978470cd
feat: add go generate command to build process and update go.mod dependencies
2025-08-27 11:12:42 +08:00
krau
215e082028
feat: implement internationalization support and update help commands
2025-08-27 11:09:38 +08:00
krau
a7b93e57fc
refactor: js api
v0.32.2
2025-08-24 22:49:44 +08:00