Releases: DeveloperC286/zsh-simple-abbreviations
Releases · DeveloperC286/zsh-simple-abbreviations
v1.0.0
1.0.0 (2024-03-01)
What's Changed
- ci: adding GitHub Actions linting workflow by @DeveloperC286 in #4
- docs: updating issues URL to GitHub by @DeveloperC286 in #6
- docs: removing GitLab CI/CD badges by @DeveloperC286 in #7
- ci: adding clean Git history GitHub action by @DeveloperC286 in #8
- docs: adding GitHub Release badge by @DeveloperC286 in #9
- ci: adding Conventional Commits linting by @DeveloperC286 in #10
- ci: adding release-please by @DeveloperC286 in #13
- ci: updating release-please language by @DeveloperC286 in #14
- perf: improving regex matching performance by @DeveloperC286 in #17
- refactor: quoting usage of environment variables by @DeveloperC286 in #19
- refactor: uppercasing global environment variable by @DeveloperC286 in #20
- refactor: converting to unset rather than remove by @DeveloperC286 in #21
- refactor: converting to set rather than add by @DeveloperC286 in #22
- feat: removing '--version' option by @DeveloperC286 in #24
- feat: removing '--list' option by @DeveloperC286 in #25
- build: adding shell formatting check by @DeveloperC286 in #26
- docs: adding Continuous Integration (CI) badge by @DeveloperC286 in #29
- build: adding YAML formatting check by @DeveloperC286 in #30
- test: adding end to end tests by @DeveloperC286 in #31
- fix: No such shell function `__zsh_simple_abbreviations::expand' by @DeveloperC286 in #32
- fix: correcting matching regex by @DeveloperC286 in #34
- style: adding source code shell formatting by @DeveloperC286 in #35
- build: cargo install --locked by @DeveloperC286 in #39
- build: adding ci scripts shell linting by @DeveloperC286 in #38
- docs: correcting README.md usage examples by @DeveloperC286 in #40
- fix: not expanding on arguments or environment variables by @DeveloperC286 in #41
- docs: removing incorrect comment by @DeveloperC286 in #42
- fix: updates zsh-autosuggestions after widgets by @DeveloperC286 in #43
Full Changelog: 0.3.0...v1.0.0
[0.3.0] - 2021-12-29
Features
- Adding remove and list commands
Refactor
- Inlining version
[0.2.0] - 2021-12-29
Features
- Adding add and version sub command
Refactor
- Moving version to script variable
CI
- Adding version badge
- Adding version releasing stage