Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

35 lines (30 loc) · 1.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.

0.1.1 - 2020-02-10

Added

  • Pretty print switch.
  • Switch to specify which encoding to use when decoding for pretty print.
  • Add note about expectations for using trickt in the Readme.

Changed

  • None

Removed

  • None

0.1.0 - 2020-01-18

Added

  • Identify and decode code points.
  • Identify and decode base64.
  • Identify and decode unicode escaped strings.
  • Identify and decode hex escaped strings.
  • Identify and decode url encoded strings
  • Added recursive capability. Shows nested trickiness.
  • Pretty print the results and include line numbers for files.
  • Ability to scan strings.
  • Ability to scan files.

Changed

  • None

Removed

  • None