diff --git a/Cargo.toml b/Cargo.toml index 7079f0e6..4fc9f18a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["fan-control", "lhm", "lmsensors", "sensors", "iced-app"] [package] name = "fan-control" -version = "0.1.1 " +version = "0.1.1" description = "Control your fans with different behaviors" exclude = ["/.*", "justfile", "LICENCE"] categories = ["command-line-utilities"] diff --git a/DEV.md b/DEV.md index 87370592..28969547 100644 --- a/DEV.md +++ b/DEV.md @@ -22,13 +22,11 @@ ## Todo/upgradable parts -- add cargo-packager a way to localize resource: done but not merged - add app icon on windows, with cargo packager (nsis) - add resource folder only for nsis - return error from the windows server - stop windows server with a command: implemented but could be improved with taking app state back - get app_state back when we close the ui -- pop up when closing - serialize graph like that: ```toml [[Graph]] @@ -41,7 +39,6 @@ ] ``` - make a similar crate of https://github.com/mxre/winres, but with no dependencies. This will add an icon to .exe on Windows https://github.com/crabnebula-dev/cargo-packager/issues/107 -- find out how to do blocking operation on the command pool of Iced, without blocking the thread - support const value in trait that use enum_dispatch - fix the time_stamp of env_logger - pop when leaving the app, to save the current config or auto create temp config