Skip to content

Releases: tatupesonen/formatbot

v1.11.2

09 Apr 12:04
Compare
Choose a tag to compare
  • Updates packages via yarn

v1.11.1

12 Mar 12:55
Compare
Choose a tag to compare
  • Fix unexpected status command triggers (#72)

  • refactor: lint

  • refactor: move regexp utils to util directory

  • fix: strict ping check for StatusCommand trigger

  • chore: bump version

Thank you @jdeurt for the contributions.

v1.11.0

05 Nov 14:39
Compare
Choose a tag to compare

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

01 Aug 17:58
Compare
Choose a tag to compare

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

27 Oct 18:02
Compare
Choose a tag to compare

Features

  • latex: add latex command (2005d95)

Bug Fixes

  • external: comply to new CE api changes (e9c44ec)

What's Changed

Full Changelog: 1.7.3...v1.8.0

Release v1.7.1

21 Sep 13:59
Compare
Choose a tag to compare

1.7.1 (2021-09-21)

Bug Fixes

  • slashcommand: error with case of no userInputLanguage (54345bf)

Release 1.7.0

21 Sep 12:18
Compare
Choose a tag to compare

Features

  • adds formatting command for mobile users (4bc962a)

Release v1.6.0

20 Sep 21:06
Compare
Choose a tag to compare

** 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

18 Sep 11:59
Compare
Choose a tag to compare

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

02 Sep 12:11
Compare
Choose a tag to compare

Fixes

  • Fixed an issue where the user could potentially execute arbitraty shellcode on the container.