From bb94de10b56addfaf5287313beac76846569e52c Mon Sep 17 00:00:00 2001 From: Tonny Kohar <13114803+tonny-kohar@users.noreply.github.com> Date: Tue, 16 Jun 2020 15:54:19 +0700 Subject: [PATCH] Release v4.0.1 --- alkitab-branding/manifest.mf | 2 +- .../nbproject/genfiles.properties | 2 +- alkitab-branding/nbproject/project.xml | 4 +-- .../modules/branding/Bundle.properties | 2 ++ .../kiyut/alkitab/modules/branding/layer.xml | 26 +++++++++---------- alkitab-localization/manifest.mf | 2 +- .../nbproject/genfiles.properties | 2 +- alkitab-localization/nbproject/project.xml | 2 +- .../netbeans/core/startup/Bundle.properties | 4 +-- .../core/windows/view/ui/Bundle.properties | 2 +- alkitab-suite/installer/readme.html | 7 +++++ alkitab-suite/legal/LICENSE.alkitab.txt | 14 +++++----- alkitab-suite/nbproject/platform.properties | 1 - alkitab-suite/nbproject/project.properties | 6 ++--- 14 files changed, 42 insertions(+), 34 deletions(-) diff --git a/alkitab-branding/manifest.mf b/alkitab-branding/manifest.mf index fcddf86..da951fa 100644 --- a/alkitab-branding/manifest.mf +++ b/alkitab-branding/manifest.mf @@ -3,5 +3,5 @@ OpenIDE-Module: kiyut.alkitab.modules.branding OpenIDE-Module-Layer: kiyut/alkitab/modules/branding/layer.xml OpenIDE-Module-Localizing-Bundle: kiyut/alkitab/modules/branding/Bundle.properties OpenIDE-Module-Install: kiyut/alkitab/modules/branding/BrandingModuleInstall.class -OpenIDE-Module-Specification-Version: 4.0 +OpenIDE-Module-Specification-Version: 4.0.1 diff --git a/alkitab-branding/nbproject/genfiles.properties b/alkitab-branding/nbproject/genfiles.properties index 15562d2..f6da6bf 100644 --- a/alkitab-branding/nbproject/genfiles.properties +++ b/alkitab-branding/nbproject/genfiles.properties @@ -3,6 +3,6 @@ build.xml.script.CRC32=8fce3bb8 build.xml.stylesheet.CRC32=15ca8a54@2.79 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=43582d2b +nbproject/build-impl.xml.data.CRC32=e87253de nbproject/build-impl.xml.script.CRC32=6fb89a8b nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.79 diff --git a/alkitab-branding/nbproject/project.xml b/alkitab-branding/nbproject/project.xml index 997d8a3..c204b47 100644 --- a/alkitab-branding/nbproject/project.xml +++ b/alkitab-branding/nbproject/project.xml @@ -11,7 +11,7 @@ - 4.0 + 4.0.1 @@ -25,7 +25,7 @@ kiyut.alkitab.modules.userguide - 4.0 + 4.0.1 diff --git a/alkitab-branding/src/kiyut/alkitab/modules/branding/Bundle.properties b/alkitab-branding/src/kiyut/alkitab/modules/branding/Bundle.properties index ea1cb96..816f554 100644 --- a/alkitab-branding/src/kiyut/alkitab/modules/branding/Bundle.properties +++ b/alkitab-branding/src/kiyut/alkitab/modules/branding/Bundle.properties @@ -13,3 +13,5 @@ Menu/Navigate=&Navigate Menu/Tools=&Tools Menu/Window=&Window Menu/Help=&Help + +Toolbars/Standard.xml=Alkitab Toolbar diff --git a/alkitab-branding/src/kiyut/alkitab/modules/branding/layer.xml b/alkitab-branding/src/kiyut/alkitab/modules/branding/layer.xml index 85acf05..afbe3b1 100644 --- a/alkitab-branding/src/kiyut/alkitab/modules/branding/layer.xml +++ b/alkitab-branding/src/kiyut/alkitab/modules/branding/layer.xml @@ -4,12 +4,16 @@ + + + + @@ -101,17 +105,12 @@ - - - - - @@ -130,12 +129,8 @@ - - + - - - @@ -149,13 +144,16 @@ + + + + - - + - + @@ -167,6 +165,8 @@ + + diff --git a/alkitab-localization/manifest.mf b/alkitab-localization/manifest.mf index 8629674..596e896 100644 --- a/alkitab-localization/manifest.mf +++ b/alkitab-localization/manifest.mf @@ -1,5 +1,5 @@ Manifest-Version: 1.0 OpenIDE-Module: kiyut.alkitab.modules.localization OpenIDE-Module-Localizing-Bundle: kiyut/alkitab/modules/localization/Bundle.properties -OpenIDE-Module-Specification-Version: 4.0 +OpenIDE-Module-Specification-Version: 4.0.1 diff --git a/alkitab-localization/nbproject/genfiles.properties b/alkitab-localization/nbproject/genfiles.properties index 29f62c6..ab9571d 100644 --- a/alkitab-localization/nbproject/genfiles.properties +++ b/alkitab-localization/nbproject/genfiles.properties @@ -3,6 +3,6 @@ build.xml.script.CRC32=dee3b0c0 build.xml.stylesheet.CRC32=79c3b980 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=d3c0a140 +nbproject/build-impl.xml.data.CRC32=737f8597 nbproject/build-impl.xml.script.CRC32=ef850945 nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.79 diff --git a/alkitab-localization/nbproject/project.xml b/alkitab-localization/nbproject/project.xml index 1f7b496..fd67694 100644 --- a/alkitab-localization/nbproject/project.xml +++ b/alkitab-localization/nbproject/project.xml @@ -11,7 +11,7 @@ - 4.0 + 4.0.1 diff --git a/alkitab-suite/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties b/alkitab-suite/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties index bf755c2..7e3c28f 100644 --- a/alkitab-suite/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties +++ b/alkitab-suite/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties @@ -1,8 +1,8 @@ #Updated by build script -#Mon, 15 Jun 2020 15:41:15 +0700 +#Tue, 16 Jun 2020 15:35:00 +0700 #Wed May 26 17:15:25 WIT 2010 SplashProgressBarBounds=0,255,530,6 -currentVersion=Alkitab Bible Study 4.0 (Build 202005100000) +currentVersion=Alkitab Bible Study 4.0.1 (Build 202006160000) SPLASH_HEIGHT=300 SplashProgressBarColor=0x9DB3C0 LBL_splash_window_title=Starting Alkitab diff --git a/alkitab-suite/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties b/alkitab-suite/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties index 7a04c8a..09a310a 100644 --- a/alkitab-suite/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties +++ b/alkitab-suite/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties @@ -1,5 +1,5 @@ #Updated by build script -#Mon, 15 Jun 2020 15:41:15 +0700 +#Tue, 16 Jun 2020 15:35:00 +0700 #Wed May 26 17:15:25 WIT 2010 CTL_MainWindow_Title=Alkitab Bible Study CTL_MainWindow_Title_No_Project=Alkitab Bible Study diff --git a/alkitab-suite/installer/readme.html b/alkitab-suite/installer/readme.html index da4a25a..1974207 100644 --- a/alkitab-suite/installer/readme.html +++ b/alkitab-suite/installer/readme.html @@ -40,6 +40,13 @@

