Skip to content

v2.1.0

Choose a tag to compare

@ankddev ankddev released this 06 Apr 10:11
· 52 commits to main since this release
bfcf44f

Changelog

All notable changes to this project will be documented in this file.

[2.1.0] - 2025-04-06

🚀 Features

  • Verify checksums in Windows install script (#42)
  • Verify checksums in Unix install script (#42)
  • Check if file already exists in Windows install script (#48)
  • Check if file already exists in Unix install script (#48)
  • Add full-featured interactive mode (closes #17)
  • Ads several logging
  • Add ability to set log level via ENVFETCH_LOG

🐛 Bug Fixes

  • (README) See Also block syntax
  • (test) Some tests failing on Unix
  • Typo in PR template
  • Clippy warnings

🚜 Refactor

  • Make all functions to accept buffer as argument
  • Many other refactorings
    • Tests
    • All commands
    • etc.

🧪 Testing

  • Write many new tests

⚙️ Miscellaneous Tasks

  • Check completed item in TODO
  • Add minversion attribute to Package Status card
  • (coverage) Don't build project when generating coverage
  • Add issue templates (forms)
  • Implement caching in CI
  • Run workflows on pushes and PRs to all branchhes
  • Merge main workflows to one
  • Add link to Wiki in default config
  • Add Unix install script testing workflow (#30)
  • (release) Run tests of install scripts after publish
  • Don't run cargo2junit (#52)
  • Remove colored dependency
  • Bump tempfile from 3.19.0 to 3.19.1 by @dependabot in #25
  • Bump log from 0.4.26 to 0.4.27 by @dependabot in #36
  • Bump clap from 4.5.32 to 4.5.33 by @dependabot in #46
  • Bump clap from 4.5.33 to 4.5.34 by @dependabot in #49
  • Bump clap from 4.5.34 to 4.5.35 by @dependabot in #50

Full Changelog: v2.0.0...v2.1.0