Skip to content

Releases: r-koubou/KeySwitchManager

Migrated from .NET 7 to .NET 10

28 Dec 17:47
632f565

Choose a tag to compare

What's Changed

CLI / WPF Application

Migrated from .NET 7 to .NET 10.

Merged PR

Full Changelog: v0.5.3...v0.6.0

v0.5.3

23 Oct 15:40

Choose a tag to compare

What's Changed

English

  • Added Async Methods by @r-koubou in #40
  • Delete class (LiteDB) that was to be deleted with Obsolete by @r-koubou in #41
  • WPF Applications
    • Fixed problem with GUI freezing during processing

日本語

  • 非同期メソッド対応 by @r-koubou in #40
  • Obsoleteをつけて削除予定だったクラス(LiteDB)を削除 by @r-koubou in #41
  • WPFアプリケーション
    • 処理中にGUIが固まる問題を修正

Full Changelog: v0.5.2...v0.5.3

v0.5.2

23 Jun 16:53
27fab99

Choose a tag to compare

What's Changed

Updated requirements dotnet version
.NET 5.0 to .NET 7.0

  • サポート終了終了した .net 5 から .net 7 に移行 by @r-koubou in #36
  • 使用する dotnet 環境を .net5 -> 7 に更新 by @r-koubou in #37
  • Github Actions - トリガーとなるタグ名のパターンを追加 by @r-koubou in #38
  • CLI README反映漏れ対応 by @r-koubou in #39

Full Changelog: v0.5.1...v0.5.2

Bug fixes

12 Dec 18:31

Choose a tag to compare

What's Changed

  • Fixed a bug that was overwriting the creation date and time with the modification by @r-koubou in #35
  • 作成日時を更新日時のままで上書きしていたバグ修正 by @r-koubou in #35

Full Changelog: v0.5.0...v0.5.1

v0.5.0

06 Dec 14:14

Choose a tag to compare

What's Changed

Database files in text format (Yaml) are now supported!

Full Changelog: v0.4.1...v0.5.0

v0.4.1

12 Nov 18:16

Choose a tag to compare

What's Changed

En

Ja

  • Studio One の出力時にノートオンが無い場合に出力をスキップしていた問題を修正 by @r-koubou in #28
  • Cubase - 既定カラーインデックスを1に変更 by @r-koubou in #29

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Jul 17:19
47d50c7

Choose a tag to compare

What's Changed

Studio One Writer

  • Improvement: Combine key switch files into one file per product (using folder attribute).

Commits

Full Changelog: v0.3.1...v0.4.0

Supported Database export to yaml format

11 Dec 11:15

Choose a tag to compare

What's new

  • DB export (Yaml)
  • Fixed and improved Gui's file selection dialog
  • Internal refactoring

更新内容

  • DBのダンプ(Yaml)出力
  • Guiのファイル選択ダイアログの修正、改善
  • 内部のリファクタリング

ver-0.2.0

16 Oct 18:41
37b8276

Choose a tag to compare

What's Changed

  • Gui supported
    • WPF
    • Xamarin.Mac

Full Changelog: https://github.com/r-koubou/KeySwitchManager/commits/ver-0.2.0

WIP: Refactoring, Migrating

14 Mar 12:18

Choose a tag to compare

Pre-release

Work in Progress for next version

Refactoring

  • Folder Structure

Migrating

  • Auto generating Value Object by C# 9.0 Source Generator with my library
  • .net Core 3.1 to net 5
  • Newtonsoft.son to System.Text.Json

Change in specification

  • Json Format
    • "Key" name changed snake_case to CamelCase via migrating to System.Text.Json