Skip to content

Commit 614fcde

Browse files
committed
...
1 parent c351816 commit 614fcde

File tree

9 files changed

+15
-5
lines changed

9 files changed

+15
-5
lines changed

docs/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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.29 - 2017-10-10
5+
Bugfix: History stock server fixed.
6+
Bugfix: Fix auto dividend for US stock market.
7+
48
JStock 1.0.7.28 - 2017-09-12
59
Bugfix: Fix India issue.
610

installer/windows/jstock.nsi

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

1414
; The file to write
15-
OutFile "jstock-1.0.7.28-setup.exe"
15+
OutFile "jstock-1.0.7.29-setup.exe"
1616
LicenseData "gpl-2.0.txt"
1717

1818
; 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.5.7</fileVersion>
29-
<txtFileVersion>1.1.5.7</txtFileVersion>
28+
<fileVersion>1.1.5.8</fileVersion>
29+
<txtFileVersion>1.1.5.8</txtFileVersion>
3030
<fileDescription>JStock - Stock Market Software</fileDescription>
3131
<copyright>Yan Cheng Cheok &lt;[email protected]&gt;</copyright>
32-
<productVersion>1.1.5.7</productVersion>
33-
<txtProductVersion>1.1.5.7</txtProductVersion>
32+
<productVersion>1.1.5.8</productVersion>
33+
<txtProductVersion>1.1.5.8</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/data/gui.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,7 @@ SaveToCloudJDialog_SignOut=Sign out
757757
OptionsAlertJPanel_SignOut=Sign out
758758
OptionsNetworkJPanel_GoogleFinance=Google Finance
759759
OptionsNetworkJPanel_YahooFinance=Yahoo Finance
760+
OptionsNetworkJPanel_IEX=IEX
760761
WatchlistInfo_Country=Country
761762
WatchlistInfo_Name=Watchlist Name
762763
WatchlistInfo_Size=Size

src/org/yccheok/jstock/data/gui_de.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ SaveToCloudJDialog_SignOut=Sign out
752752
OptionsAlertJPanel_SignOut=Sign out
753753
OptionsNetworkJPanel_GoogleFinance=Google Finance
754754
OptionsNetworkJPanel_YahooFinance=Yahoo Finance
755+
OptionsNetworkJPanel_IEX=IEX
755756
WatchlistInfo_Country=Country
756757
WatchlistInfo_Name=Watchlist Name
757758
WatchlistInfo_Size=Size

src/org/yccheok/jstock/data/gui_en.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ SaveToCloudJDialog_SignOut=Sign out
756756
OptionsAlertJPanel_SignOut=Sign out
757757
OptionsNetworkJPanel_GoogleFinance=Google Finance
758758
OptionsNetworkJPanel_YahooFinance=Yahoo Finance
759+
OptionsNetworkJPanel_IEX=IEX
759760
WatchlistInfo_Country=Country
760761
WatchlistInfo_Name=Watchlist Name
761762
WatchlistInfo_Size=Size

src/org/yccheok/jstock/data/gui_it.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ SaveToCloudJDialog_SignOut=Sign out
756756
OptionsAlertJPanel_SignOut=Sign out
757757
OptionsNetworkJPanel_GoogleFinance=Google Finance
758758
OptionsNetworkJPanel_YahooFinance=Yahoo Finance
759+
OptionsNetworkJPanel_IEX=IEX
759760
WatchlistInfo_Country=Country
760761
WatchlistInfo_Name=Watchlist Name
761762
WatchlistInfo_Size=Size

src/org/yccheok/jstock/data/gui_zh.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,7 @@ SaveToCloudJDialog_SignOut=\u767b\u51fa
749749
OptionsAlertJPanel_SignOut=\u767b\u51fa
750750
OptionsNetworkJPanel_GoogleFinance=\u8c37\u6b4c\u8d22\u7ecf
751751
OptionsNetworkJPanel_YahooFinance=\u96c5\u864e\u8d22\u7ecf
752+
OptionsNetworkJPanel_IEX=IEX
752753
WatchlistInfo_Country=Country
753754
WatchlistInfo_Name=Watchlist Name
754755
WatchlistInfo_Size=Size

src/org/yccheok/jstock/data/gui_zh_TW.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ SaveToCloudJDialog_SignOut=\u767b\u51fa
747747
OptionsAlertJPanel_SignOut=\u767b\u51fa
748748
OptionsNetworkJPanel_GoogleFinance=\u8c37\u6b4c\u8ca1\u7d93
749749
OptionsNetworkJPanel_YahooFinance=\u96c5\u864e\u8ca1\u7d93
750+
OptionsNetworkJPanel_IEX=IEX
750751
WatchlistInfo_Country=Country
751752
WatchlistInfo_Name=Watchlist Name
752753
WatchlistInfo_Size=Size

0 commit comments

Comments
 (0)