Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.25 KB

File metadata and controls

59 lines (44 loc) · 1.25 KB

searchScreenshots

Tsurugi Linux Search Screenshots Utility. Updated to support subdirectories.

Changelog

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

[Unreleased]

[1.0.2] - 2021-10-18

Added

  • ASCII art on startup

Changed

  • Optimized lookup algorithm for screenshot sizes
  • Better use of lazy loading of path traversal (os.walk())
  • Function comments

Removed

  • Unused libraries

Fixed

  • Unbound known_ss_sizes

[1.0.1] - 2021-10-15

Added

  • Info header
  • Function comments
  • Startup version and time
  • ss_size_matches function - take a list of sizes
  • Additional Apple device resolutions
  • Support for custom resolution searches

Changed

  • Changelog format
  • Default screenshot type of 'unknown'
  • Removed non-hit prompts

[1.0.0] - 2021-10-14

Added

  • Add parameter to set the name of the output report file
  • Add recursion in subtree

Changed

  • Update README.md
  • Better wording on help
  • Complete code refactor

Removed

  • Remove sizes
  • Remove ignored exception from catch block
  • Remove duplicated code

[0.0.1] - 2021-10-07

Added

  • 20191201 - initial GitHub commit of original code