Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Add changelog, update cargo.toml and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobineau committed Jul 30, 2022
1 parent b188ffe commit 83af7bc
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
* Add monthly dow trigger
* Add monthly trigger
* Add Changelog

### Changed
* Improve documentation
* Change triggers to accept bools instead of i16
* Update cargo toml
* Update readme

## [0.0.1] - 2022-04-10
### Added
* Add ability to set settings on task
* Add ability to set principal
* Add repetition (untested)
* Add create logon task
* Add weekly task example
* Add time trigger example
* Create LICENSE
* Create builder/schedule for daily triggers
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "planif"
authors = ["mattrobineau"]
authors = ["Matt Robineau <[email protected]>"]
description = "planif is a builder pattern wrapper for the windows task scheduler API of windows-rs."
license = "MIT"
repository = "https://github.com/mattrobineau/planif"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
keywords = ["scheduled", "task", "windows"]
categories = ["os::windows-apis"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please refer to the `examples` folder. The folder contains code for creating eac
- [ ] Event
- [x] Idle
- [x] Logon
- [ ] MonthlyDOW
- [X] MonthlyDOW
- [x] Monthly
- [ ] Registration
- [x] Time
Expand Down

0 comments on commit 83af7bc

Please sign in to comment.