Skip to content

Commit

Permalink
chore(release): 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Dec 13, 2024
1 parent 74f49e9 commit a28ea13
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [1.29.0](https://github.com/Dicelette/discord-dicelette/compare/1.24.0...1.29.0) (2024-12-13)


### Features

* **dbroll:** allow to exclude a statistiques from dbroll ([d3e551f](https://github.com/Dicelette/discord-dicelette/commit/d3e551fa4452cf5f72ddc1c9e57cc7dedc1d59b5))
* **parse-result:** enhance compareValue to format originalDice output ([238caaa](https://github.com/Dicelette/discord-dicelette/commit/238caaa8ba3a2dd999be0e06d1a052a6660d4544))
* **parse-result:** replace roll function with getRoll in custom critical ([a75e6da](https://github.com/Dicelette/discord-dicelette/commit/a75e6da4db704f142bf89239cfb3df47ea393433))
* **parser:** improve handling of custom critical rolls and comparisons ([89e5f78](https://github.com/Dicelette/discord-dicelette/commit/89e5f782f88776b955d654e830c381709c5e43e0))
* refactor custom critical handling in embeds ([40da490](https://github.com/Dicelette/discord-dicelette/commit/40da49036f83bdb8564fb82f3fe970c075989d36))
* **roll:** add exclusion of specific statistics ([7fbd036](https://github.com/Dicelette/discord-dicelette/commit/7fbd036106fe2e54e18dd0bcf114ecbc07cf3522))
* **roll:** enhance dice roll logic with dynamic modificators and comparaison ([fe93226](https://github.com/Dicelette/discord-dicelette/commit/fe93226e276682341680c3160dbf1cbb2dc774db))
* update dotenv configuration for production environment ([d72d6a1](https://github.com/Dicelette/discord-dicelette/commit/d72d6a1dee6074a2f99c66a9da486546feed9509))
* **utils:** add isNumber utility function for value validation ([ad200a2](https://github.com/Dicelette/discord-dicelette/commit/ad200a2d9401113e0bdb15762c713296d8e1e372))


### Bug Fixes

* **commands:** correct client parameter in bulkDeleteCharacters call ([50e86fb](https://github.com/Dicelette/discord-dicelette/commit/50e86fb11e1b04a52e87c5955020c3438258ceba))
* **custom_critical:** correct value assignment in custom critical logic ([ea7827f](https://github.com/Dicelette/discord-dicelette/commit/ea7827feaf80ac9c44e3f69bc9ccf0661390b408))
* **custom-critical:** allow dice also in custom critical compared to a dice to be rolled (prevent also errors :clown:) ([249146c](https://github.com/Dicelette/discord-dicelette/commit/249146c6fecfa2719458d81048858f8afc4471b2))
* **custom-critical:** fix name trimmed in the database and also the affect skill and onNatural dice that have no effect ([5e9c1f2](https://github.com/Dicelette/discord-dicelette/commit/5e9c1f20f6cec7f70824fd6deb0a3f780e262188))
* **delete:** delete message and memory DB ([4f435e1](https://github.com/Dicelette/discord-dicelette/commit/4f435e1bf1baa5c9c27c289477821b354fba5904))
* **edit:** bulk edit memory when editing template ([cb15d29](https://github.com/Dicelette/discord-dicelette/commit/cb15d297dfecf203b36e1bbe51fdc423f5bd8a6a))
* improve critical hit handling and modify import paths ([b0b2176](https://github.com/Dicelette/discord-dicelette/commit/b0b21763eec10345c3132321edd5efa3c78c513c))
* **memory-database:** make updateCharactersDb call awaitable in thread message handling ([c2e5707](https://github.com/Dicelette/discord-dicelette/commit/c2e5707ace7a6fd08772dddbbae5eb16e70c2acb))
* **parse-result:** add custom critical value evaluation in the /dbd ([a351c7e](https://github.com/Dicelette/discord-dicelette/commit/a351c7e8d3c00939860b5c4022fd20098b350c9d))
* **parse-result:** handle undefined statistics in convertNameToValue function ([e70edae](https://github.com/Dicelette/discord-dicelette/commit/e70edaeb071fe25d1d166e127d7e674e7fcceaa9))
* **parse-result:** handle when cc used without $ value & allow them ([8fd5b8a](https://github.com/Dicelette/discord-dicelette/commit/8fd5b8a9abcd3742f1fcc3b240395faff57caf5a))
* **skill:** improve dice validation and parsing in bot ([bfc5522](https://github.com/Dicelette/discord-dicelette/commit/bfc5522d1c13dc7833e700159c239330e04aceb0))
* **utils:** add uniformization for record keys and values ([56cf1f7](https://github.com/Dicelette/discord-dicelette/commit/56cf1f71f65d3e44d9d15273245026a77153a2b0))
* **validation:** correct logic for stat value number check ([60d8455](https://github.com/Dicelette/discord-dicelette/commit/60d84557bd5e399fdae5b69e40df9537871830a3))
* wrong data dir in enmap ([6fc00a8](https://github.com/Dicelette/discord-dicelette/commit/6fc00a8a98fcdc1ef60a9b6dae661193d9f11340))

## [1.27.0](https://github.com/Dicelette/discord-dicelette/compare/1.24.0...1.27.0) (2024-12-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dicelette",
"version": "1.28.0",
"version": "1.29.0",
"engineStrict": true,
"private": true,
"scripts": {
Expand Down

0 comments on commit a28ea13

Please sign in to comment.