Skip to content

Latest commit

 

History

History
47 lines (23 loc) · 1.93 KB

File metadata and controls

47 lines (23 loc) · 1.93 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.6 (2024-01-25)

Features

  • add ascii translations of numbers between [32, 126] (7f7791b)
  • bump vscode engine to ^1.85.0 (c81eaa6)

0.0.5 (2022-06-12)

Bug Fixes

  • floating point display (3757eda)
  • use onStartupFinished event (6c28c47)

0.0.4 (2022-06-12)

Bug Fixes

  • parser display and filtering values (ccae8de)

0.0.3 (2021-11-05)

Features

  • support web extension mode (03e4e01)

Bug Fixes

  • hex encoding is now actually base 16 (f7a680f)

0.0.2 (2021-11-01)

Features

  • add extension icon (5fe0237)
  • display floats as the ieee bytes (7bdcda8)
  • display number conversions on hover (cf0884e)