Skip to content

Commit

Permalink
Changed app version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ulver2812 committed Mar 12, 2019
1 parent e153360 commit 07d07c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
### Changelog
All notable changes to this project will be documented in this file.

## [1.5.0] - 2019-03-12
### Fixed
- The backup 'is running' spinner remain stuck when the AWS CLI S3 generates an error
- The backup don't continue if the previous file/folder generate an error with an exit code 2 of the AWS CLI
### Added
- Auto start on OS boot
- App single instance check to avoid multiple app instances
- Time (minutes to hours ) and data (KB/s to Mb/s) unit conversion in settings and add/edit job pages
- --no-follow-symlinks option to aws s3 sync command
- Italian translation for the next run date in the job list
### Changed
- Email errors notification, now you will receive error log only when the job is done

## [1.4.1] - 2019-03-07
### Fixed
- Email notification: logs attachment was missing on backup error
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-s3-backup",
"version": "1.4.1",
"version": "1.5.0",
"description": "AWS S3 backup system",
"homepage": "https://github.com/ulver2812/aws-s3-backup",
"author": {
Expand Down

0 comments on commit 07d07c4

Please sign in to comment.