File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 2.8] - 2022-01-29
6+ - Hotfix: Can't change theme and language at the same time (#16 )
7+ - Hotfix: Updated translation for Chinese (#16 )
8+
59## [ 2.7] - 2022-01-28
610- New: Multilingual support (starting with Hellenic and Chinese)
711
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ public CompareForm()
1717 chkRemove . Text = Options . TranslationList [ "chkRemove" ] . ToString ( ) ;
1818 label2 . Text = Options . TranslationList [ "label2" ] . ToString ( ) ;
1919 lblNoMatch . Text = Options . TranslationList [ "lblNoMatch" ] . ToString ( ) ;
20+ this . Text = Options . TranslationList [ "btnCompare" ] . ToString ( ) ;
2021
2122 LoadActiveHash ( ) ;
2223
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ public IdenticalsForm(List<SumResult> list)
1919 Options . ApplyTheme ( this ) ;
2020 helperMenu . Renderer = new ToolStripRendererMaterial ( ) ;
2121
22+ this . Text = Options . TranslationList [ "btnFindIdenticals" ] . ToString ( ) ;
23+ copyToolStripMenuItem . Text = Options . TranslationList [ "copyToolStripMenuItem" ] . ToString ( ) ;
24+ saveAsJSONToolStripMenuItem . Text = Options . TranslationList [ "btnSaveJson" ] . ToString ( ) ;
25+
2226 ConfigureGUI ( ) ;
2327 _identicals = list ;
2428 GetActiveHash ( ) ;
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ private void Translate()
3939 chkHigh . Text = Options . TranslationList [ "chkHigh" ] . ToString ( ) ;
4040 okbtn . Text = Options . TranslationList [ "button7" ] . ToString ( ) ;
4141 label3 . Text = Options . TranslationList [ "label3" ] . ToString ( ) ;
42+ this . Text = Options . TranslationList [ "btnOptions" ] . ToString ( ) ;
4243 }
4344
4445 private void LoadSettings ( )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ static class Program
1212
1313 // Enter current version here
1414 internal readonly static float Major = 2 ;
15- internal readonly static float Minor = 7 ;
15+ internal readonly static float Minor = 8 ;
1616
1717 /* END OF VERSION PROPERTIES */
1818
Original file line number Diff line number Diff line change 1111 "btnCancelHashing" : " 取消" ,
1212 "btnCancelHashingPressed" : " 取消中..." ,
1313 "button7" : " 同意" ,
14- "label3" : " 期望的哈希: " ,
14+ "label3" : " 选择语言 " ,
1515 "btnPaste" : " 粘贴" ,
1616 "chkRemove" : " 移除短横线" ,
1717 "label2" : " 结果" ,
2121 "btnAnalyze" : " 分析JSON文件" ,
2222 "btnList" : " 列出JSON文件" ,
2323 "label27" : " 选择主题" ,
24- "label1" : " 选择语言 " ,
24+ "label1" : " 期望的哈希: " ,
2525 "lbl88" : " 选择哈希类别" ,
2626 "chkLower" : " 小写显示" ,
2727 "chkCRCFormat" : " 十进制显示CRC32" ,
4040 "clearToolStripMenuItem" : " 全部清除" ,
4141 "newVersion" : " 有一个新的版本可用!\n\n 最新版本: {LATEST}\n 当前版本: {CURRENT}\n\n 你想现在下载吗?\n\n 应用程序将在几秒钟内重新启动." ,
4242 "noNewVersion" : " 您已经是最新的版本!" ,
43- "betaVersion" : " 你使用的是实验版本 !" ,
43+ "betaVersion" : " 你使用的是测试版本 !" ,
4444 "filesWord" : " 文件" ,
4545 "enableSHA256Message" : " VirusTotal仅通过其SHA256哈希值识别文件!\n\n 你是否希望为此操作开启SHA256?" ,
4646 "noIdenticalsMessage" : " 没有找到相同的文件!" ,
47- "unsupportedJSON1" : " 检测到不支持的JSON文件:" ,
47+ "unsupportedJSON1" : " 检测到不支持的JSON文件:\n\n " ,
4848 "unsupportedJSON2" : " \n 这些文件不会被分析!" ,
4949 "invalidPath" : " 无法执行JSON分析. 所有文件路径都无效." ,
5050 "corruptedJSON" : " 由JSON分析的所有文件都已损坏!" ,
Original file line number Diff line number Diff line change 66
77Simple utility to calculate and compare hashes of multiple files
88<p align =" center " >
9- <a href="https://github.com/hellzerg/hashing/releases/download/2.7 /Hashing-2.7 .exe" target="_blank">
9+ <a href="https://github.com/hellzerg/hashing/releases/download/2.8 /Hashing-2.8 .exe" target="_blank">
1010 <img src="download-button.png">
1111 </a>
1212</p >
@@ -44,6 +44,6 @@ https://github.com/hellzerg/hashing/blob/master/IMAGES.md
4444
4545## Details: ##
4646
47- * Latest version: 2.7
48- * Released: January 28 , 2022
49- * SHA256: B3A6EBEADBB3992ABE452B585C8BA3EE4B14D8A16123A8AACDE414501317D39A
47+ * Latest version: 2.8
48+ * Released: January 29 , 2022
49+ * SHA256: A0C44D81E6C6AB7ED1BC81D05E6448C0C31BFD9BC212F2541A51A121359FF279
Original file line number Diff line number Diff line change 1- 2.7
1+ 2.8
You can’t perform that action at this time.
0 commit comments