Releases: n0th1ng-else/voice-to-text-bot
Releases · n0th1ng-else/voice-to-text-bot
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2020-06-04)
Bug Fixes
- Add token for semantic-release (e4e81fc)
- docker: Remove typescript files from the image (8721fef)
- Fix group detection and change text (3aa389d)
- bot: Allow voice messages in supergroups and channels (43dfa1b)
- bot: Answer group commands (Closes #51) (823568b)
- bot: Deny to have conversations with bots (4143f8a)
- bot: Handle supergroups as groups (2e97adf)
- bot: Send user name in groups. Store name for group in stat (Closes #49, Closes #50) (4ba314b)
- cicd: Fix workflow (9af2630)
- cicd: Fix workflow (1be223e)
- daemon: Re-think scheduling mechanism (Closes #28) (62bfcd7)
- db: Fix log typo (8bdbebe)
- lint: Fix eslint errors (4e47812)
- server: Set self url as separate method (e162c11)
- stat: Add stat version for node (Closes #52) (0e66108)
- stat: Update username in case it changes (493f39f)
- Add local log tag for development (d1b16e7)
- Add missing Lambda dependencies (cf92cd3)
- Add route not found handler (375f51e)
- Fix error method name typo (f9d04b8)
- Fix ngrok set it to be real dependency (cec824a)
- Fix routing issues for production (aeb76b7)
- Fix user name detection (4aafd12)
- Get closest sample rate if current is not supported (f98a4b3)
- Log message was too long. Skip for groups (d0e02c5)
- Refactor requests (837f688)
- Retry telegram WebHook url api (Closes #34) (5c3bfb7)
- log: Fix log tags, replace url into plain string (a2921a4)
- replica: Set lifecycle to eq 2 (2d3251e)
- Test simplified bot routes (0eef8d9)
- Turn typescript off for production build (fd78672)
- Use Typescript private variables not JS-like (5810896)
Features
- Apply semantic release to the project (e278c33)
- Refactor bot model and add group support (fdd1eb1)
- cicd: Add sleep timeout for slave to avoid race conditions (c1ea09b)
- lint: Set up eslint (ceffbe2)
- package: Add some keywords (73f5a2d)
- server: Add app version into health check (b3b0237)
- Add node stat to see each status in DB not in logs (7bb63c5)
- Add support command (6022cbb)
- Add username into stat DB data (f3d698b)
- Apply cloud logger (150b90e)
- Collect usage stats (0efb578)
- Fix language in command (7b57c71)
- Fix language in command (d034563)
- Fix typos in text (cf70874)
- Implement language selection (9a8c2cd)
- Rewrite project on Typescript (f0c4e02)
- heroku: Go with Heroku (004d232)
Performance Improvements
- Rewrite ogg to wav converter (a90f5aa)