Skip to content

Commit

Permalink
#2: Add copy/undo/redo shortcuts and an eventual cut shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jul 10, 2020
1 parent 529f93f commit 2cf9c02
Show file tree
Hide file tree
Showing 6 changed files with 520 additions and 31 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* Added common roots for GOG Galaxy on Windows.
* Changed scrollbar style so that it's more obvious what's scrollable.
* Added copy/undo/redo shortcuts in text fields. Cutting is not yet supported
because of some limitations in the GUI library.

## v0.2.0 (2020-07-06)

Expand Down
201 changes: 182 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ license = "MIT"

[dependencies]
base64 = "0.12.3"
copypasta = "0.7.0"
dirs = "3.0.0"
glob = "0.3.0"
iced = "0.1.1"
iced_native = "0.2.2"
itertools = "0.9.0"
reqwest = { version = "0.10.6", features = [ "blocking", "rustls-tls" ], default-features = false }
serde = { version = "1.0.111", features = ["derive"] }
Expand Down
Loading

0 comments on commit 2cf9c02

Please sign in to comment.