BangleApps/apps/multidice/ChangeLog

23 lines
1.3 KiB
Plaintext
Raw Normal View History

0.90: got most of the features done, lacking some polish and real-hardware testing
1.00: overhauled the whole app, made some margins larger to be easier to tap on
1.01: fixed bug that caused rolled dice on the right of screen to be writ off-screen
2023-02-25 05:09:16 +00:00
1.02: added vibration when dice is rolled
1.03: vibration caused the accelerometer to never stop
2023-02-25 05:25:33 +00:00
1.04: decreased vibration strength
1.05: toggled the acceleration handler to prevent infinite buzz loop
2023-02-25 12:55:52 +00:00
1.06: increased vibration again
2023-02-25 13:05:35 +00:00
1.07: IDK how to use promises properly
1.08: still trying to fix the lack of vibrations
2023-02-25 13:35:18 +00:00
1.09: hopefully now it's fixed?
1.10: not having web bluetooth to debug is a PAIN
1.11: decreased vibration time, decreased accel requirement
1.12: issue with app calling roll function too many times at startup
1.13: added a delay after the buzzer stops to prevent multi-rolling
1.14: made the delay needlessly long to see if it even does anything
1.15: moved accel & vibration commands to the accelHandler function
1.16: enabled button usage & temporarily disabled acceleration
1.17: made changes to when accelHandler gets overwritten, temporarily disabled button usage
1.18: decided to keep around the button even while testing, disabled all safety round the accelHandler self-triggering
1.19: added longer delay before resetting accelHandler
1.20: removed all traces of accel b/c I've given up