bump version

This commit is contained in:
Joseph Montanaro 2023-09-11 16:15:28 -07:00
parent e3913ab4c9
commit 25dbb2611d
4 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "creddy", "name": "creddy",
"version": "0.2.3", "version": "0.3.0",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "creddy" name = "creddy"
version = "0.2.3" version = "0.3.0"
description = "A friendly AWS credentials manager" description = "A friendly AWS credentials manager"
authors = ["Joseph Montanaro"] authors = ["Joseph Montanaro"]
license = "" license = ""

View File

@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "creddy", "productName": "creddy",
"version": "0.2.3" "version": "0.3.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

10
todo.md
View File

@ -1,6 +1,16 @@
## Definitely
* Switch to "process" provider for AWS credentials (much less hacky) * Switch to "process" provider for AWS credentials (much less hacky)
* Session timeout (plain duration, or activity-based?) * Session timeout (plain duration, or activity-based?)
* Fix rehide behavior when new request comes in while old one is still being resolved * Fix rehide behavior when new request comes in while old one is still being resolved
* Additional hotkey configuration (approve/deny at the very least) * Additional hotkey configuration (approve/deny at the very least)
* Logging * Logging
* Icon
* SSH key handling * 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