Releases: Yuta-K19418/Refedle
Releases · Yuta-K19418/Refedle
Release list
v0.1.0
What's Changed
- docs: initialize project specifications and task list by @Yuta-K19418 in #1
- Add Specify configuration for project documentation by @Yuta-K19418 in #2
- Phase 1: Project Infrastructure by @Yuta-K19418 in #23
- feat: implement MmapService for efficient file memory mapping by @Yuta-K19418 in #24
- feat: implement RowIndexer with SIMD-accelerated newline detection by @Yuta-K19418 in #25
- feat: add Dependabot configuration by @Yuta-K19418 in #27
- feat: implement PipelinesEngine for System.IO.Pipelines streaming by @Yuta-K19418 in #36
- chore(deps): bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #28
- chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #29
- chore(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #30
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #31
- Bump BenchmarkDotNet from 0.14.0 to 0.15.8 by @dependabot[bot] in #32
- Bump FluentAssertions from 6.12.2 to 8.8.0 by @dependabot[bot] in #33
- Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1 by @dependabot[bot] in #34
- Bump xunit.runner.visualstudio from 3.1.4 to 3.1.5 by @dependabot[bot] in #35
- Configure System.Text.Json Source Generators for recipe and data models by @Yuta-K19418 in #38
- Update .NET SDK version to 10.0.101 by @Yuta-K19418 in #42
- Add workflow_dispatch trigger to CI workflow by @Yuta-K19418 in #43
- Add .local. pattern to .gitignore by @Yuta-K19418 in #44
- Add CLAUDE.md and enhance development guidelines by @Yuta-K19418 in #45
- docs: add functional specification and marketing strategy by @Yuta-K19418 in #47
- docs: organize development guidelines into .claude/rules by @Yuta-K19418 in #48
- feat: implement format detection for CSV, JSON Lines, JSON Array, and JSON Object by @Yuta-K19418 in #71
- test: migrate from FluentAssertions to AwesomeAssertions by @Yuta-K19418 in #72
- feat: implement CSV row indexing with RFC 4180 compliance by @Yuta-K19418 in #73
- feat: initialize Terminal.Gui v2.0 application shell by @Yuta-K19418 in #74
- build: Ignore .aider files in .gitignore by @Yuta-K19418 in #76
- feat: Implement virtualized TableView for CSV files by @Yuta-K19418 in #77
- docs: Add AGENTS.md with agent guidelines by @Yuta-K19418 in #78
- Refactor CSV Row Handling by @Yuta-K19418 in #79
- Feature CSV Schema Scanner by @Yuta-K19418 in #83
- Bump Sep from 0.12.1 to 0.12.2 by @dependabot[bot] in #81
- chore: Add commit command and instructions by @Yuta-K19418 in #84
- feat: Implement RowIndexer for JSON Lines files by @Yuta-K19418 in #85
- docs: add testing best practices and naming conventions by @Yuta-K19418 in #86
- chore: add opencode.json configuration file by @Yuta-K19418 in #87
- Feature/schema immutability refactoring by @Yuta-K19418 in #88
- feat: Implement incremental CSV schema scanning by @Yuta-K19418 in #90
- Update editorconfig for C# coding conventions by @Yuta-K19418 in #91
- Bump Terminal.Gui from 2.0.0-develop.4828 to 2.0.0-develop.4966 by @dependabot[bot] in #89
- feat: implement JSON Lines Explorer Mode (TreeView) by @Yuta-K19418 in #94
- Bump Terminal.Gui from 2.0.0-develop.4966 to 2.0.0-develop.5027 by @dependabot[bot] in #92
- Bump coverlet.collector from 6.0.4 to 8.0.0 by @dependabot[bot] in #93
- refactor: Reorganize CSV files into Csv/ subdirectory by @Yuta-K19418 in #95
- refactor: Rename JsonLines types to Row prefix by @Yuta-K19418 in #96
- refactor: Reorganize test directories to mirror Engine structure by @Yuta-K19418 in #97
- feat: Implement SchemaScanner for JSON Lines files by @Yuta-K19418 in #99
- feat: implement JSON Lines table mode virtual viewport by @Yuta-K19418 in #101
- feat: add vim-like key navigation to table and tree views by @Yuta-K19418 in #103
- feat: implement LazyTransformer with immutable Action Stack by @Yuta-K19418 in #104
- chore: remove unused speckit commands and .specify directory by @Yuta-K19418 in #105
- feat: add FileLoader and ViewManager with AppState extensions by @Yuta-K19418 in #106
- feat: implement interactive column morphing (Rename, Delete, Cast) by @Yuta-K19418 in #107
- Bump AwesomeAssertions from 9.3.0 to 9.4.0 by @dependabot[bot] in #109
- Bump Terminal.Gui from 2.0.0-develop.5027 to 2.0.0-develop.5039 by @dependabot[bot] in #111
- feat: add Terminal.Gui v2 implementation reference skill by @Yuta-K19418 in #112
- feat: add agent skills for code-reviewer, qa-advisor, and feature-developer by @Yuta-K19418 in #114
- feat: add FilterAction row-level filtering for CSV and JsonLines by @Yuta-K19418 in #113
- fix: resolve Terminal.Gui NativeAOT incompatibility by @Yuta-K19418 in #117
- feat: implement RecipeManager with YAML serialization support by @Yuta-K19418 in #119
- chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #122
- Bump Terminal.Gui from 2.0.0-develop.5039 to 2.0.0-develop.5097 by @dependabot[bot] in #124
- feat: implement CLI headless batch processing by @Yuta-K19418 in #125
- feat: add GEMINI.md and .gemini/skills symlinks for Gemini CLI compatibility by @Yuta-K19418 in #126
- refactor: replace exit code magic numbers with ExitCode enum by @Yuta-K19418 in #127
- refactor: remove unused PipelinesEngine and root RowIndexer by @Yuta-K19418 in #128
- refactor: remove unused FormatDetector by @Yuta-K19418 in #129
- refactor: implement idempotent Dispose for CLI record readers and writers by @Yuta-K19418 in #130
- feat: add commit skill to automate development workflow by @Yuta-K19418 in #132
- Bump Microsoft.CodeAnalysis.Analyzers and Microsoft.CodeAnalysis.CSharp by @dependabot[bot] in #143
- Bump coverlet.collector from 8.0.0 to 8.0.1 by @dependabot[bot] in #141
- fix: add Table null check in OnKeyDown methods by @Yuta-K19418 in #145
- Bump Terminal.Gui from 2.0.0-develop.5097 to 2.0.0-develop.5189 by @dependabot[bot] in #144
- fix: resolve JSONL loading issues by @Yuta-K19418 in #146
- feat: add success feedback when saving recipes in TUI mode by @Yuta-K19418 in #147
- feat: display column types in table view headers by @Yuta-K19418 in #148
- chore: upgrade .NET SDK from 10.0.101 to 10.0.201 by @Yuta-K19418 in #149
- fix: show error dialogs for empty, missing, or unsupported files in FileLoader by @Yuta-K19418 in #150
- feat: add FillColumnAction with TUI dialog integration by @Yuta-K19418 in #154
- Bump Sep from 0.12.2 to 0.12.3 by @dependabot[bot] in #151
- Bump Terminal.Gui from 2.0.0-develop.5189 to 2.0.0-develop.5196 by @dependabot[bot] in #152
- fix: use raw column names for morph action ...