v3.0.0 - More big upgrades
Lots of stuff comes in v3. SmarterCalendar is now actually usable. The main changes are as follows:
- The user can manually chunk tasks
- The algorithm considers the time available each day (default value for all days, can be overridden for days of the week, can be further overridden for individual days)
- The user can add events
There's a lot of other small stuff. This is a big step, as this is now a real, working calendar.
What's Changed
- Task descriptions by @AlexHalbesleben in #58
- Bump core-js from 3.24.0 to 3.24.1 by @dependabot in #60
- Bump eslint from 8.20.0 to 8.21.0 by @dependabot in #59
- Tooltips on settings and task modals by @AlexHalbesleben in #61
- Manual chunking by @AlexHalbesleben in #62
- Chunk/task completion by @AlexHalbesleben in #63
- Calendar shows current day by @AlexHalbesleben in #65
- Hotkeys by @AlexHalbesleben in #66
- Bump sass from 1.54.0 to 1.54.1 by @dependabot in #69
- Bump @typescript-eslint/parser from 5.31.0 to 5.32.0 by @dependabot in #68
- Bump @typescript-eslint/eslint-plugin from 5.31.0 to 5.32.0 by @dependabot in #67
- Time considerations for chunking algorithm by @AlexHalbesleben in #70
- Days can have specific start and end times by @AlexHalbesleben in #72
- Events by @AlexHalbesleben in #73
- Styling by @AlexHalbesleben in #75
- Help modal by @AlexHalbesleben in #77
- Chunking algorithm's perception of "time" can include events by @AlexHalbesleben in #78
- Shorten message by @AlexHalbesleben in #80
- Bump version to v3 by @AlexHalbesleben in #82
Full Changelog: v2.0.0...v3.0.0