Skip to content

Commit

Permalink
Release Alkitab Bible Study 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tonny-kohar committed Dec 16, 2019
1 parent ea20255 commit 8b7c0f6
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 37 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
/swingfx/build/
/swingfx/nbproject/private/

/alkitab-suite/dist/
6 changes: 3 additions & 3 deletions alkitab-core/src/kiyut/alkitab/Application.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Updated by build script
#Fri, 13 Dec 2019 15:47:27 +0700
#Mon, 16 Dec 2019 14:54:44 +0700
#Wed May 26 17:15:25 WIT 2010
version=3.2-beta
version=3.2
debug=false
title.full=Alkitab Bible Study
buildnumber=201912120000
buildnumber=201912160000
title=Alkitab
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Updated by build script
#Fri, 13 Dec 2019 15:47:27 +0700
#Mon, 16 Dec 2019 14:54:44 +0700
#Wed May 26 17:15:25 WIT 2010
SplashProgressBarBounds=0,255,530,6
currentVersion=Alkitab Bible Study 3.2-beta (Build 201912120000)
currentVersion=Alkitab Bible Study 3.2 (Build 201912160000)
SPLASH_HEIGHT=300
SplashProgressBarColor=0x9DB3C0
LBL_splash_window_title=Starting Alkitab
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Updated by build script
#Fri, 13 Dec 2019 15:47:27 +0700
#Mon, 16 Dec 2019 14:54:44 +0700
#Wed May 26 17:15:25 WIT 2010
CTL_MainWindow_Title=Alkitab Bible Study
CTL_MainWindow_Title_No_Project=Alkitab Bible Study
2 changes: 1 addition & 1 deletion alkitab-suite/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<echo message="Institutes Pack size: ${institutes-pack.size}"/>
<echo message="" />

<property name="app.java.version" value="Java 8 Update 181 or higher"/>
<property name="app.java.version" value="Java 8 Update 221 or higher"/>
<property name="app.url" value="http://www.kiyut.com"/>

<replace file="${nbdist-izpack.dir}/izpack-install-script.xml">
Expand Down
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 3.2
- Add ability to rename tab
- Refactor user guide to better follow netbeans guide

ver 3.1
- Fix generate index bug
- Various bug fixes
Expand Down
42 changes: 15 additions & 27 deletions alkitab-suite/installer/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ <h2>What is it?</h2>
<p><a name="what_new"></a></p>
<h2>What's New</h2>
<blockquote>
<p>ver 3.2</p>
<ul>
<li>Add ability to rename tab</li>
<li>Refactor user guide to better follow netbeans guide</li>
</ul>
<p>ver 3.1</p>
<ul>
<li>Fix generate index bug</li>
<li>Various bug fixes</li>
<li>Improved Session Persistence</li>
<li>Improved performance</li>
<li>Revert back to JSword 1.6 (more stable)</li>
<li>Updated to use Java 8 or Higher</li>
</ul>
<p>ver 3.0</p>
<ul>
<li>Improved HTML rendering (Java FX WebView)</li>
Expand All @@ -52,40 +66,14 @@ <h2>What's New</h2>
<li>Updated to use Java 8 or Higher</li>
<li>Updated to use Netbeans 8.2</li>
</ul>
<p>ver 2.9.1</p>
<ul>
<li>Add support for Ubuntu Unity</li>
</ul>
<p>ver 2.9</p>
<ul>
<li>Fix Could not compile stylesheet</li>
<li>Fix regression Bookshelf reindex</li>
<li>Improved Session Persistence</li>
<li>Improved performance</li>
<li>Some refactoring</li>
<li>Updated to use Netbeans 7.1.2</li>
</ul>
<p>ver 2.8.1</p>
<ul>
<li>Fix OpenJDK incompatibility</li>
<li>Various minor bug fixes</li>
<li>Various minor enhancements</li>
</ul>
<p>ver 2.8</p>
<ul>
<li>Fix Java 7 incompatibility</li>
<li>Source Viewer enhancements (anti alias)</li>
<li>Improved startup</li>
<li>Updated to use Netbeans 7.1</li>
</ul>
</blockquote>
<p>&nbsp;</p>

<p><a name="requirements"></a></p>
<h2>System Requirements</h2>
<blockquote>
<ul>
<li>Java 8 Update 25 or higher (<a href="http://www.java.com/getjava">http://www.java.com/getjava</a>)</li>
<li>Java 8 Update 221 or higher (<a href="http://www.java.com/getjava">http://www.java.com/getjava</a>)</li>
<li>1024 x 768, 16-bit (thousands of colors) color display or higher</li>
<li>Mouse or equivalent pointing device</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 @@ -26,9 +26,9 @@ app.title=Alkitab
# Custom Properties
# NOTE: Please check platform harness to avoid properties name conflict
app.title.full=${app.title} Bible Study
app.buildnumber=201912120000
app.version=3.2-beta
app.version.dash=3_2-beta
app.buildnumber=201912160000
app.version=3.2
app.version.dash=3_2
app.debug=false

# why this part not included in etc/alkitab.conf ??? Netbeans Bug ?
Expand Down

0 comments on commit 8b7c0f6

Please sign in to comment.