2024-04-23 23:05:32 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
mise: update to 2024.4.8. Changes:
2024.4.8:
### Features
* add periphery
* add danger-js
### Bug Fixes
* (exec) default to @latest version
* rename bin -> ubi
### Documentation
* (changelog) reorder changelog topics
* fixed asdf-xcbeautify url
### Other Changes
* use https to get gpgkey
* Update xcbeautify
* Include e2e folder in shfmt editorconfig for 2 spaces indenting
* disable megalinter
2024.4.7:
### Bug Fixes
* (zig) make zig core plugin experimental
2024.4.6:
### Features
* Pipx Backend
* ubi backend
### Bug Fixes
* (gleam) use asdf-community fork
### Other Changes
* Add Zig language plugin
|
2024-04-16 23:02:30 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
mise: update to 2024.4.5. Changes:
### Features
* (doctor) warn if a plugin overwrites a core plugin
### Bug Fixes
* go backend naming inconsistency (in mise ls and mise prune)
### Dependency Updates
* update rust crate built to 0.7.2
* update rust crate either to 1.11.0
|
2024-04-14 20:50:10 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
mise: update to 2024.4.4. Changes:
2024.4.4:
### Features
* add option to list installed (backend) binaries
* add powerpipe
* add xcresultparser
### Bug Fixes
* (heroku-cli) use mise-plugins fork
* enable markdown-magic since it is working again
* mise panics if prefix: is used on certain core plugins
### Other Changes
* added podman plugin
### Miscellaneous Tasks
* (move) added TODO
2024.4.3:
### Bug Fixes
* (docker) repo fetch
* (docker) repo fetch
* asdf-yarn
2024.4.2:
### Features
* (completions) switch to usage for zsh completions
### Bug Fixes
* asdf-yarn
### Refactor
* (default_shorthands) automatically mark mise-plugins as trusted
### Miscellaneous Tasks
* (cliff) ignore previous registry commits
* (cliff) ignore merge commits
* (default_shorthands) fix count
* (homebrew) delete unused script
* (markdown-magic) do not fail if markdown-magic fails
* (markdownlint) ignore registry/ files
* (mega-linter) ignore registry/ files
* (prettier) ignore registry/ files
* (python) added debug info when no precompiled version is found
* (registry) auto-update registry subtree
* (release) fixing registry autosync
* (release-plz) push registry subtree changes
* (renovate) disable lock file maintenance
* (sync) added workflow
* Add 'registry/' from commit 'c5d91ebfbf1b7a03203e8442a3f6348c41ce086d'
2024.4.1:
### Bug Fixes
* (doctor) sort missing shims
* (uninstall) fix uninstall completions
### Dependency Updates
* bump h2 from 0.3.25 to 0.3.26
|
2024-04-14 10:34:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
mise: add missing openssl bits to fix build
|
2024-04-03 05:29:54 by Amitai Schleier | Files touched by this commit (5) | |
Log message:
mise: update to 2024.4.0. Changes:
2024.4.0:
### Bug Fixes
* (python) install python when pip is disabled outside virtualenv
### Other Changes
* Move logic to set current directory before loading other config
2024.3.11:
### Features
* (task) extend mise tasks output
2024.3.10:
### Bug Fixes
* use correct type for --cd
### Refactor
* completions command
### Documentation
* improve CHANGELOG
* improve CHANGELOG
* remove duplicate PR labels in CHANGELOG
2024.3.9:
### Bug Fixes
* (task) script tasks don't pick up alias from comments
pkgsrc changes:
* Disable self-update
|
2024-03-23 20:01:36 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
mise: update to 2024.3.8. Changes:
### Features
* use http2 for reqwest
### Bug Fixes
* (nu) Gracefully handle missing `$env.config`
### Testing
* fix warnings
### Miscellaneous Tasks
* automatically bump minor version if month/year changes
* updated cargo-deny config
|
2024-03-21 12:44:11 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
mise: update to 2024.3.7. Changes:
### Bug Fixes
* (task) tasks not working in system config
* (xonsh) `shell` subcommand for xonsh
* jq Installed Using x86_64 on Apple Silicon using mise
### Documentation
* (changelog) improve styling
* (changelog) improve styling
### Styling
* format default_shorthands.rs
### Testing
* install python/poetry at the same time
### Miscellaneous Tasks
* rust 1.78 deprecation warning fixes
* fix caching
|
2024-03-17 13:52:30 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
mise: update to 2024.3.6. Changes:
### Features
* very basic dependency support
### Bug Fixes
* update shorthand for rabbitmq
* display error message from calling usage
* automatically trust config files in CI
### Refactor
* move lint tasks from just to mise
### Documentation
* (changelog) use github handles
### Styling
* add mise tasks to editorconfig
* run lint-fix which has changed slightly
* apply editorconfig changes
* new git-cliff format
* ignore CHANGELOG.md style
### Testing
* (mega-linter) do not use js-standard linter
* (mega-linter) ignore CHANGELOG.md
### Miscellaneous Tasks
* (test) cache mise installed tools
* cargo update
* install tools before unit tests
* added git-cliff
* ensure `mise install` is run before lint-fix
* added release-plz workflow
* set gpg key
* temporarily disable self-update test
### Outdated
* add --json flag
|
2024-03-15 19:07:47 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
mise: update to 2024.3.2. Changes:
- fix(task): document task.hide
- fix: watch env._.source files
- fix: prepend virtualenv path rather than append
- feat(task): add option to show hidden tasks in dependency tree
- fix(npm): mise use -g npm:yarn@latest installs wrong version
- fix(go): go backend supports versions prefixed with 'v'
- Update rust dependencies
- Update softprops/action-gh-release action to v2
pkgsrc changes:
- Install shell completions
|
2024-03-05 07:04:18 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
mise: update to 2024.3.1. Changes:
- Tiny grammar fix
- fix(java): sdkmanrc zulu JVMs are missing in mise
- Update rust dependencies
|