Skip to content

Commit 0faf9bd

Browse files
committed
1.0.7.60
1 parent 3bf344a commit 0faf9bd

File tree

12 files changed

+36
-36
lines changed

12 files changed

+36
-36
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
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.58 had been released.</p>
7+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma;">JStock 1.0.7.60 had been released.</p>
88

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

1111
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma">
12-
Feature: Ability to rename stock name only, without having to rename stock code.
12+
Bugfix: Fix API.
1313
</p>
1414

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

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

1919
</body>
2020
</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=10/06/2022
2+
news_id=24/05/2023
33
news_url=https://raw.githubusercontent.com/yccheok/jstock/master/appengine/jstock-static/war/news_information/index.html

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
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.58 had been released.</p>
7+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma;">JStock 1.0.7.60 had been released.</p>
88

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

1111
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma">
12-
Feature: Ability to rename stock name only, without having to rename stock code.
12+
Bugfix: Fix API.
1313
</p>
1414

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

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

1919
</body>
2020
</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=10/06/2022
2+
news_id=24/05/2023
33
news_url=https://raw.githubusercontent.com/yccheok/jstock/master/appengine/jstock-static/war/news_information/index.html
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
applicationVersionID=1188
2-
windowsDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-58/jstock-1.0.7.58-setup.exe
3-
linuxDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-58/jstock-1.0.7.58-bin.zip
4-
macDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-58/jstock-1.0.7.58-bin.zip
5-
solarisDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-58/jstock-1.0.7.58-bin.zip
1+
applicationVersionID=1190
2+
windowsDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-60/jstock-1.0.7.60-setup.exe
3+
linuxDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-60/jstock-1.0.7.60-bin.zip
4+
macDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-60/jstock-1.0.7.60-bin.zip
5+
solarisDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-60/jstock-1.0.7.60-bin.zip
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
applicationVersionID=1188
2-
windowsDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-58/jstock-1.0.7.58-setup.exe
3-
linuxDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-58/jstock-1.0.7.58-bin.zip
4-
macDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-58/jstock-1.0.7.58-bin.zip
5-
solarisDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-58/jstock-1.0.7.58-bin.zip
1+
applicationVersionID=1190
2+
windowsDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-60/jstock-1.0.7.60-setup.exe
3+
linuxDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-60/jstock-1.0.7.60-bin.zip
4+
macDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-60/jstock-1.0.7.60-bin.zip
5+
solarisDownloadLink=https://github.com/yccheok/jstock/releases/download/release_1-0-7-60/jstock-1.0.7.60-bin.zip

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
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.59 had been released.</p>
7+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma;">JStock 1.0.7.60 had been released.</p>
88

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

1111
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma">
12-
Bugfix: Fix pinyin input for Taiwan stock market.
12+
Bugfix: Fix API.
1313
</p>
1414

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

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

1919
</body>
2020
</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=06/09/2022
2+
news_id=24/05/2023
33
news_url=https://raw.githubusercontent.com/yccheok/jstock/master/appengine/jstock-static/war/news_information/index.html

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
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.59 had been released.</p>
7+
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma;">JStock 1.0.7.60 had been released.</p>
88

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

1111
<p style="margin-top: 10; font-size: 9px; font-family: Tahoma">
12-
Bugfix: Fix pinyin input for Taiwan stock market.
12+
Bugfix: Fix API.
1313
</p>
1414

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

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

1919
</body>
2020
</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=06/09/2022
2+
news_id=24/05/2023
33
news_url=https://raw.githubusercontent.com/yccheok/jstock/master/appengine/jstock-static/war/news_information/index.html

0 commit comments

Comments
 (0)