aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Windows folder hide script with throttled checkWeicao-CatilGrass2026-05-062-0/+46
|
* Update project icon to pixel art versionWeicao-CatilGrass2026-05-056-4/+4
|
* Add day/night theme switching and GitHub corner to docs魏曹先生2026-05-046-41/+269
|
* Change mingling-cli dependency from path to version魏曹先生2026-05-044-2/+218
|
* Switch to published crates and update README for v0.1.70.1.7魏曹先生2026-05-0410-10/+235
|
* Fix docs-code-box-fix doc comment魏曹先生2026-05-041-1/+0
|
* Rewrite load.ps1 to support dot-sourcing and improve reliabilityWeicao-CatilGrass2026-05-041-29/+34
|
* Apply clippy suggestions in chain related filesWeicao-CatilGrass2026-05-043-14/+13
|
* Update docsify theme color to orange魏曹先生2026-05-042-33/+1050
|
* Add documentation for Picker, help display, and shell completion魏曹先生2026-05-0413-11/+771
|
* Fix the resource path issue on the English documentation entry page.魏曹先生2026-05-031-1/+1
|
* Add missing articles and improve documentation魏曹先生2026-05-0311-4/+64
|
* Add tool to fix blank lines around code blocks in Markdown魏曹先生2026-05-035-98/+263
|
* Replace docs README with static documentation pages魏曹先生2026-05-033-276/+13
|
* Generate translation sidebars and refactor sidebar generation魏曹先生2026-05-032-14/+51
|
* Restructure Chinese documentation into dedicated subdirectory魏曹先生2026-05-038-2/+80
|
* Update roadmap with completed v0.1.7 milestones魏曹先生2026-05-032-62/+62
|
* Add repl feature flag across workspace crates魏曹先生2026-05-033-1/+3
|
* Add Display derive and testing utilities for Next enum魏曹先生2026-05-025-4/+117
|
* Enforce `NextProcess` return type in chain functions and update examples魏曹先生2026-05-028-74/+107
|
* Restrict GlobalResources visibility to crate魏曹先生2026-05-021-1/+1
|
* Use specific features in dev-dependency魏曹先生2026-05-021-1/+1
|
* Add architecture overview and doc comments to macro crate魏曹先生2026-05-0212-104/+921
|
* Add documentation for fallback mechanisms魏曹先生2026-05-023-0/+279
|
* Remove `full` feature from all crates魏曹先生2026-05-024-5/+2
|
* Add nightly feature flag for Rust nightly-only functionality魏曹先生2026-05-024-0/+18
|
* Rename and update "Get Started" to "Creating your first Program"魏曹先生2026-05-013-8/+9
|
* Fix README examples to use AsPicker trait instead of Picker魏曹先生2026-05-013-11/+7
|
* Add `AsPicker` trait for types convertible to `Vec<String>`魏曹先生2026-04-303-1/+77
|
* Fix comment and constrain ProgramCollect generic bounds魏曹先生2026-04-293-3/+3
|
* Use small integer repr for gen_program! enum魏曹先生2026-04-294-10/+25
| | | | Remove the default __FallBack variant and Debug derive from pack types.
* Rename docsify_sidebar_gen to docsify-sidebar-gen魏曹先生2026-04-291-0/+0
|
* Fix typo "Unrusted" to "Untrusted" and reflow code formatting魏曹先生2026-04-292-20/+22
|
* Add docsify sidebar generation tool and update Chinese docs魏曹先生2026-04-283-2/+147
|
* Rebuild and rewrite the documentation site infrastructure魏曹先生2026-04-2825-1179/+1203
|
* Apply clippy suggestions for code simplification魏曹先生2026-04-286-21/+12
|
* se internal ugly naming convention for generated structs魏曹先生2026-04-284-11/+28
|
* Remove extra newline in list printing魏曹先生2026-04-281-1/+1
|
* Remove implicit help print and add version flag魏曹先生2026-04-282-6/+5
|
* Add terminal colored rendering and guide text魏曹先生2026-04-285-8/+470
|
* Rename refresh command to install魏曹先生2026-04-282-9/+9
|
* Add scaffolding CLI tool `mling`魏曹先生2026-04-2815-9/+1547
|
* Fix bool parsing ignoring explicit `--value true` flag魏曹先生2026-04-282-11/+7
|
* Extract `build_comp_script` logic into `build_comp_script_to`魏曹先生2026-04-282-4/+24
|
* Remove root-level Cargo.toml and main.rs魏曹先生2026-04-286-43/+828
|
* Simplify Picker API by removing generic parameter and route types魏曹先生2026-04-285-141/+426
|
* Add global resource system to Program魏曹先生2026-04-278-3/+203
|
* Add `route!` macro for early error routing魏曹先生2026-04-273-0/+50
|
* Add simple CLI example to README魏曹先生2026-04-271-1/+47
|
* Remove unused `ChainProcess` import in examples魏曹先生2026-04-273-6/+3
|