Skip to content

Commit

Permalink
Merge branch 'master' into release/opengl
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jul 21, 2020
2 parents 760051d + a0d7412 commit 896bd9c
Show file tree
Hide file tree
Showing 13 changed files with 1,385 additions and 277 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.4.0 (2020-07-21)

* Added the ability to select and deselect specific games.
* Added the ability to restore to different folders via redirects.
* Added indicators for how much disk space is used by the files.
* Added indicators in the GUI when files fail to process.
* Added a browse button for folders.
* Replaced the "=> Restore" and "=> Backup" buttons with a navigation bar.
* Redesigned the confirmation and error screens so that the buttons are shown
below the text, which helps to prevent any accidental clicks before reading.
* Narrowed how Steam IDs are substituted in paths to avoid false positives.
* Fixed an issue where restore mode in the GUI would get stuck showing an
"in progress" state if the source path had no subdirectories.

## v0.3.0 (2020-07-12)

* Added command line interface.
Expand Down
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
### Prerequisites
Rust 1.44.0 or newer is recommended.

On Linux, you'll need some additional system packages because of clipboard
support:

* Ubuntu: `sudo apt-get install -y gcc libxcb-composite0-dev`
On Linux, you'll need some additional system packages. Refer to the README
for the list.

### Commands
* Run program:
Expand Down
207 changes: 159 additions & 48 deletions Cargo.lock

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

Loading

0 comments on commit 896bd9c

Please sign in to comment.