template-base-app - v0.9.21
- Apr 15 2023
- Update to modql 0.2.0 (minor refactor, just moving module for
modql::ListOptions
)
- Update dendencies.
template-base-app - v0.9.20
- Apr 4 2023
template-base-app - v0.9.19
- March 10 2023
template-base-app - v0.9.18
- March 10 2023
- first update to the first version of modql (v0.5.0)
- Dependency updates.
template-base-app - v0.9.13..v0.9.17
- Oct 19 2022 .. Nov 28 2023
- Mostly dependency updates.
template-base-app - v0.9.12
- Oct 16 2022
- Update dom-native dependencies for older Safari support (Catalina)
awesome-app cli - v0.1.4
- Oct 16 2022
awesome-app cli - v0.1.3
- Oct 14 2022
- Change Awesome.toml format from
runners.dev
to dev.runners
(upgrade handled).
- Refactor
Awesome.toml
parsing (use default serde deserialization).
- Code clean (clippy), dependencies updates.
template-base-app - v0.9.10..v0.9.11
- Oct 11 2022
awesome-app cli - v0.1.2
- Oct 3 2022
-
subcommand new
- clear Awesome.toml from gitignore.
-
subcommand new
- create the Awesome.toml and git init the app dir.
- Code refactor (moving to TryFrom rather than custom trait).
-
subcommand new
- clone only depth 1.
- update dependencies.
template-base-app - v0.9.2..v0.9.9
- Oct 3 2022
- code doc, code clean, move evnt module to single file.
- refactor - move to TryFrom with newtype patterns for external types.
- css - ellipsis for task info.
- fix dark theme and tasks-dt scroll.
- update package.json scripts strategy to go with the Awesome.toml (and windows friendly).
- update icon strategy (only app-icon.png in git, then, npm run tauri icon src-tauri/icons/app-icon.png).
- added Awesome.toml in .gitignore as this should be generated by awesome-app when not present.
- . updated pcss-cli to 0.2.8 for windows support.
- code reformatting, typos, dependencies.
awesome-app cli - v0.1.1
- Sep 26 2022
- Added Awesome.toml as runners configuration with proper shutdown on app close.
- Terminate process tree on app close.
- windows - Fixed program not found for 'npm' .