Skip to content

Releases: noctisynth/noctisroll

noctisroll v0.1.5

10 Nov 13:41
cd4df18
Compare
Choose a tag to compare

[0.1.5]

Refactors

  • 9a8bf69 (#12 by @fu050409) Refactor Dice struct to use u32 instead of i32 for the sides field and it's result.
  • 82efd32 (#10 by @fu050409) Refactored the grammar to make it more scalable, universal, and easier to maintain.

noctisroll v0.1.4

30 Oct 10:51
8e6e51a
Compare
Choose a tag to compare

[0.1.4]

Bug Fixes

noctisroll v0.1.3

30 Oct 10:28
d2eefa4
Compare
Choose a tag to compare

[0.1.3]

New Features

  • 8135065 (#6 by @fu050409) Support dice filter in grammar parsing.

    For example, 6d6k3 will roll 6 six-sided dice and keep the highest 3 results and 6d6q3 will roll 6 six-sided dice and keep the lowest 3 results.

noctisroll v0.1.2

29 Oct 08:34
ec36e27
Compare
Choose a tag to compare

[0.1.2]

New Features

noctisroll v0.1.1

28 Oct 14:33
ef9152d
Compare
Choose a tag to compare

[0.1.1]

New Features

noctisroll v0.1.0

28 Oct 12:50
7845fa8
Compare
Choose a tag to compare
noctisroll-v0.1.0

chore: add `README.md`