diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e690a38..c1475bb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "EduCalc" -version = "0.1.0" +version = "0.3.0" edition = "2021" authors = ["divear "] license = "GPL3" diff --git a/todo.todo b/todo.todo index 1ce53f8..bb76466 100644 --- a/todo.todo +++ b/todo.todo @@ -8,10 +8,8 @@ # gui - [x] the grades - [ ] loading page - - [ ] pass the grade in the js array as a number, not string - - [ ] add the option to "save login" - - [ ] make the checkbox visible - - [ ] sign off button + - [x] add the option to "save login" + - [x] make the checkbox visible - [x] add the option to "show password" - [x] make the password be type="password" - [x] make it recognize 0.5 as a weight @@ -20,5 +18,7 @@ - [x] make both availible with --tui option +- [x] write a blog about this + +- [ ] upload to crates.io -- [ ] write a blog about this