Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

49 lines (32 loc) · 1.25 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.

[Unreleased]

[v0.1.3] - 2024-10-13

Added

  • ffr now accepts the duration of experiment as a CLI argument
  • freq added. It measures frequency of each digit in a given file with random numbers
  • Example data and some basic statistics on it is now included into the project

[v0.1.2] - 2024-10-11

Added

  • ffr now prints a version

[v0.1.1] - 2024-10-10

Changed

  • ffr fixed: numbers from RAW <number> samples lines are not included into the result
  • random.2024-10-09_01-13.txt deleted

[v0.1.0] - 2024-10-09

Added

  • ffr -- the script that connects to Flipper, reads and parses the IR data.
  • Basic documentation

--[ TEMPLATE ]-------------------------------------------

[v0.0.0] - YYYY-MM-DD

Added

  • Initial release
  • Feature X, Y, and Z

Changed

  • Refactored module ABC for better performance
  • Updated dependency library from v2.3.1 to v2.4.0

Fixed

  • Bug fix in module XYZ that caused error #123
  • Memory leak issue resolved in function function_name