Releases: Equationzhao/g
Releases · Equationzhao/g
v0.29.2
What's Changed
- feat(theme): update icons for bash and zsh config files
- feat(macOS): add support for resolving macOS aliases
- build: Update dependencies, tests, and scripts
- style: format with gofumpt --extra rule
New Contributors
Full Changelog: v0.29.1...v0.29.2
v0.29.1
v0.29.0
What's Changed
- feat: ✨ support listing file flags by @Equationzhao in #190
- feat: ⚗️ try loong64 by @Equationzhao in #191
- feat: ✨ refactor separateArgs function by @Equationzhao in #197
Full Changelog: v0.28.2...v0.29.0
v0.28.2
What's Changed
feat(printer): ✨ optimize terminal width
fix: 🐛 fix potential panic
build(deps): ⬆️ bump dependencies
Full Changelog: v0.28.1...v0.28.2
v0.28.1
What's Changed
- feat: ✨ support reading from stdin
- feat: ✨ improve readability of help message
Full Changelog: v0.28.0...v0.28.1
v0.28.0
What's Changed
- test: ✅ add ut by @Equationzhao
- refactor: ♻️ refactor with afero by @Equationzhao
- feat(printer): ✨ optimize printRow function to adjust column spacing by @Equationzhao in #186
Full Changelog: v0.27.0...v0.28.0
v0.27.0
What's Changed
feat
- feat: ✨ support si unit by @Equationzhao in #180
style
- style: 💄 add new style by @Equationzhao in #181
- style: 💄 add new style by @Equationzhao in #182
fix
- fix: 🐛 fix output when using --bug by @Equationzhao in #176
deps
- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #178
- build(deps): ⬆️ bump dependencies by @Equationzhao in #179
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
feat
- feat: ✨ support left align for titles by @Equationzhao in #169
- feat: better json view by @Equationzhao in #173
style
- style: 💄 new style for pkl by @Equationzhao in #171
fix
- fix: 🐛 fix missing panic info by @Equationzhao in #167
Full Changelog: v0.25.4...v0.26.0
v0.25.4
What's Changed
feat
- feat: ✨ new zsh completion by @Equationzhao in #161
- feat: ✨ better align for header/footer by @Equationzhao in #163
fix
- fix: ✏️ fix fuzzy path matching description by @Equationzhao in #159
- fix: 🐛 fix a penitential panic by @Equationzhao in #165
Full Changelog: v0.25.3...v0.25.4
v0.25.3
What's Changed
This release primarily focuses on REFACTORING and adding new TESTS.
BREAKING 💥
REMOVE THE HTML VIEW SUPPORT
feat
- ✨ add install script for linux/darwin by @Equationzhao in #142
- ✨ improve error output and remove dead code by @Equationzhao in #144
- ✨ improve alignment by @Equationzhao in #154
refactor
- ♻️ may improve initiation speed of shell script by @Equationzhao in #151
- ♻️ move const var to constval package by @Equationzhao in #152
- ♻️ improve code perf by @Equationzhao in #153
- ♻️ improve import chain by @Equationzhao in #143
- ♻️ change return code from 1 to 2 when failed to list target entries by @Equationzhao in #146
- ♻️ move filter/content to new package by @Equationzhao in #148
fix
- fix: 🐛 remove unexpected ending in json by @Equationzhao in #157
test
- ci: 👷 add new tests by @Equationzhao in #158
docs
- docs: 📝 add comment by @Equationzhao in #147
Full Changelog: v0.25.2...v0.25.3