Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…roller into main
  • Loading branch information
valentine195 committed Oct 20, 2023
2 parents f587a81 + 17a0af2 commit f9641b8
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.0.3"
".": "10.1.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [10.1.0](https://github.com/javalent/dice-roller/compare/10.0.3...10.1.0) (2023-10-20)


### Features

* Can now specify custom dice buttons for the Dice Tray view in settings ([f8a8a60](https://github.com/javalent/dice-roller/commit/f8a8a60a1f4b7cb497e43a9efaaaafdab28c6275))


### Bug Fixes

* Fixes decoration of dice when it is a negative roll ([da0fdb6](https://github.com/javalent/dice-roller/commit/da0fdb66b2bdf50975ab36892cf918d317c2bcf0))
* Fixes max/min decoration of dice when a static number is present in formula ([8c9538e](https://github.com/javalent/dice-roller/commit/8c9538e77a05f3eea2fc803ae0c7c655bb1b7bdf))
* improve visual appearance of dice roller settings ([7ec8bea](https://github.com/javalent/dice-roller/commit/7ec8beae2b0062b4c425d43617ef3031ef9514b0))
* Improves behavior when the first dice in a formula is negative ([249e13d](https://github.com/javalent/dice-roller/commit/249e13de753ac94ec687e281a89cc8622ffb7c2c))
* re-enable dice-based conditions ([059120f](https://github.com/javalent/dice-roller/commit/059120f23ba8b4f1a5c2e7abe47f6ba9c8468a7b))
* Rename Dice View to Dice Tray ([a3c24c7](https://github.com/javalent/dice-roller/commit/a3c24c73ac1c16762459db13377b4a8f8a3ebc70))

## [10.0.3](https://github.com/javalent/dice-roller/compare/10.0.2...10.0.3) (2023-10-16)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-dice-roller",
"name": "Dice Roller",
"version": "10.0.3",
"version": "10.1.0",
"minAppVersion": "0.12.15",
"description": "Inline dice rolling for Obsidian.md",
"author": "Jeremy Valentine",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-dice-roller",
"version": "10.0.3",
"version": "10.1.0",
"description": "Inline dice rolling for Obsidian.md",
"main": "",
"types": "./@types/index.d.ts",
Expand Down

0 comments on commit f9641b8

Please sign in to comment.