diff --git a/package.json b/package.json index 21ad929..7ef6774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "creddy", - "version": "0.2.3", + "version": "0.3.0", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b2a9407..eff939c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "creddy" -version = "0.2.3" +version = "0.3.0" description = "A friendly AWS credentials manager" authors = ["Joseph Montanaro"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5e575ba..9aacf53 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "creddy", - "version": "0.2.3" + "version": "0.3.0" }, "tauri": { "allowlist": { diff --git a/src/views/Settings.svelte b/src/views/Settings.svelte index 602d8f4..8411436 100644 --- a/src/views/Settings.svelte +++ b/src/views/Settings.svelte @@ -1,11 +1,6 @@ - - - diff --git a/todo.md b/todo.md index 3bae67e..64f8e5a 100644 --- a/todo.md +++ b/todo.md @@ -1,6 +1,16 @@ +## Definitely + * Switch to "process" provider for AWS credentials (much less hacky) * Session timeout (plain duration, or activity-based?) * Fix rehide behavior when new request comes in while old one is still being resolved * Additional hotkey configuration (approve/deny at the very least) * Logging +* Icon * SSH key handling + +## Maybe + +* Flatten error type hierarchy +* Rehide after terminal launch from locked + * Generalize Request across both credentials and terminal launch? +* Make hotkey configuration a little more tolerant of slight mistiming