-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
612b175
commit b0a22bb
Showing
4 changed files
with
45 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
0.5.0 | ||
===== | ||
|
||
Overview | ||
-------- | ||
|
||
Minor bug fixes and added decyption options to the UI | ||
|
||
**Features** | ||
|
||
* Add luks and bitlocker decryption options to the Thumbtack UI | ||
|
||
**Bug Fixes** | ||
|
||
* Remove requirement that manual mountpoint must exist in the thumbtack docker container before being added to the database. | ||
* Install new version of libewf in Thumbtack dockerfile. | ||
|
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,12 @@ | ||
0.5.1 | ||
===== | ||
|
||
Overview | ||
-------- | ||
|
||
Update dependency version | ||
|
||
**Bug Fixes** | ||
|
||
* Set imagemounter dependency to most recent version. | ||
|
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,13 @@ | ||
0.5.2 | ||
===== | ||
|
||
Overview | ||
-------- | ||
|
||
Minor command line option and mount status message changes | ||
|
||
**Features** | ||
|
||
* Added a CLI flag to unmoutn all mountpoints and reomve all empty directories in the thumbtack mount directory on startup | ||
* Added status message to indicate conflicting volume group names for lvm volume groups. | ||
|
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 |
---|---|---|
|
@@ -13,3 +13,6 @@ Release Notes | |
0.3.0 | ||
0.3.1 | ||
0.3.2 | ||
0.5.0 | ||
0.5.1 | ||
0.5.2 |