Releases: tatupesonen/formatbot
Releases · tatupesonen/formatbot
v1.11.2
v1.11.1
v1.11.0
What's Changed
- chore(deps): bump file-type from 16.5.3 to 16.5.4 by @dependabot in #67
- fix(tex): disallow tex content with over 200 characters
Full Changelog: 1.9.0...v1.11.0
v1.9.0
1.9.0 (2022-08-01)
Features
- core: change type signature for alternative method to create commands (ac65334)
- core: implement conditional arguments for commands (#42) (4eacf7f)
- initial prometheus metrics export and grafana configuration (c3f0cec)
- more work on metrics (05ea448)
- more work on monitoring (6e38254)
- typings: disallow command arguments in non-legacy commands (7b65a72)
- use native typings for command declaration (#46) (9b733ec)
Release v1.8.0
Features
- latex: add latex command (2005d95)
Bug Fixes
- external: comply to new CE api changes (e9c44ec)
What's Changed
- Merge main into dev to rebase hotfix by @tatupesonen in #41
Full Changelog: 1.7.3...v1.8.0
Release v1.7.1
Release 1.7.0
Features
- adds formatting command for mobile users (4bc962a)
Release v1.6.0
** Bug Fixes **
- issue with languageKey containing backticks (bf7762c)
- regex issue where the parser would find nonsupported language key (5a1d1c2)
- remove debug console.logs in format.ts (35b923f)
Additional information: Messed up conventional commits with this release. Continuing with normal conventional commits from this release onwards.
Release v1.5.0
Features
- add commitlint to project (398e901)
- ci: add husky pre-push hook to run tests (84c53f0)
- ci: add manual workflow dispatch (7f18c06)
- core: add new codeblock parser (fdc878f)
- core: add new formatting command (1559906)
- show amount of guilds joined in status (aa0bf7e)
Bug Fixes
- add IParser to DITypes (9112520)
- chore: update lint-staged settings (077634c)
- ci: attempt fixing the yaml of workflow_dispatch (ea9fae8)
- ci: final fix to the workflow (acb9031)
- ci: sign releases (b05e31a)
- ci: try fixing test action (2e83620)
- ci: try fixing the docker workflow (3c5d3c2)
- core: handle case for no code blocks (2e01220)
- dependency: lock black version for now (bb4b0db)
- remove debug console.logs in format.ts (35b923f)
- test: fix whitespacing in test (983d27b)
Release v1.3.1
Fixes
- Fixed an issue where the user could potentially execute arbitraty shellcode on the container.