Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
バージョンアップ
Browse files Browse the repository at this point in the history
  • Loading branch information
SSW-SCIENTIFIC committed Oct 11, 2018
1 parent 3e71d1f commit 9f563e7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
5 changes: 5 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Author

History
-------
### 2018-10-12 v3.0.8
* 起動時`label_nextDownloadTime`が初期化される前に代入が行われて例外が飛んでいたのを修正
* コメント投稿時にチャンネルIDが取得可能かどうか確認し, チャンネル動画の場合は自動184を無効化するように
* ニコニコ動画10/11メンテナンスに伴うwww.nicovideo.jpのHTTPS化に対する暫定対応

### 2018-09-26 v3.0.7
* 非ログイン時に動画取得が出来なかった不具合を修正
* ログアウト処理が正常に行われていなかったのを修正
Expand Down
4 changes: 2 additions & 2 deletions src/NNDD-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
<versionNumber>3.0.7</versionNumber>
<versionNumber>3.0.8</versionNumber>

<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
<versionLabel>v3.0.7-Beta</versionLabel>
<versionLabel>v3.0.8-Beta</versionLabel>

<!-- Description, displayed in the AIR application installer. Optional. -->
<!-- <description></description> -->
Expand Down
18 changes: 14 additions & 4 deletions update_v2_native.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<update xmlns="http://ns.riaspace.com/air/framework/update/description/1.1">
<dmg>
<version>v3.0.7</version>
<url>https://github.com/SSW-SCIENTIFIC/NNDD/releases/download/v3.0.7-Beta/NNDD_v3_0_7.dmg</url>
<version>v3.0.8</version>
<url>https://github.com/SSW-SCIENTIFIC/NNDD/releases/download/v3.0.8-Beta/NNDD_v3_0_8.dmg</url>
<description><![CDATA[
2018-10-12 v3.0.8
・起動時`label_nextDownloadTime`が初期化される前に代入が行われて例外が飛んでいたのを修正
・コメント投稿時にチャンネルIDが取得可能かどうか確認し, チャンネル動画の場合は自動184を無効化するように
・ニコニコ動画10/11メンテナンスに伴うwww.nicovideo.jpのHTTPS化に対する暫定対応
2018-09-26 v3.0.7
・非ログイン時に動画取得が出来なかった不具合を修正
・ログアウト処理が正常に行われていなかったのを修正
Expand Down Expand Up @@ -153,9 +158,14 @@
</dmg>

<exe>
<version>3.0.7</version>
<url>https://github.com/SSW-SCIENTIFIC/NNDD/releases/download/v3.0.7-Beta/NNDD_v3_0_7.exe</url>
<version>3.0.8</version>
<url>https://github.com/SSW-SCIENTIFIC/NNDD/releases/download/v3.0.8-Beta/NNDD_v3_0_8.exe</url>
<description><![CDATA[
2018-10-12 v3.0.8
・起動時`label_nextDownloadTime`が初期化される前に代入が行われて例外が飛んでいたのを修正
・コメント投稿時にチャンネルIDが取得可能かどうか確認し, チャンネル動画の場合は自動184を無効化するように
・ニコニコ動画10/11メンテナンスに伴うwww.nicovideo.jpのHTTPS化に対する暫定対応
2018-09-26 v3.0.7
・非ログイン時に動画取得が出来なかった不具合を修正
・ログアウト処理が正常に行われていなかったのを修正
Expand Down

0 comments on commit 9f563e7

Please sign in to comment.