forked from gtkhash/gtkhash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
84 lines (68 loc) · 2.44 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Summary of changes for each GtkHash release:
1.4 (2020-07-11)
* Added CRC32C
* Replaced the word "Digest" with "Checksum" in some places (#40)
* Added a separate hash button for each function (#50)
* Added preference to show/hide HMAC feature
* Fixed translations not showing on Windows and Snap package
* Reduced Windows install size
1.3 (2020-05-25)
* Fixed crash when program is closed (#47)
* Added vertical scrolling to File/Text view (#35)
* Added clipboard paste button to Check input
* Added Windows compatibility
* Removed support for GTK 2
1.2 (2018-11-27)
* Added compatibility for Thunar 1.7
* Added optional Peony (UKUI file manager) extension
1.1.1 (2017-11-01)
* Fixed bug in loading user preferences
1.1 (2017-03-12)
* Removed internal BLAKE2 code and added option to use libb2 instead
* Added OpenSSL-1.1 as a BLAKE2b/BLAKE2s provider
* Removed PolarSSL support (replaced by mbed TLS)
1.0.1 (2017-03-02)
* Fixed crash when certain Linux kernel crypto modules aren't loaded
* Fixed plugin crash when viewing file properties in Thunar
* Other bug fixes
1.0 (2016-11-16)
* Added feature for checking digests from files (md5sum, sfv, etc.)
* Added commandline option for enabling hash functions by name
* Added Caja (MATE file manager) extension
* Added BLAKE2 hash functions
* Added support for mbed TLS
* Switched to use GTK 3 by default
* Added desktop menu entry and icon
0.7.0 (2013-10-30)
* Added optional Nemo (Cinnamon file manager) extension
* Added more commandline options
* Added support for PolarSSL
* Added support for Nettle
* UI bug fixes
0.6.0 (2011-12-14)
* Added "Check" feature for comparing digests
* Added HMAC support
* Added MD6 hash function
* Switched from GConf to GSettings
0.5.0 (2011-10-31)
* Improved hashing speed on SMP systems
* Added support for libcrypto
0.4.0 (2011-10-26)
* Added support for hashing non-local files using GIO
* Made mhash an optional dependency
* Added optional support for other hash libraries/interfaces
* Added Digest Format option
* Added optional Thunar (Xfce file manager) plugin
* Added support for GTK 3
* General usability improvements
0.3.0 (2009-11-22)
* Added optional Nautilus (GNOME file manager) extension
0.2.1 (2008-12-31)
* Fixed progress bar display for large files
* Removed dependency on libglade
0.2.0 (2007-08-14)
* Added file list mode for hashing multiple files
0.1.1 (2007-07-21)
* Added gettext support
0.1.0 (2007-06-29)
* Initial release