@famibee/skynovel 1.25.8 → 1.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,11 +36,6 @@ jobs:
36
36
  # a pull request then we can checkout the head.
37
37
  fetch-depth: 2
38
38
 
39
- # If this run was triggered by a pull request event, then checkout
40
- # the head of the pull request instead of the merge commit.
41
- - run: git checkout HEAD^2
42
- if: ${{ github.event_name == 'pull_request' }}
43
-
44
39
  # Initializes the CodeQL tools for scanning.
45
40
  - name: Initialize CodeQL
46
41
  uses: github/codeql-action/init@v1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,49 @@
1
+ # [1.27.0](https://github.com/famibee/SKYNovel/compare/v1.26.0...v1.27.0) (2022-01-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * [update_check]DLでアーキテクチャ(x32、x64など)別の対応が可能に ([b8e569f](https://github.com/famibee/SKYNovel/commit/b8e569febb418f69c58879cab036d370fa66a3f1))
7
+
8
+ - feat: [update_check]のアプリダウンロードでアーキテクチャ(x32、x64など)別の対応が可能に
9
+ - 拡張機能により生成された _index.json ファイルを使用
10
+ - 旧版の .yml ファイルもしばらく対応する
11
+ - feat: アプリ実行時に OSや CPU アーキテクチャに対応するファイルが見つからない場合、同じOSのファイルをすべてダウンロードさせる
12
+ - fix: [update_check]でDLするか確認するダイアログを無効にしていたのを修正
13
+ - fix: [update_check]のダウンロードテクノロジーを[snapshot]と同じにし、保存ダイアログなしでダウンロードフォルダに保存するように
14
+
15
+
16
+ # [1.26.0](https://github.com/famibee/SKYNovel/compare/v1.25.10...v1.26.0) (2022-01-10)
17
+
18
+
19
+ ### Features
20
+
21
+ * [tsy]にrender属性追加(半透明時に差分境界が見える件対応) ([0608345](https://github.com/famibee/SKYNovel/commit/060834572a621feafbf4df6c18b071041ca80ecd))
22
+
23
+ - feat: [tsy]にrender属性追加。trueを指定すると[trans]のように絵を合成してから不透明度を適用するように(半透明時に差分境界が見えなくなる)
24
+ - fix: nullではなくなるべくundefinedを使用するように(TypeScriptチームに倣い)
25
+
26
+
27
+ ## [1.25.10](https://github.com/famibee/SKYNovel/compare/v1.25.9...v1.25.10) (2022-01-09)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * 前更新で[trans]がちらつくようになったのを修正 ([75b83d6](https://github.com/famibee/SKYNovel/commit/75b83d68a474c674e7070a1e82668f63997a6e68))
33
+
34
+ - fix: 前更新で[trans]がちらつくようになったのを修正
35
+
36
+
37
+ ## [1.25.9](https://github.com/famibee/SKYNovel/compare/v1.25.8...v1.25.9) (2022-01-09)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * 動画やアニメスプライトを含まないレイヤのみのページの[trans]は処理を削減するように ([1e76a6f](https://github.com/famibee/SKYNovel/commit/1e76a6f900e3305abd292fcc4481323ee6978984))
43
+
44
+ - fix: 動画やアニメスプライトを含まないレイヤのみのページの[trans]は処理を削減するように
45
+
46
+
1
47
  ## [1.25.8](https://github.com/famibee/SKYNovel/compare/v1.25.7...v1.25.8) (2022-01-08)
2
48
 
3
49