Skip to content

Latest commit

 

History

History
90 lines (52 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

90 lines (52 loc) · 2.04 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.5.0 - 2024-07-23

Details

Added

  • Add prompt to run at startup by @The-Noah
  • Add executable icon by @The-Noah
  • Add dialog when done updating

Changed

  • Don't add to startup if already added by @The-Noah
  • Rename debug command to info by @The-Noah

Removed

  • Remove old code by @The-Noah

v0.4.0 - 2024-07-11

Details

Added

  • Add auto updater by @The-Noah

Changed

  • Load game data from local filesystem by @The-Noah
  • Display number of moved screenshots by @The-Noah
  • Gracefully handle file move errors by @The-Noah
  • Gracefully handle dir creation errors by @The-Noah

Fixed

  • Use Windows for CI/CD by @The-Noah

v0.3.0 - 2024-07-10

Details

Changed

  • Detect Steam screenshot location by @The-Noah
  • Update README by @The-Noah

v0.2.0 - 2024-07-10

Details

Added

  • Add help and debug commands by @The-Noah
  • Add watch mode by @The-Noah

Changed

  • Update README by @The-Noah
  • Use watch mode when executed without console by @The-Noah
  • Show number of found screenshots by @The-Noah
  • Use clippy in CI/CD by @The-Noah

Removed

  • Remove Linux build by @The-Noah

v0.1.0 - 2024-06-28

Details

Added

  • Add README and LICENSE by @The-Noah
  • Add CI/CD by @The-Noah

Changed

  • Optimize release binary by @The-Noah