Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 19:45
c06c210

Release Notes

8 March 2025

  • chore: release v0.8.0 #814
  • fix: 'uv tool run' instead of 'uv run' #813
  • build(deps-dev): bump eslint from 9.21.0 to 9.22.0 in /mdsf-vscode #810
  • build(deps-dev): bump @eslint/js from 9.21.0 to 9.22.0 in /mdsf-vscode #812
  • test(tools): run test if script runner is present #809
  • feat: overhaul package registry script runners #808
  • feat: add support for running pypi packages using uv #807
  • feat: setup pipx run command builder #806
  • feat(tools): add support for fortran-linter #804
  • build(deps): bump test-with from 0.14.7 to 0.14.8 #803
  • build(deps): bump ring from 0.17.8 to 0.17.13 in the cargo group #802
  • feat(tools): add support for fortitude fortran linter #801
  • test: enable previously disabled tool tests #799
  • chore(tools): add apt and brew to wfindent #800
  • test(tools): validate sleek works #798
  • refactor(tools): convert xo to stdin based args #797
  • build(deps): bump tempfile from 3.17.1 to 3.18.0 #796
  • refactor(codegen): sort tools before usage #795
  • ci(test): enable dune cache #794
  • test(tools): install kcl using brew #793
  • test(tools): validate alex can be ran #792
  • test(tools): validate air:format #791
  • feat(tools): add support for semistandard #790
  • refactor(tools): convert standardjs to stdin #789
  • fix: only print tool stdout/stderr when debug is enabled #788
  • feat(tools): run mdsf using mdsf #787
  • test: validate all JavaScriptRuntime can run commands #786
  • test: decrease go install priority #785
  • fix: Tooling::AsRef<str> should be the same as config command #784
  • test: call Tooling::format_snippet instead of run_tools directly #783
  • test: validate biome check command #782
  • chore: update changelog 0d2345c

Install mdsf 0.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/mdsf/releases/download/v0.8.0/mdsf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/mdsf/releases/download/v0.8.0/mdsf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/mdsf

Install prebuilt binaries into your npm project

npm install mdsf-cli@0.8.0

Download mdsf 0.8.0

File Platform Checksum
mdsf-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mdsf-x86_64-apple-darwin.tar.gz Intel macOS checksum
mdsf-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
mdsf-x86_64-pc-windows-msvc.msi x64 Windows checksum
mdsf-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum