Skip to content

Commit

Permalink
Update CHANGELOG for v0.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liry committed Feb 7, 2016
1 parent 07ec200 commit 04379b7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Simple Amazon Glacier Uploader Changelog

### Version 0.75.0

- Upgrade to Java version 8
### 2016/02/07 - Version 0.75.0

- Upgrade to Java version 8 (i.e. Java 8 is required).
- Redesign upload window. Add progress bar of current file.
- If properties not present in working dir, use '.sagu' dir in user's home.
- Add --properties-dir command line argument.
- Add escaping to YAML logs.
- Add enclosing of values to CSV log. Values in CSV log are now enclosed in double quotes. Double quotes in values
are being escaped by second double quote.
- Remove trailing comma from CSV logs. It's forbidden in CSV specification. See RFC 4180.
- One can now easily traverse between input fields and buttons using tab key.

### 2015/10/13 - Version 0.74.7

Expand Down

0 comments on commit 04379b7

Please sign in to comment.