Skip to content

Latest commit

 

History

History
104 lines (59 loc) · 8.18 KB

File metadata and controls

104 lines (59 loc) · 8.18 KB

Changelog

2.0.0 (2026-03-24)

⚠ BREAKING CHANGES

  • settings: SourceAircraftDir と SourceDlcCampaignDir を廃止し、DcsWorldInstallDir と外部注入先設定へ移行する

Features

  • settings: ゲームインストール基準の注入先設定に対応 (#82) (6307af2)
  • translation: 翻訳作成画面を追加 (#88) (ab269eb)
  • upload: PR作成前のLua構文チェックとエラーダイアログを追加 (#93) (709eca2)

Bug Fixes

  • Bump the app-core group with 3 updates (#86) (f46537b)
  • Bump the kiota group with 6 updates (#89) (e95f455)
  • Bump the testing group with 2 updates (#87) (33fc3e9)
  • shell: Settings遷移時のウィンドウサイズ強制変更を防止 (#95) (ee2e626)

1.4.0 (2026-02-16)

Features

  • dialog: PR作成時に流通制御ポリシー同意を必須化 (#68) (3a70527)
  • infra: API経路選択をIPv4/IPv6ヘルスレースとフォールバック対応へ拡張 (#77) (462f320)
  • perf: SHAキャッシュ導入とTree API経路最適化で一覧取得とツリー表示を高速化 (#66) (e24bce0)
  • update: 起動時のGitHub Releases更新確認と通知機能を追加 (#63) (f291a1c)

Bug Fixes

  • Bump Microsoft.Kiota.Abstractions and Microsoft.Kiota.Serialization.Form (#41) (da539af)
  • Bump NLog from 6.0.7 to 6.1.0 (#39) (574b5b8)
  • Bump the kiota group with 4 updates (#75) (5c28ea0)

1.3.1 (2025-12-04)

Bug Fixes

  • CreatePullRequest ダイアログの変更するファイルリストが表示されないバグを修正した (#20) (0b43963)

1.3.0 (2025-12-03)

Features

  • クライアントサイドでファイルをダウンロードするように変更した (#16) (085437f)

Bug Fixes

  • ダウンロードURL経由の適用に更新し処理後の状態更新を安定化 (#19) (ff5772b)
  • ファイル監視の多重通知を抑制しダウンロード中の更新漏れを防止 (#18) (2aaf015)

1.2.0 (2025-12-01)

Features

Bug Fixes

  • change branch prefix to feature/ (#12) (94e67e4), closes #9

1.1.0 (2025-11-19)

Features

  • Apply時 .miz ディレクトリ配下ではないファイルを直接SourceDirに保存する機能を追加 (#2) (6327677)

1.0.0 (2025-11-17)

Features

  • add ApiService (b4b1ae8)
  • add AppSettingsService (89f76e3)
  • add EnvironmentProvider (632a3ac)
  • add FileEntryService (8990e0b)
  • add FileService (f211415)
  • add LoggingService (894a090)
  • add SnackbarService (4795fbd)
  • add SystemService (02e05a7)
  • add ZipService (a3bd69a)
  • implement CreatePullRequestView and (56a6e72)
  • implement DownloadView and DownloadViewModel (f23fc10)
  • implement MainView and MainViewModel (b2f7a2c)
  • implement SettingsView and SettingsViewModel (0b4b1b7)
  • implement ShellView and ShellViewModel (b9651fc)
  • implement UploadView and UploadViewModel (ae71aa8)

Miscellaneous Chores