ILLUSIONS RELEASE · 安定版

illusions v1.3.8

公開日
チャンネル
安定版

ダウンロード

リリースノート

What's Changed

  • feat: prepare MAS settings and auth flows by @Iktahana in https://github.com/Iktahana/illusions/pull/2168
  • fix: enable TestFlight groups from build relation by @Iktahana in https://github.com/Iktahana/illusions/pull/2169
  • fix: retry TestFlight build association by @Iktahana in https://github.com/Iktahana/illusions/pull/2170
  • feat(auth): use macOS web authentication sessions by @Iktahana in https://github.com/Iktahana/illusions/pull/2171
  • fix(build): copy native addon instead of symlink by @Iktahana in https://github.com/Iktahana/illusions/pull/2172
  • Fix account deletion browser flow by @Iktahana in https://github.com/Iktahana/illusions/pull/2174
  • Release beta from dev by @Iktahana in https://github.com/Iktahana/illusions/pull/2175
  • refactor: consolidate renderer source under src/ and tidy repository root by @Iktahana in https://github.com/Iktahana/illusions/pull/2179
  • docs(policy): add GitHub API budget rules to base policy by @Iktahana in https://github.com/Iktahana/illusions/pull/2180
  • chore(deps): bump the npmminorpatch group across 1 directory with 6 updates by @dependabot[bot] in https://github.com/Iktahana/illusions/pull/2182
  • chore(deps-dev): bump electron from 41.4.0 to 43.1.1 by @dependabot[bot] in https://github.com/Iktahana/illusions/pull/2178
  • chore(deps): bump actions/setup-node from 6 to 7 by @dependabot[bot] in https://github.com/Iktahana/illusions/pull/2176
  • fix(ci): repair split-arg script paths missed by src/ migration by @Iktahana in https://github.com/Iktahana/illusions/pull/2183
  • feat(ui): add configurable navigation shortcuts by @Iktahana in https://github.com/Iktahana/illusions/pull/2184
  • fix(updater): contain failed Store update checks by @Iktahana in https://github.com/Iktahana/illusions/pull/2191
  • fix(deps): update ProseMirror DOM selection handling by @Iktahana in https://github.com/Iktahana/illusions/pull/2192
  • ci: automate Mac App Store release metadata by @Iktahana in https://github.com/Iktahana/illusions/pull/2190
  • ci: upload beta builds to TestFlight by @Iktahana in https://github.com/Iktahana/illusions/pull/2173
  • fix(settings): unify editor font selection by @Iktahana in https://github.com/Iktahana/illusions/pull/2196
  • docs: update README to reflect Mac App Store terminal limitation by @Iktahana with @Copilot in https://github.com/Iktahana/illusions/pull/2194
  • docs: update docs/ to reflect recent code changes by @Iktahana with @Copilot in https://github.com/Iktahana/illusions/pull/2195
  • fix(security): loop HTML comment stripping to a fixed point by @Iktahana in https://github.com/Iktahana/illusions/pull/2200
  • fix(ci): resolve latest release by publishedat, not createdat by @Iktahana in https://github.com/Iktahana/illusions/pull/2199
  • fix(security): loop HTML comment stripping to a fixed point (beta) by @Iktahana in https://github.com/Iktahana/illusions/pull/2201
  • fix(security): use execFileSync argv arrays for electron-rebuild calls (beta) by @Iktahana in https://github.com/Iktahana/illusions/pull/2203
  • fix: resolve npx.cmd on Windows for execFileSync electron-rebuild calls by @Iktahana in https://github.com/Iktahana/illusions/pull/2204
  • fix: enable shell:true on Windows for execFileSync npx.cmd calls by @Iktahana in https://github.com/Iktahana/illusions/pull/2205
  • Rust によるドキュメントエクスポート基盤の再構築 by @Iktahana in https://github.com/Iktahana/illusions/pull/2209
  • fix(security): use execFileSync argv arrays for electron-rebuild calls by @Iktahana in https://github.com/Iktahana/illusions/pull/2202
  • MDI エクスポートを Electron ホストへ移す by @Iktahana in https://github.com/Iktahana/illusions/pull/2211
  • dev を beta へマージしてベータ版を発行 by @Iktahana in https://github.com/Iktahana/illusions/pull/2210
  • MDI エクスポートの実行時基盤と DOCX 設定を修正 by @Iktahana in https://github.com/Iktahana/illusions/pull/2213
  • fix(editor): preserve search selection and block macOS Option text by @Iktahana in https://github.com/Iktahana/illusions/pull/2224
  • chore(deps): apply axios and undici security updates by @Iktahana in https://github.com/Iktahana/illusions/pull/2225
  • fix(mas): accept unpacked MDI runtime by @Iktahana in https://github.com/Iktahana/illusions/pull/2226
  • fix(mas): verify flattened MDI runtime by @Iktahana in https://github.com/Iktahana/illusions/pull/2227
  • fix(mas): materialize MDI WASM runtime by @Iktahana in https://github.com/Iktahana/illusions/pull/2228
  • fix(mas): recognize MAS platform in runtime hook by @Iktahana in https://github.com/Iktahana/illusions/pull/2229
  • feat(settings): allow macOS Option character input by @Iktahana in https://github.com/Iktahana/illusions/pull/2230
  • fix: publish pending dev changes by @Iktahana in https://github.com/Iktahana/illusions/pull/2231
  • ci: speed up GitHub Actions pipelines by @Iktahana in https://github.com/Iktahana/illusions/pull/2233
  • ファイルエクスポートと長編PDF出力を安定化 by @Iktahana in https://github.com/Iktahana/illusions/pull/2232
  • MDIフロントマターを保持し全出力形式を揃える by @Iktahana in https://github.com/Iktahana/illusions/pull/2235
  • release(beta): publish latest dev by @Iktahana in https://github.com/Iktahana/illusions/pull/2236
  • HTMLエクスポート設定とiframeプレビューを追加 by @Iktahana in https://github.com/Iktahana/illusions/pull/2237
  • ci: tag releases at the triggering commit by @Iktahana in https://github.com/Iktahana/illusions/pull/2238
  • release(beta): publish corrected release metadata by @Iktahana in https://github.com/Iktahana/illusions/pull/2239
  • fix: harden beta store publication by @Iktahana in https://github.com/Iktahana/illusions/pull/2241
  • 印刷プロファイルと縦書きスクロールを完成 by @Iktahana in https://github.com/Iktahana/illusions/pull/2250
  • release: promote Store publication fixes to beta by @Iktahana in https://github.com/Iktahana/illusions/pull/2251
  • システム印刷の頁番号と縦書きスクロール検証を完成 by @Iktahana in https://github.com/Iktahana/illusions/pull/2252
  • chore: update MDI export packages by @Iktahana in https://github.com/Iktahana/illusions/pull/2253
  • chore: update MDI export packages by @Iktahana in https://github.com/Iktahana/illusions/pull/2254
  • feat(analytics): track document output formats by @Iktahana in https://github.com/Iktahana/illusions/pull/2255
  • feat(analytics): track note output formats by @Iktahana in https://github.com/Iktahana/illusions/pull/2256
  • test: verify native export/create project dialog callbacks by @Iktahana in https://github.com/Iktahana/illusions/pull/2257
  • chore: sync dev branch for artifact checker and latest fixes by @Iktahana in https://github.com/Iktahana/illusions/pull/2258
  • fix: use native Windows export and print windows by @Iktahana in https://github.com/Iktahana/illusions/pull/2273
  • chore: merge dev into beta for release by @Iktahana in https://github.com/Iktahana/illusions/pull/2275
  • chore: promote beta to stable v1.3.8 by @Iktahana in https://github.com/Iktahana/illusions/pull/2277

Full Changelog: https://github.com/Iktahana/illusions/compare/v1.3.5...v1.3.8