Skip to content

Commit

Permalink
Release Alkitab v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonny-kohar committed Oct 16, 2020
1 parent 2bc87e6 commit cfd54d1
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 14 deletions.
4 changes: 2 additions & 2 deletions alkitab-branding/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>5.0</specification-version>
<specification-version>5.0.1</specification-version>
</run-dependency>
</dependency>
<dependency>
Expand All @@ -25,7 +25,7 @@
<dependency>
<code-name-base>kiyut.alkitab.modules.userguide</code-name-base>
<run-dependency>
<specification-version>5.0</specification-version>
<specification-version>5.0.1</specification-version>
</run-dependency>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion alkitab-localization/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>5.0</specification-version>
<specification-version>5.0.1</specification-version>
</run-dependency>
</dependency>
</module-dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Updated by build script
#Thu, 15 Oct 2020 16:16:45 +0700
#Fri, 16 Oct 2020 16:33:23 +0700
#Updated by build script
#Mon, 14 Sep 2020 07:12:38 +0700
SplashProgressBarBounds=0,255,530,6
currentVersion=Alkitab Bible Study 5.0.1-beta1 (Build 202010150000)
currentVersion=Alkitab Bible Study 5.0.1 (Build 202010160000)
SPLASH_HEIGHT=300
SplashProgressBarColor=0x9DB3C0
LBL_splash_window_title=Starting Alkitab
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Updated by build script
#Thu, 15 Oct 2020 16:16:45 +0700
CTL_MainWindow_Title=Alkitab Bible Study 5.0.1-beta1
CTL_MainWindow_Title_No_Project=Alkitab Bible Study 5.0.1-beta1
#Fri, 16 Oct 2020 16:33:23 +0700
CTL_MainWindow_Title=Alkitab Bible Study 5.0.1
CTL_MainWindow_Title_No_Project=Alkitab Bible Study 5.0.1
4 changes: 4 additions & 0 deletions alkitab-suite/changelogs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ver 5.0.1
- Fix Mac OS ClassNotFound Exception
- REGRESSION run.args.extra is not parsed and updated to conf file

ver 5.0
- Improved performance
- Updated to use JavaFX WebView
Expand Down
11 changes: 8 additions & 3 deletions alkitab-suite/installer/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ <h2>What is it?</h2>
<p><a name="what_new"></a></p>
<h2>What's New</h2>
<blockquote>
<p>ver 5.0.1</p>
<ul>
<li>Fix Mac OS ClassNotFound Exception</li>
<li>REGRESSION run.args.extra is not parsed and updated to conf file</li>
</ul>
<p>ver 5.0.</p>
<ul>
<li>Improved performance</li>
Expand All @@ -63,7 +68,7 @@ <h2>What's New</h2>
<p>ver 3.2</p>
<ul>
<li>Add ability to rename tab</li>
<li>Refactor user guide to better follow netbeans guide</li>
<li>Refactor user guide to better follow Netbeans guide</li>
</ul>
<p>ver 3.1</p>
<ul>
Expand Down Expand Up @@ -145,14 +150,14 @@ <h2>Launching Application</h2>
<blockquote>
<ul>
<li>on <strong>Microsoft Windows</strong> just run Alkitab from Desktop Shortcut or Start Menu - All Programs - Kiyut - Alkitab<br/>
on <strong>Mac OSX</strong>
on <strong>Other Platform</strong>
<ul>
<li>open the Terminal program (inside Applications folder - Utilities)</li>
<li>type "cd [INSTALL-DIR]/bin/" eg: cd /home/user-name/Kiyut/Alkitab/bin/</li>
<li>type "./alkitab"</li>
<li>or you can just run Alkitab by double click the file alkitab at "[INSTALL-DIR]/bin/alkitab" eg: /Applications/Kiyut/Alkitab/bin/alkitab and choose open with terminal</li>
</ul>
on <strong>other platform</strong> run [INSTALL-DIR]/bin/alkitab, if necessary <strong>chmod +x</strong> alkitab to make it executable
on <strong>Other Platform</strong> run [INSTALL-DIR]/bin/alkitab, if necessary <strong>chmod +x</strong> alkitab to make it executable
</li>
<li>enjoy the product</li>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions alkitab-suite/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ app.title=Alkitab
# Custom Properties
# NOTE: Please check platform harness to avoid properties name conflict
app.title.full=Alkitab Bible Study
app.buildnumber=202010150000
app.version=5.0.1-beta1
app.version.dash=5_0_1-beta1
app.buildnumber=202010160000
app.version=5.0.1
app.version.dash=5_0_1
app.debug=false

app.java.version=11.0.4
Expand Down

0 comments on commit cfd54d1

Please sign in to comment.