Releases: r-koubou/KeySwitchManager
Releases · r-koubou/KeySwitchManager
Migrated from .NET 7 to .NET 10
What's Changed
CLI / WPF Application
Migrated from .NET 7 to .NET 10.
Merged PR
- release v0.5.3 by @r-koubou in #43
- リポジトリ、IOのインターフェースを1つ上の名前空間に移動 by @r-koubou in #44
- Refactor/export re architecture by @r-koubou in #45
- Refactor/export cancelation token by @r-koubou in #46
- Refactor/import by @r-koubou in #47
- Refactor/export folder by @r-koubou in #48
- Refactor/logging observer by @r-koubou in #49
- Refactor/to implicit interface implementation by @r-koubou in #50
- Feature/zip export by @r-koubou in #51
- Obsolete属性のクラスにアクセスしていた箇所を修正 by @r-koubou in #52
- 出力フォーマットを選択できるようにした(暫定) by @r-koubou in #54
- ロケール変換を行わない純粋なUTCで時刻情報を保持するように修正 by @r-koubou in #55
- Refactor/repository by @r-koubou in #56
- Refactor/utf8 non bom by @r-koubou in #57
- Refactor/utc by @r-koubou in #58
- Fix/export by @r-koubou in #59
- ディレクトリ名を Core→Standalone.Core へリネーム by @r-koubou in #60
- Feature/ci build by @r-koubou in #61
- Xamarin.Mac の選択肢を連想させる記述をカット by @r-koubou in #62
- Fixed crash on some platforms due to resource access in Dispose by @r-koubou in #63
- (Experimental) Support for exporting articulation files in Logic Pro by @r-koubou in #64
- Refactor/usecase create by @r-koubou in #65
- Refactor/usecase delete by @r-koubou in #66
- 1件以上削除がされた場合のみFlushを実行するようにした by @r-koubou in #67
- Refactor/usecase dump by @r-koubou in #68
- Refactor/usecase export by @r-koubou in #69
- FindUseCaseの改修 by @r-koubou in #70
- sealed 修飾子のつけ忘れ対応 by @r-koubou in #71
- Refactor/import usecase by @r-koubou in #72
- Refactor/interface adapters by @r-koubou in #73
- Rename: Applications.Standalone.Base -> Applications.Standalone by @r-koubou in #74
- Reference modification from within sln file after csproj file renaming by @r-koubou in #75
- Feature/ci build info by @r-koubou in #76
- Migrate to net10 by @r-koubou in #77
- Remove tempporary Blazor project by @r-koubou in #79
- v0.6.0 by @r-koubou in #78
Full Changelog: v0.5.3...v0.6.0
v0.5.3
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
Bug fixes
v0.5.0
v0.4.1
What's Changed
En
- Fixed Studio One skipping output if there is no note on when outputting koubou/KeySwitchManager/pull/28 by @r-koubou in https://github.com/r-
- Cubase - changed default color index to 1 by @r-koubou in #29
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
What's Changed
Studio One Writer
- Improvement: Combine key switch files into one file per product (using folder attribute).
Commits
- yaml内にDBの作成日、更新日を含めないようにした by @r-koubou in #14
- Feature/combined xlsx by @r-koubou in #15
- leaveOption指定の抜けを対応 by @r-koubou in #16
- Observerの定義、生成場所の整理 by @r-koubou in #17
- Feature/studio one combine by @r-koubou in #18
- Reafctor/studio one by @r-koubou in #19
- Refactor/cubase by @r-koubou in #20
- Refactor/yaml by @r-koubou in #21
- リネーム by @r-koubou in #22
- リネーム by @r-koubou in #23
- Refactor/folder by @r-koubou in #24
- 単一のキースイッチの場合にフォルダ要素を作成しないように判定 by @r-koubou in #25
- フォルダ作成時にTranslator内のIDが0リセットされるため、保持できるように修正 by @r-koubou in #26
- Release/0.4.0 by @r-koubou in #27
Full Changelog: v0.3.1...v0.4.0
Supported Database export to yaml format
What's new
- DB export (Yaml)
- Fixed and improved Gui's file selection dialog
- Internal refactoring
更新内容
- DBのダンプ(Yaml)出力
- Guiのファイル選択ダイアログの修正、改善
- 内部のリファクタリング
ver-0.2.0
What's Changed
- Gui supported
- WPF
- Xamarin.Mac
Full Changelog: https://github.com/r-koubou/KeySwitchManager/commits/ver-0.2.0
WIP: Refactoring, Migrating
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_casetoCamelCasevia migrating to System.Text.Json
- "Key" name changed