Moved to github pages. 1.0 because it's stable. Development stopped since last release a year ago.
This is a refactoring / bugfixing update with slight changes.
-
Entity form warnings
The new entity form now warns you if the inputs aren't valid.
-
Add notes button
You can now add notes with a button, not just as a submit.
-
Logo
We now have an actual logo.
-
Visuals
Redid some visuals, like the active / dead indicators are now just a tiny bar on the left of the entity, instead of colouring the whole thing.
-
Redux
We're now using redux architecture instead of keeping all state on the root component.
-
Better build
Gulpfile has been enhanced a ton, better development experience.
-
Dragging
Dragging-to-reorder should now work pretty well.
-
Scaling
Reworked the mobile scaling, so now it's actually usable.
This is a community-made update, implemented things from the reddit thread here.
-
Notes
Added the ability to add notes to each entity.
-
Healing/damaging
Instead of having the health increment or decrement by one, you now add in the amount you want to heal or damage, and press the corresponding button.
-
Adding entities usability improvements
Adding entities now works as a form, so you can choose next/previous on mobile, and on a computer you can just press enter to submit.
First version.