forked from madmickstar/restorething
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated doco
- Loading branch information
Showing
4 changed files
with
46 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Restorething Release Notes | ||
========================== | ||
|
||
v0.2.4 04/02/2017 | ||
----------------- | ||
|
||
* updated doco - fixed typos | ||
|
||
v0.2.3 13/01/2017 | ||
----------------- | ||
|
||
* Fixed version detection when run as a python module | ||
|
||
v0.2.2 12/01/2017 | ||
----------------- | ||
|
||
* Added ability to restore all instances of a single file | ||
* Added user confirmation when overwriting files when restoring, with ability to force overriding without warning | ||
* Added ability to filter on both directory and file | ||
* Added storing DB, setting and log files to user home directory | ||
* Improved CLI date validation and user feedback | ||
* Improved error handling throughout CLI validation code | ||
* Improved dbrestore code to be easier to follow and update | ||
* Updated CLI argument grouping | ||
* Updated md and rst documentation covering all features | ||
* Updated user warning code to be reusable | ||
|
||
v0.1.0 10/12/2016 | ||
----------------- | ||
|
||
* First release features | ||
* Feature - Nearest file before/after a specific date/time (default behaviour) | ||
* Feature - Nearest file before a specific date/time | ||
* Feature - Nearest file after a specific date/time | ||
* Feature - Filter files with specific string | ||
* Feature - Filter dir with specific string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
|
||
__version__ = '0.2.3' | ||
__version__ = '0.2.4' |