Skip to content

Commit d961a47

Browse files
committed
prepare for release
1 parent 0485c69 commit d961a47

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Please note:
3131
### Command Line Arguments
3232

3333
```
34-
usage: python3 hashtopolis.zip [-h] [--de-register] [--version] [--number-only] [--disable-update] [--debug] [--voucher VOUCHER] [--url URL] [--cert CERT] [--files-path FILES_PATH]
35-
[--crackers-path CRACKERS_PATH] [--hashlists-path HASHLISTS_PATH] [--preprocessors-path PREPROCESSORS_PATH] [--zaps-path ZAPS_PATH] [--cpu-only]
34+
usage: python3 hashtopolis.zip [-h] [--de-register] [--version] [--number-only] [--disable-update] [--debug] [--voucher VOUCHER] [--url URL]
35+
[--cert CERT] [--files-path FILES_PATH] [--crackers-path CRACKERS_PATH] [--hashlists-path HASHLISTS_PATH]
36+
[--preprocessors-path PREPROCESSORS_PATH] [--zaps-path ZAPS_PATH] [--cpu-only]
3637
37-
38-
Hashtopolis Client v0.7.3
38+
Hashtopolis Client v0.7.4
3939
4040
optional arguments:
4141
-h, --help show this help message and exit
@@ -58,6 +58,7 @@ optional arguments:
5858
--zaps-path ZAPS_PATH
5959
Use given folder path as zaps location
6060
--cpu-only Force client to register as CPU only and also only reading out CPU information
61+
6162
```
6263

6364
### Config
@@ -127,6 +128,9 @@ In order to use the multicast distribution for files, please make sure that the
127128

128129
The list contains all Hashcat versions with which the client was tested and is able to work with (other versions might work):
129130

131+
* 7.1.1
132+
* 7.1.0
133+
* 7.0.0
130134
* 6.2.6
131135
* 6.2.5
132136
* 6.2.4

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## v0.7.3-> v0.7.x
1+
## v0.7.3-> v0.7.4
22

3-
### bugfixes
3+
### Bugfixes
44

55
* Fixed bug in healthcheck on windows #hashtopolis/server/1019
6+
* Compatibility for new machine-readable output format of hashcat 7 added
67

78
## v0.7.2 -> v0.7.3
89

htpclient/initialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_version():
1616

1717
@staticmethod
1818
def get_version_number():
19-
return "0.7.3"
19+
return "0.7.4"
2020

2121
def run(self, args):
2222
self.__check_cert(args)

0 commit comments

Comments
 (0)