Releases: libost/sticker_go
Releases · libost/sticker_go
v1.10.0
Release v1.10.0 auto generated at 2026-06-12T09:21:27Z
Changelog
Features
- c6eb635: feat(api): add support for local server API endpoint
- 54792f4: feat(api): implement API endpoint change handling
- a1b5bce: feat(build): add Makefile for build automation and cross-compilation
- 9894887: feat(license): add /license command
Fixes
- 92d5c5e: fix(i18n): add grace key command to help descriptions
- a0fe7b9: fix(upgrade): adjust executable naming for architecture compatibility
Maintenance
- 116a539: chore(ci): add goamd64 configuration for all platforms
- 5b39928: chore(deps): bump golang.org/x/image from 0.41.0 to 0.42.0 (@dependabot[bot])
- 08c50bc: chore(deps): update dependencies
- d28351a: chore(license): correct copyright formatting in LICENSE file
- c21527d: docs: update upgrade feature warnings and add issues documentation
Others
- 00de7ff: feat(persistent-data): add persistent data storage for API endpoint and token
v0.0.0-dev
Pre-release 79d27f9 auto generated at 2026-06-12T09:02:46Z
Changelog
Features
- c6eb635: feat(api): add support for local server API endpoint
- 54792f4: feat(api): implement API endpoint change handling
- a1b5bce: feat(build): add Makefile for build automation and cross-compilation
- 9894887: feat(license): add /license command
Fixes
- 92d5c5e: fix(i18n): add grace key command to help descriptions
- a0fe7b9: fix(upgrade): adjust executable naming for architecture compatibility
Maintenance
- 116a539: chore(ci): add goamd64 configuration for all platforms
- 08c50bc: chore(deps): update dependencies
Others
- 00de7ff: feat(persistent-data): add persistent data storage for API endpoint and token
v1.9.9
Release v1.9.9 auto generated at 2026-06-07T01:50:23Z
Changelog
Features
- 1a0b905: feat(commands): add query command to retrieve user usage records
- 01c5aff: feat(grace): implement grace key generation and usage commands
Fixes
- d38ee86: fix(usage): improve next refresh time calculation based on data modification
- 3bbe031: fix(usage): incorrect usage reset time in user prompts
- e0a523c: fix(vulnerabilities): loss of accuracy when converting usage counts to int
Maintenance
- 9d5b5b9: chore(deps): bump github.com/PaulSonOfLars/gotgbot/v2 (@dependabot[bot])
- e705c7f: chore(deps): bump modernc.org/sqlite from 1.50.1 to 1.51.0 (@dependabot[bot])
- b06b326: chore(deps): update gotgbot and libc dependencies to latest versions
v1.9.8
v1.9.7
Release v1.9.7 auto generated at 2026-05-22T11:05:30Z
Changelog
Features
- 731f5f0: feat(dm): add handler for sticker pack links and localize error messages
Fixes
- d365ed8: fix(deps): update golang.org/x/image to v0.41.0 and golang.org/x/net to v0.55.0
- f406b9b: fix(dm): ensure text handler only processes messages in private chats
- 186cf9b: fix(dm): handle both full and short sticker pack link formats
Maintenance
- fa48d97: chore(deps): bump golang.org/x/net from 0.53.0 to 0.54.0 (@dependabot[bot])
- 29534aa: chore(deps): bump modernc.org/sqlite from 1.50.0 to 1.50.1 (@dependabot[bot])
- 2874955: chore(deps): update dependencies to latest versions
- 8349371: chore(log): add heap profiling on fatal log level
- 623dd60: refactor(dm): extract sticker link handling into separate function
- f9eaf0d: test(constants): add unit tests for SetBaseDir function
v1.9.6
Release v1.9.6 auto generated at 2026-05-10T04:44:41Z
Changelog
Features
- 443d9a5: feat(config): add advanced configuration options for ffmpeg path and filter
Maintenance
- a351e1d: chore(deps): bump modernc.org/sqlite from 1.48.2 to 1.49.1 (@dependabot[bot])
- 4380635: chore(deps): bump modernc.org/sqlite from 1.49.1 to 1.50.0 (@dependabot[bot])
v1.9.5
v1.9.4
v1.9.3
Release v1.9.3 auto generated at 2026-04-10T09:14:47Z
Changelog
Features
- d1f1411: feat: Add user-level conversion lock to prevent multiple concurrent conversions
- 0d65e5c: feat: capable of using
systemctl reload sticker_gonow
Fixes
- 865958c: fix: change config check failure handling to panic
Maintenance
- 3cf29ac: chore(deps): update dependencies to latest versions
- ee9700c: chore(docker): tidy up .dockerignore
- b0102cf: chore(git): tidy up .gitignore
- 21940bb: chore: ci template fix
- 18ec90e: chore: ci update
- db2686c: chore: doc update
- 6885177: chore: doc update
- b563a3f: chore: update workflow
- b1957ba: refactor: replace config initialization with direct access to AppConfig