Skip to content

Commit

Permalink
refactor: generate project now runs in a terminal UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Dec 31, 2024
1 parent 679701a commit 3fc7362
Show file tree
Hide file tree
Showing 8 changed files with 1,148 additions and 226 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log (go-package-manager)

## 0.23.0

- refactor: `generate project` now runs in a terminal UI
- fix: `show dependencies` that can now handle big diagram sources as well

## 0.22.5

- **BREAKING CHANGE**: default AI model for Open AI is `gpt-4o-mini` now
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,3 +701,4 @@ The project is licensed under the [MIT](./LICENSE).
- [React](https://react.dev)
- [spinner](https://github.com/sponsors/briandowns) by [Brian Downs](https://github.com/sponsors/briandowns)
- [termui](https://github.com/gizak/termui) by [Zack Guo](https://github.com/gizak)
- [tview](https://github.com/rivo/tview) by [rivo](https://github.com/sponsors/rivo)
Loading

0 comments on commit 3fc7362

Please sign in to comment.