aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
blob: 19f93036fd7345cbc11a318c1b4f01aac9fb405d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
0.3 (unreleased)
----------------

- Bug fix: off-by-one error in call to `random`
  - This meant that the maximum value on a dice could never be
    rolled.  Now monsters can critically hit players again.
- Change default keybindings to match Emacs conventions

- `org-d20-roll` shows the results on each dice rolled
- New defcustom, `org-d20-letter-monsters`
- New defcustom, `org-d20-continue-monster-numbering`
- You can now specify a dice expression for the number of a type of
  monster/NPC

- Improve README for new users
- Autoload some more functions users might want to bind
- Refactoring/cleanup

0.2 (2018-12-31)
----------------

- First public release.
- Remove hardcoded path to my dice rolling wav.
- Add org-d20-roll-at-point.

0.1 (2017)
----------

Version imported from my dotfiles repository.