Releases: zwoo-hq/zwooc
Releases · zwoo-hq/zwooc
v1.1.1
Changelog
Bug fixes
- 9d44ca0: fix: scolling in logs view (@fabiankachlock)
- 1b7a905: fix: exit with code 1 if runner fails (@fabiankachlock)
Others
- c661217: chore: bump package versions (fixes resize on windows) (@fabiankachlock)
- eba3749: chore: clean up code (@fabiankachlock)
- d2952d8: release: v1.1.1 (@fabiankachlock)
v1.1.0
Changelog
Features
- d3e0695: feat: introduce new runner package (@fabiankachlock)
- 0bc2733: feat: make tests working (@fabiankachlock)
- abb39ea: feat: find all starting nodes (@fabiankachlock)
- fb298a3: feat: minor static tree runner ui improvements (@fabiankachlock)
- 3217256: feat: clean up static tree runner (@fabiankachlock)
- 7f775a6: feat: apply branding to graph command (@fabiankachlock)
- ef06405: feat(wip): simple tree progress ui with status (@fabiankachlock)
- 8e448e7: feat(wip): basic spinner integration (@fabiankachlock)
- 49cbab0: feat(wip): proper tree status display (@fabiankachlock)
- 53ef6f7: feat(wip): enable tree runner for profiles, fix scheduling (@fabiankachlock)
- f5d3618: feat(wip): cancel tree runners (@fabiankachlock)
- efd1807: feat: finish static tree view (@fabiankachlock)
- a5ef8b3: feat: implement legacy ui for fragments (@fabiankachlock)
- cf09676: feat: use provided runner in quite view (@fabiankachlock)
- a3c46d0: feat: better names (@fabiankachlock)
- d2c7f47: feat: update todos & cli flags (@fabiankachlock)
- 1f7e5a9: feat: add final status display to tree progress view (@fabiankachlock)
- 55d23fa: feat: add scheduler interface (@fabiankachlock)
- a7cf0f5: feat: rewrite ui status adapter for scheduling (@fabiankachlock)
- a9aae50: feat(wip): new interactive view (@fabiankachlock)
- 1ed6676: feat: finish new ui transition! (@fabiankachlock)
Bug fixes
- 0c0ac79: fix: access modifier of status nodes (@fabiankachlock)
- 79b4f47: fix: running task trees (wip) (@fabiankachlock)
- 946cd16: fix(wip): new status model convertion (@fabiankachlock)
- 4a2e1a2: fix: status aggregation & status based tree runner scheduling (@fabiankachlock)
- 960b817: fix: update of tree node parent status (@fabiankachlock)
- de52685: fix: renames (@fabiankachlock)
- c284439: fix: aggregated status calculation (@fabiankachlock)
- 023c6f3: fix(wip): interactive view issues (@fabiankachlock)
Others
- d2ccc02: Merge pull request #16 from zwoo-hq/release/v1.0.1 (@fabiankachlock)
- a23da79: WIP: task tree runner (@fabiankachlock)
- 6d3f732: wip: basic tree runner + static view (@fabiankachlock)
- 59c42c0: chore: clean up tree code (@fabiankachlock)
- 461ce2b: wip introduce task tree runner (@fabiankachlock)
- 9484164: wip: integration of tree runners (@fabiankachlock)
- e40701c: chore(deps-dev): bump vite from 5.0.10 to 5.0.13 in /example (@dependabot[bot])
- 412e920: Merge pull request #17 from zwoo-hq/dependabot/npm_and_yarn/example/vite-5.0.13 (@fabiankachlock)
- 08a4638: WIP: ui improvements (@fabiankachlock)
- 1fa1bb2: Merge branch 'dev' of github.com:zwoo-hq/zwooc into dev (@fabiankachlock)
- a467df6: some docs (@fabiankachlock)
- 102c7a6: wip: start working in tree status view (@fabiankachlock)
- 60bd835: wip new runner/ui model (@fabiankachlock)
- 9dcfc07: wip: new tree status structure with bubbeling updates (@fabiankachlock)
- 8f3132a: move runner package (@fabiankachlock)
- bdd75ec: wip: try inversing the dependencies of the ui package (@fabiankachlock)
- d299fe2: wip: inital tree progress view impl (@fabiankachlock)
- a09f0b7: wip: better generic status provider (@fabiankachlock)
- f3dd268: wip: connect tree progress view with runner (@fabiankachlock)
- 2da54f7: wip: full working (ugly) tree ui (@fabiankachlock)
- 16084a9: wip: send aggregated status to the UI (@fabiankachlock)
- 932b33c: wip: rewrite static tree view to use provider (@fabiankachlock)
- 6cda981: wip: clean up (@fabiankachlock)
- 55b4bc7: Merge branch 'main' of github.com:zwoo-hq/zwooc into dev (@fabiankachlock)
- eaa780e: release: v1.1.0 (@fabiankachlock)
v1.0.1
Changelog
Bug fixes
- 375f127: fix: use publish instead of build for dotnet adapter (@fabiankachlock)
Others
- 66b2232: Merge pull request #15 from zwoo-hq/release/v1.0.0 (@fabiankachlock)
- 9b1d5c0: release: v1.0.1 (@fabiankachlock)
v1.0.0
Changelog
Features
- 7cd753e: feat: add custom adapter (@fabiankachlock)
- 148b02a: feat: add json schema for custom projects (@fabiankachlock)
- 55d9653: feat: support custom project shorthand (@fabiankachlock)
- 1d3a8ac: feat: update readme (@fabiankachlock)
- a4813d7: feat: update docs feature tracking (@fabiankachlock)
Bug fixes
- 64d2cad: fix: only fix options when adapter is actually custom (@fabiankachlock)
- 08dac57: fix: missing extrac args at profiles (@fabiankachlock)
Others
- 9171545: Merge pull request #14 from zwoo-hq/release/v1.0.0-beta.5 (@fabiankachlock)
- 5605835: release: v1.0.0 (@fabiankachlock)
v1.0.0-beta.5
Changelog
Features
- d501622: feat: cleaner config api (@fabiankachlock)
- a7933cb: feat: better error handling (@fabiankachlock)
- cef612e: feat: support for -e/--exclude (@fabiankachlock)
- 8ac366b: feat: graph/dry-run support for compounds (@fabiankachlock)
- bdc7e3c: feat(break): zsh automcompletion (@fabiankachlock)
- 8c3a6e2: feat: add tauri adapter (@fabiankachlock)
- cb576b6: feat: split up code (@fabiankachlock)
- 18ece36: feat: add profile command creation helper (@fabiankachlock)
- a80508f: feat: integrate tauri adapter (@fabiankachlock)
- d85368a: feat: update schema to include tauri and other adapter variants (@fabiankachlock)
Bug fixes
- 588244a: fix: wrong test (@fabiankachlock)
Others
- fa95b36: Merge pull request #13 from zwoo-hq/release/v1.0.0-beta.4 (@fabiankachlock)
- bee2ba7: chore: upgrade to go 1.21 (@fabiankachlock)
- 7fcafd9: test: context tests (@fabiankachlock)
- 6dcccab: test: add tests for config (@fabiankachlock)
- 050c65c: wip: new structure (@fabiankachlock)
- dbbc0cb: release: v1.0.0-beta.5 (@fabiankachlock)
v1.0.0-beta.4
Changelog
Bug fixes
- 93c6dd3: fix: faulty bash completion (@fabiankachlock)
- 74bfff4: fix: execute of fragments with colons in name (@fabiankachlock)
Others
- 955a609: Merge pull request #12 from zwoo-hq/release/v1.0.0-beta.3 (@fabiankachlock)
- 0efacf5: test: add test for prefix writer (@fabiankachlock)
- 4442ab0: Merge branch 'main' of github.com:zwoo-hq/zwooc into dev (@fabiankachlock)
- 93d92fc: release: v1.0.0-beta.4 (@fabiankachlock)
v1.0.0-beta.3
Changelog
Features
- 6251e31: feat: add implement skip hooks options (@fabiankachlock)
- ec6c644: feat: hooks & include fragments support for compounds (@fabiankachlock)
- 6f15ce8: feat: add custom project directory support (@fabiankachlock)
- 1478f0f: feat: support colons in fragment names (@fabiankachlock)
- 028e6c1: feat: test normalize fragment key (@fabiankachlock)
- 3152166: feat: update implementation status (@fabiankachlock)
- 84f5ba8: feat: some more tests (@fabiankachlock)
- 7bd8ae8: feat: add struct helper tests (@fabiankachlock)
- d27b8e1: feat: add more helper tests (@fabiankachlock)
- 00bf58c: feat: add test pipeline (@fabiankachlock)
- 4372e34: feat: better test pipeline (@fabiankachlock)
Bug fixes
- 46911f6: fix: add missing install (@fabiankachlock)
- dc8bdb3: fix: test pipeline (@fabiankachlock)
Others
- a4ef93b: Merge pull request #11 from zwoo-hq/release/v1.0.0-beta.2 (@fabiankachlock)
- 3f1b7fa: release: v1.0.0-beta.3 (@fabiankachlock)
v1.0.0-beta.2
Changelog
Features
- e93b166: feat: better profile options hoisting (@fabiankachlock)
- d42dffc: feat: allow boolean options for profiles in schema (@fabiankachlock)
- 9d113d1: feat: better json schema (@fabiankachlock)
Others
- 62b0cd5: Merge pull request #10 from zwoo-hq/release/v1.0.0-beta.1 (@fabiankachlock)
- 11e1954: release: v1.0.0-beta.2 (@fabiankachlock)
v1.0.0-beta.1
Changelog
Features
- 2347724: feat: add json schema (@fabiankachlock)
- f87cdc9: feat: add init command (@fabiankachlock)
Bug fixes
- 1851831: fix: install method in readme (@fabiankachlock)
- db2eb08: fix: pass correct parameters in dotnet adapter (@fabiankachlock)
- 1634921: fix: hoist missing profile scoped options to run configs (@fabiankachlock)
Others
- c5450b0: Merge pull request #9 from zwoo-hq/release/v1.0.0-beta.0 (@fabiankachlock)
- e29bdd8: release: v1.0.0-beta.1 (@fabiankachlock)
v1.0.0-beta.0
Changelog
Features
- f9f64ed: feat: help message for interactive runner (@fabiankachlock)
- f0e1dd1: feat: better tabs layout in interactive runner (@fabiankachlock)
- 2e72f22: feat: consistent config api (@fabiankachlock)
- dde1e72: feat: load compounds (@fabiankachlock)
- fe45079: feat: count tree stages (@fabiankachlock)
- cafa340: feat: better tabs (@fabiankachlock)
- 3a4a69f: feat: custom spinners (@fabiankachlock)
- aee8eb6: feat: switch tabs in interactive view (@fabiankachlock)
- 3ec7304: feat: introduce load options (@fabiankachlock)
- b0d2b2d: feat: circular dependecy checks (@fabiankachlock)
- 72ed2f6: feat: introduce tasks.Collection (@fabiankachlock)
- dab0d88: feat: include fragments implementation (@fabiankachlock)
- 1ef076b: feat: full screen mode (@fabiankachlock)
- d311c27: feat: basic text input for interactive runner (@fabiankachlock)
- 0fad474: feat: bash completion for compounds (@fabiankachlock)
- b3ce8ef: feat: ui updates for pre & post tasks (@fabiankachlock)
- 741401e: feat: basic error handling (@fabiankachlock)
Bug fixes
- 58de1ad: fix: shorthand fragment definition (@fabiankachlock)
- 5338672: fix: graphing of nested $post hooks inside $pre hooks (@fabiankachlock)
- 99ccbe8: fix: interactive runner help screen (@fabiankachlock)
- 936c0ea: fix: faulty merge post aligned of task lists (@fabiankachlock)
Others
- 34a4a41: Merge pull request #7 from zwoo-hq/release/v1.0.0-alpha.4 (@fabiankachlock)
- b49fbc8: Merge pull request #8 from zwoo-hq/dev (@fabiankachlock)
- a55e3e7: release: v1.0.0-beta.0 (@fabiankachlock)