Skip to content

Commit f9a3974

Browse files
committed
1.0.7.7
1 parent dd98028 commit f9a3974

File tree

10 files changed

+61
-28
lines changed

10 files changed

+61
-28
lines changed

appengine/jstock-static/war/news_information/index.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,31 @@
44
<body>
55
<!--fe78440e-e0fe-4efb-881d-264a01be483c-->
66

7-
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma;">JStock 1.0.7.6 had been released.</p>
7+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma;">JStock 1.0.7.7 had been released.</p>
88

99
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma"></p>
1010

11-
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma">Bugfix: Cash balance calculation.</p>
11+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma">
12+
Feature: In certain country like Malaysia, even if you type in complete stock
13+
code "7252WA.KL", the API will give you 0 result. Hence, we will
14+
perform stock pricing enquiry (deep search) to determine whether it
15+
is a valid stock code input.
16+
</p>
17+
18+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma">
19+
Bugfix: Memory leak on history chart window. After viewing and closing
20+
(using 'X' not '_'), and minimizing JStock, when JStock is then
21+
maximized again, there are all of a sudden all charts previously
22+
viewed and closed.
23+
</p>
24+
25+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma">
26+
Bugfix: Remove SMS alert feature.
27+
</p>
1228

1329
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma"></p>
1430

15-
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma;">You may download latest JStock 1.0.7.6 from <a href="http://jstock.org/download.html?utm_source=jstock&utm_medium=news_update">http://jstock.org/download.html</a>. After upgrade, your personal data will be preserved.</p>
31+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma;">You may download latest JStock 1.0.7.7 from <a href="http://jstock.org/download.html?utm_source=jstock&utm_medium=news_update">http://jstock.org/download.html</a>. After upgrade, your personal data will be preserved.</p>
1632

1733
</body>
1834
</html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
id=ltsgi4R41y6x9GucPlNn5ls5HPDzKBIgRezXRcuYF/AjqV9XZCmyDJ9wl+KWaTed
2-
news_id=12/04/15
2+
news_id=02/06/15
33
news_url=http://jstock-static.appspot.com/news_information/index.html

appengine/jstock-static/war/news_information/zh/index.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,31 @@
44
<body>
55
<!--fe78440e-e0fe-4efb-881d-264a01be483c-->
66

7-
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma;">JStock 1.0.7.6 had been released.</p>
7+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma;">JStock 1.0.7.7 had been released.</p>
88

99
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma"></p>
1010

11-
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma">Bugfix: Cash balance calculation.</p>
11+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma">
12+
Feature: In certain country like Malaysia, even if you type in complete stock
13+
code "7252WA.KL", the API will give you 0 result. Hence, we will
14+
perform stock pricing enquiry (deep search) to determine whether it
15+
is a valid stock code input.
16+
</p>
17+
18+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma">
19+
Bugfix: Memory leak on history chart window. After viewing and closing
20+
(using 'X' not '_'), and minimizing JStock, when JStock is then
21+
maximized again, there are all of a sudden all charts previously
22+
viewed and closed.
23+
</p>
24+
25+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma">
26+
Bugfix: Remove SMS alert feature.
27+
</p>
1228

1329
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma"></p>
1430

15-
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma;">You may download latest JStock 1.0.7.5 from <a href="http://jstock.org/zh/download.html?utm_source=jstock&utm_medium=news_update">http://jstock.org/zh/download.html</a>. After upgrade, your personal data will be preserved.</p>
31+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma;">You may download latest JStock 1.0.7.7 from <a href="http://jstock.org/zh/download.html?utm_source=jstock&utm_medium=news_update">http://jstock.org/zh/download.html</a>. After upgrade, your personal data will be preserved.</p>
1632

