Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 1.18 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.

2.0.0 - 2024-09-01

Breaking change

  • renamed file format: field "path" was renamed to "location". The following command with sd applies the needed changes
# path to favorites.json is under the data folder of this application 
# On linux this would be "~/.local/share/folderfavorite/favorites.json"
cat <path_to_favorites.json> | sd "\"path\"" "\"location\"" <path_to_favorites.json>

Fixed

  • Shown version number aka --version was outdated. It now always sync to the rust package version number
  • Fixed problem with subcommand where dangling paths were not removed and existing ones were removed instead.

1.4.4 - 2024-08-31

Added

  • New subcommand "Clean". Removes all non existing paths