aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
blob: 2c3950e72430766a8cfa6520026e2dcb12d8d8ed (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
30
31
32
33
34
35
36
37
38
39
40
41
0.4 (2020-12-29)
----------------

- New defcustom, `org-d20-display-rolls-buffer`.
- `org-d20-d20` shows the result of rolling a d4 in case /Bless/ is active.
- Replace some calls to `loop` with calls to `cl-loop`.
- Other code cleanup.

0.3 (2019-04-15)
----------------

- 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.
- Bug fix: make roll20's 'k' notation actually have an effect
- Change default keybindings to match Emacs conventions
  - Avoid binding to <f9>

- `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
- defcustoms now specify their types, making the customisation
  interface more useful
- 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.