Releases: xing403/schedule
Releases · xing403/schedule
v0.2.2
v0.2.1
V0.2.0-bata
🌟 Feat
- The unified operation is an instruction option, Refactor notifications, get time, etc. into directives
- Use
MQTT
service timely message get sent - web use localStorage save schedules
🎨 UI
- Refactor the page UI layout to make the page look more reasonable
- Simplify the operation process and make it easier to create and modify schedule
🐛 Bug
- Fixed the problem that the schedule does not wait because the next execution time of the task is too long
- use
electron-log
save app run log
version 0.2.0-alpha
✨ feat
directive
Configure the key, execute the preset directive, the current only suppose date-time
🐛 fix
Small problems are not worth mentioning
🎨 style
Optimize page layout and icon to make the page look more reasonable
V0.1.12
V0.1.12
Feat
- detach schedule creation from the schedule list page
- Introduce layout to make the page look more beautiful
- modify the configuration content of the electron build project (include icon, logo...)
- use
UnoCSS
directives make the style code more stylish.
Optimize
- The generation method of schedule cron is changed from entering cron string to selecting the desired date and time.