Releases: danyal002/cmd-stack
Releases · danyal002/cmd-stack
Release list
v1.0.0
What's Changed
- feat: Scaffolded the cli, added a license and updated README by @danyal002 in #1
- refactor: Update DAL to use SQLite3 instead of Badger by @Pop0097 in #3
- Delete commands by ID by @Pop0097 in #5
- feat: allow users to list commands by @Pop0097 in #4
- feat: wizard for adding commands by @Pop0097 in #7
- feat: allow users to search for commands by @Pop0097 in #6
- Refactor: Switch to using Rust instead of Golang by @Pop0097 in #12
- Add GitHub actions by @dylan-p-wong in #20
- Quality of life improvements by @Pop0097 in #19
- Add Test Setup by @dylan-p-wong in #22
- Refactor and add tests by @dylan-p-wong in #24
- setup tauri v2 and get command list from logic layer by @Uzair5162 in #25
- Add basic GUI styling by @dylan-p-wong in #26
- Add parameters by @dylan-p-wong in #27
- Add Form by @dylan-p-wong in #28
- Simplify data crate by @Pop0097 in #30
- Hook up remove button to backend and add dialog confirmation by @dylan-p-wong in #29
- Fix panic when generating random string by @dylan-p-wong in #33
- Clean up DAL methods by @Pop0097 in #31
- Consolidate Search and List commands by @Pop0097 in #32
- UI improvements by @Uzair5162 in #35
- Backend Refactor by @Pop0097 in #36
- Make command the default argument in search by @Pop0097 in #38
- Remove Alias by @Pop0097 in #39
- [CLI] Improvements to the Add Function by @Pop0097 in #40
- Remove colours from error and success messages by @Pop0097 in #41
- Flag commands that only contain whitespace by @Pop0097 in #42
- Add UI tag directories by @Uzair5162 in #43
- Remove alias from ui by @Uzair5162 in #44
- Rework UI logo by @Uzair5162 in #46
- Command display by @dylan-p-wong in #45
- Remove favourite tabs, style add form, move add button by @dylan-p-wong in #49
- Massive refactor & config command implementation by @danyal002 in #48
- Tag improvements by @Uzair5162 in #50
- Add UI Search by @dylan-p-wong in #51
- Created a new testing suite for our commands by @danyal002 in #53
- style header, scroll content, styling by @Uzair5162 in #52
- Favourite star and selected tag styling by @Uzair5162 in #56
- Style command display header and tag improvements by @Uzair5162 in #57
- Refactored the way parameter generation is implemented for easier maintenance by @danyal002 in #55
- Dark mode by @dylan-p-wong in #54
- Created a release pipeline and improved our current CI pipeline by @danyal002 in #60
- Renamed the cli.commands module to cli.handlers and removed the '_commands' suffix from all files by @danyal002 in #58
- Added rustfmt to our CI and formatted files to stop inconsistent formatting by @danyal002 in #61
- Improve ScrollAreas by @Uzair5162 in #63
- Implemented feature to execute command in shell upon selection by the user by @danyal002 in #59
- Open command in terminal and generated command styling by @Uzair5162 in #62
- [CLI] Blank Params by @Pop0097 in #64
- Blank Params for UI by @dylan-p-wong in #65
- Fix CLI blank param indexing by @Uzair5162 in #66
- remove DS_Store by @Uzair5162 in #68
- Added @{uuid} as a valid parameter type by @danyal002 in #70
- Fix Tauri build by @dylan-p-wong in #69
- Increase the default window size by @Pop0097 in #71
- Fixed logging to enable error chaining by @danyal002 in #72
- Command display overhaul by @Uzair5162 in #67
- Cancel edit by @dylan-p-wong in #73
- Fixed the execute-in-terminal arguments bug in cli and added functionality to choose which terminal to execute command in for the GUI by @danyal002 in #74
- UI edit tag by @Uzair5162 in #75
- Fix config loading in settings dialog by @dylan-p-wong in #76
- Add default terminal setting to UI by @Uzair5162 in #78
- Edit improvements by @Uzair5162 in #77
- Use dynamic fuzzy search threshold by @Uzair5162 in #79
- Sort commands and styling by @Uzair5162 in #80
- Fix enter refresh on search by @dylan-p-wong in #81
- Fix "No Commands Found" printing bug by @Pop0097 in #82
- Created a pipeline to build, sign and release CLI and UI by @danyal002 in #83
- Disable autocaps on fields by @Uzair5162 in #86
- Readme + License by @Pop0097 in #84
New Contributors
- @danyal002 made their first contribution in #1
- @dylan-p-wong made their first contribution in #20
- @Uzair5162 made their first contribution in #25
Full Changelog: https://github.com/danyal002/cmd-stack/commits/v1.0.0