What is it?

What's New

+

ver 4.0.1

+
    +
  • Improved performance (search using thread)
  • +
  • Fix general options panel
  • +
  • Fix bookshelf book properties display empty dialog
  • +
  • Fix screen glitch during indexing
  • +

ver 4.0

  • Improved Options settings
  • diff --git a/alkitab-suite/legal/LICENSE.alkitab.txt b/alkitab-suite/legal/LICENSE.alkitab.txt index c9dafa7..e75a52e 100644 --- a/alkitab-suite/legal/LICENSE.alkitab.txt +++ b/alkitab-suite/legal/LICENSE.alkitab.txt @@ -2,15 +2,15 @@ This work is authored by Tonny Kohar This work is released into Public Domain. You are free to use this work in any way you wish. +DISCLAIMER + +THIS SOFTWARE IS PROVIDED AS-IS, WITH ABSOLUTELY NO WARRANTY. +YOU ASSUME ALL RESPONSIBILITY FOR ANY AND ALL CONSEQUENCES +THAT MAY RESULT FROM THE USE OF THIS SOFTWARE! + IMPORTANT This computer program also includes other components developed by third parties. Each component is governed by its own license which may not be under public domain -license. - -DISCLAIMER - -THIS SOFTWARE IS PROVIDED AS-IS, WITH ABSOLUTELY NO WARRANTY. -YOU ASSUME ALL RESPONSIBILITY FOR ANY AND ALL CONSEQUENCES -THAT MAY RESULT FROM THE USE OF THIS SOFTWARE! \ No newline at end of file +license. \ No newline at end of file diff --git a/alkitab-suite/nbproject/platform.properties b/alkitab-suite/nbproject/platform.properties index 4b5c261..1ed641d 100644 --- a/alkitab-suite/nbproject/platform.properties +++ b/alkitab-suite/nbproject/platform.properties @@ -32,7 +32,6 @@ disabled.modules=\ org.netbeans.modules.autoupdate.cli,\ org.netbeans.modules.core.kit,\ org.netbeans.modules.favorites,\ - org.netbeans.modules.janitor,\ org.netbeans.modules.junitlib,\ org.netbeans.modules.netbinox,\ org.netbeans.modules.print,\ diff --git a/alkitab-suite/nbproject/project.properties b/alkitab-suite/nbproject/project.properties index f479b96..8c57724 100644 --- a/alkitab-suite/nbproject/project.properties +++ b/alkitab-suite/nbproject/project.properties @@ -26,9 +26,9 @@ app.title=Alkitab # Custom Properties # NOTE: Please check platform harness to avoid properties name conflict app.title.full=Alkitab Bible Study -app.buildnumber=202005100000 -app.version=4.0 -app.version.dash=4_0 +app.buildnumber=202006160000 +app.version=4.0.1 +app.version.dash=4_0_1 app.debug=false app.java.version=11.0.4