1733
</body>
1834
</html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
id=ltsgi4R41y6x9GucPlNn5ls5HPDzKBIgRezXRcuYF/AjqV9XZCmyDJ9wl+KWaTed
2-
news_id=12/04/15
2+
news_id=02/06/15
33
news_url=http://jstock-static.appspot.com/news_information/zh/index.html
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
applicationVersionID=1135
2-
windowsDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-6/jstock-1.0.7.6-setup.exe
3-
linuxDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-6/jstock-1.0.7.6-bin.zip
4-
macDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-6/jstock-1.0.7.6-bin.zip
5-
solarisDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-6/jstock-1.0.7.6-bin.zip
1+
applicationVersionID=1136
2+
windowsDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-7/jstock-1.0.7.7-setup.exe
3+
linuxDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-7/jstock-1.0.7.7-bin.zip
4+
macDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-7/jstock-1.0.7.7-bin.zip
5+
solarisDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-7/jstock-1.0.7.7-bin.zip
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
applicationVersionID=1135
2-
windowsDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-6/jstock-1.0.7.6-setup.exe
3-
linuxDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-6/jstock-1.0.7.6-bin.zip
4-
macDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-6/jstock-1.0.7.6-bin.zip
5-
solarisDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-6/jstock-1.0.7.6-bin.zip
1+
applicationVersionID=1136
2+
windowsDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-7/jstock-1.0.7.7-setup.exe
3+
linuxDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-7/jstock-1.0.7.7-bin.zip
4+
macDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-7/jstock-1.0.7.7-bin.zip
5+
solarisDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-7/jstock-1.0.7.7-bin.zip

docs/changelog.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
This file summarizes changes in JStock releases.
22
Numbers in parentheses refer to SourceForge.net tracker item numbers (#XXXXX)
33

4-
JStock 1.0.7.7 - xxxx-xx-xx
4+
JStock 1.0.7.7 - 2015-06-02
55
Feature: In certain country like Malaysia, even if you type in complete stock
66
code "7252WA.KL", the API will give you 0 result. Hence, we will
77
perform stock pricing enquiry (deep search) to determine whether it
88
is a valid stock code input.
99
Bugfix: Memory leak on history chart window. After viewing and closing
10-
(using ‘X’ not ‘_”), and minimizing JStock, when JStock is then
10+
(using 'X' not '_'), and minimizing JStock, when JStock is then
1111
maximized again, there are all of a sudden all charts previously
1212
viewed and closed.
13+
Bugfix: Remove SMS alert feature.
1314

1415
JStock 1.0.7.6 - 2015-04-12
1516
Bugfix: Cash balance calculation.

installer/windows/jstock.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name ${PRODUCT_NAME}
1111
RequestExecutionLevel admin ;Workaround for Vista
1212

1313
; The file to write
14-
OutFile "jstock-1.0.7.6-setup.exe"
14+
OutFile "jstock-1.0.7.7-setup.exe"
1515
LicenseData "gpl-2.0.txt"
1616

1717
; The default installation directory

installer/windows/jstock.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<maxHeapSize>512</maxHeapSize>
2626
</jre>
2727
<versionInfo>
28-
<fileVersion>1.1.3.5</fileVersion>
29-
<txtFileVersion>1.1.3.5</txtFileVersion>
28+
<fileVersion>1.1.3.6</fileVersion>
29+
<txtFileVersion>1.1.3.6</txtFileVersion>
3030
<fileDescription>JStock - Stock Market Software</fileDescription>
3131
<copyright>Yan Cheng Cheok &lt;[email protected]&gt;</copyright>
32-
<productVersion>1.1.3.5</productVersion>
33-
<txtProductVersion>1.1.3.5</txtProductVersion>
32+
<productVersion>1.1.3.6</productVersion>
33+
<txtProductVersion>1.1.3.6</txtProductVersion>
3434
<productName>JStock - Stock Market Software</productName>
3535
<companyName>Yan Cheng Cheok &lt;[email protected]&gt;</companyName>
3636
<internalName>jstock</internalName>

src/org/yccheok/jstock/gui/Utils.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2713,11 +2713,11 @@ public ApplicationInfo(int applicationVersionID, String windowsDownloadLink, Str
27132713

27142714
////////////////////////////////////////////////////////////////////////////
27152715
////////////////////////////////////////////////////////////////////////////
2716-
private static final String ABOUT_BOX_VERSION_STRING = "1.0.7.6";
2716+
private static final String ABOUT_BOX_VERSION_STRING = "1.0.7.7";
27172717

2718-
// 1.0.7.6
2718+
// 1.0.7.7
27192719
// For About box comparision on latest version purpose.
2720-
private static final int APPLICATION_VERSION_ID = 1135;
2720+
private static final int APPLICATION_VERSION_ID = 1136;
27212721
////////////////////////////////////////////////////////////////////////////
27222722
////////////////////////////////////////////////////////////////////////////
27232723

0 commit comments

Comments
 (0)