• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FinalCrypt - The No¹ One-Time Pad Encryption


Commit MetaInfo

修訂073eccb542f3841d6bfdb0ee77b412a7271c2e8c (tree)
時間2020-02-22 11:55:46
作者ron <ronuitzaandam@gmai...>
Commiterron

Log Message

Date: 2020-02-22 Version: 6.3.4

Finally added a proper icon for Windows, Mac and Linux

Updating FinalCrypt users please take some extra steps
Windows: remove & add icon from task-bar to renew icon
Mac OSX: remove & add icon from the dock to renew icon
Linux: Logoff/on desktop session again to renew icon

Change Summary

差異

--- a/build.xml
+++ b/build.xml
@@ -8,6 +8,7 @@
88 <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
99 <!-- in the project's Project Properties dialog box.-->
1010 <project name="FinalCrypt" default="default" basedir=".">
11+<property name="deploy.icon.native" value="finalcrypt-icon.png"/>
1112 <description>Builds, tests, and runs the project FinalCrypt.</description>
1213 <import file="nbproject/build-impl.xml"/>
1314 <!--
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,12 @@
1+Date: 2020-02-22 Version: 6.3.4
2+
3+Finally added a proper icon for Windows, Mac and Linux
4+
5+Updating FinalCrypt users please take some extra steps
6+Windows: remove & add icon from task-bar to renew icon
7+Mac OSX: remove & add icon from the dock to renew icon
8+Linux: Logoff/on desktop session again to renew icon
9+
110 Date: 2020-02-18 Version: 6.3.3
211
312 Fixed browser opening platform unsupported error log
Binary files /dev/null and b/finalcrypt-icon.ico differ
Binary files /dev/null and b/finalcrypt-icon.png differ
Binary files /dev/null and b/finalcrypt-splash.png differ
--- a/manpage.txt
+++ b/manpage.txt
@@ -62,4 +62,4 @@ Parameters:
6262 <[-t "file/dir"]> Target items (files or directories) you want to encrypt (recursive).
6363 <[-b "batchfile"]> Batchfile with targetfiles you want to encrypt (only files).
6464
65-FinalCrypt 6.3.3 - Author: Ron de Jong <info@finalcrypt.org> - Copyright: © 2017-2020
\ No newline at end of file
65+FinalCrypt 6.3.4 - Author: Ron de Jong <info@finalcrypt.org> - Copyright: © 2017-2020
\ No newline at end of file
--- a/manpage_examples.txt
+++ b/manpage_examples.txt
@@ -76,4 +76,4 @@ Key Device Examples (Linux):
7676 java -cp finalcrypt.jar rdj/CLUI --encrypt -k /dev/sdc1 -t myfile
7777 java -cp finalcrypt.jar rdj/CLUI --decrypt -k /dev/sdc1 -t myfile
7878
79-FinalCrypt 6.3.3 - Author: Ron de Jong <info@finalcrypt.org> - Copyright: © 2017-2020
\ No newline at end of file
79+FinalCrypt 6.3.4 - Author: Ron de Jong <info@finalcrypt.org> - Copyright: © 2017-2020
\ No newline at end of file
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -5,10 +5,10 @@ annotation.processing.run.all.processors=true
55 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
66 application.desc=FinalCrypt - The No1 One-Time Pad Encryption
77 application.homepage=http://www.finalcrypt.org/
8-application.splash=
8+application.splash=finalcrypt-splash.png
99 application.title=FinalCrypt
1010 application.vendor=FinalCrypt
11-application.implementation.version=6.3.3
11+application.implementation.version=6.3.4
1212 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs=false
1313 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width=4
1414 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab=4
--- a/src/rdj/VERSION
+++ b/src/rdj/VERSION
@@ -1 +1 @@
1-6.3.3
\ No newline at end of file
1+6.3.4
\ No newline at end of file
--- a/src/rdj/VERSION2
+++ b/src/rdj/VERSION2
@@ -28,9 +28,12 @@
2828 [] = {} ----------------------------------------------------------------
2929 [Update Notes] = {Update 3}
3030 [Update Notes] = {}
31-[Update Notes] = {Fixed browser opening platform unsupported error log}
32-[Update Notes] = {Cleaned up log with regards to check & open websites}
33-[Update Notes] = {Fixed hang on repeated clicking wikipedia hyperlinks}
31+[Update Notes] = {Finally added a proper icon for Windows, Mac and Linux}
32+[Update Notes] = {}
33+[Update Notes] = {Updating FinalCrypt users please take some extra steps}
34+[Update Notes] = {Windows: remove & add icon from task-bar to renew icon}
35+[Update Notes] = {Mac OSX: remove & add icon from the dock to renew icon}
36+[Update Notes] = {Linux: Logoff/on desktop session again to renew icon}
3437 [] = {} --------------------------------------------------------------------------------------------------------
3538 [Alert Subject_] = {}
3639 [Alert Notes_] = {}
--- a/src/rdj/todo_doing_done.txt
+++ b/src/rdj/todo_doing_done.txt
@@ -19,6 +19,7 @@ Set version on file: Version
1919 Set version on file: Version2
2020 Update file: changelog
2121 Update file: manpage
22+Update file: build.xml UNIX: finalcrypt-icon.png Win: finalcrypt-icon.ico
2223
2324 =================================== Done ====================================
2425