Skip to content

Latest commit

 

History

History
254 lines (119 loc) · 11 KB

CHANGELOG.md

File metadata and controls

254 lines (119 loc) · 11 KB

1.5.2 (2024-11-03)

Bug Fixes

  • support censoring for #define in cpp / c (143776d)

1.5.1 (2024-10-28)

Bug Fixes

  • always use default censoring if enabled (ddbe0dd)
  • init and watch only config file in home directory (8b3d2e8)

1.5.0 (2024-10-11)

Bug Fixes

  • always update censoring config on change across workspaces (3a3649d)
  • make changing config more efficient (0060451)

Features

  • support subdirectories and .censitive files outside workspace (2bdbe93)
  • support subdirectories inside workspace (c32ab0d)

1.4.1 (2024-09-09)

Bug Fixes

  • skip recalculating ranges when document is unchanged (2707bc1)

1.4.0 (2024-06-14)

Features

  • add config for default censoring (1e0b650)
  • add option to exclude globs from censoring (c58c189)

1.3.1 (2023-06-21)

Bug Fixes

  • prevent censoring every line (f64e022)

1.3.0 (2023-06-12)

Features

  • make code languages & assignment configurable (782cc88)
  • support fenced censored blocks (8922078)

1.2.7 (2023-03-25)

Bug Fixes

  • document **/ glob patterns (4848888)

1.2.6 (2023-03-25)

Bug Fixes

  • censor visible editors on launch (d05fc51)
  • dispose censoring when file is removed from config (311737a)
  • global censitive configuration was permanently merged into workspaces (a091aea)
  • update global and workspace censoring config on create/delete (4b76cb3)
  • watch global .censtitive file in userhome (2b9126d)

1.2.5 (2023-03-22)

Bug Fixes

  • censor files without active workspace (0ed489a)

1.2.5 (2023-03-22)

Bug Fixes

  • censor files without active workspace (0ed489a)

1.2.4 (2023-02-15)

Bug Fixes

1.2.3 (2023-02-15)

Bug Fixes

1.2.3 (2023-02-15)

Bug Fixes

1.2.2 (2022-12-21)

Bug Fixes

  • update svg badges in readme (4ea9251)

1.2.1 (2022-12-18)

Bug Fixes

  • allow // in .censitive files (3f16364)

1.2.0 (2022-11-15)

Bug Fixes

  • apply global config relative to workspace (16408d3)

Features

  • use global censoring config in home directory (5ab9077)

1.1.4 (2022-06-20)

Bug Fixes

1.1.3 (2022-04-22)

Bug Fixes

  • fix censoring of values containing = (8c58258)
  • update extension icon (af66d1c)

1.1.2 (2022-04-12)

Bug Fixes

  • fix non-quoted censoring (878672a)

1.1.1 (2022-04-10)

Bug Fixes

  • correctly include escaped quotes (3246908)
  • display line censoring index in code lenses (0336b70)

Performance Improvements

  • increase caching performance (6026dab)

Changelog

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

1.1.0 (2021-12-17)

Features

  • allow censoring of entire files (fd4d60b)
  • censor multiline values (8c1418b)

Bug Fixes

  • fix caching on multiline edits (a5377f5)

1.0.2 (2021-12-17)

Bug Fixes

  • updat documentation and name (a066980)

1.0.1 (2021-12-17)

Bug Fixes

1.0.0 (2021-04-21)

Features

  • add code actions for copying and showing (9c9b401)
  • add configuration for display time (d4cd205)

0.1.0 (2021-03-15)

⚠ BREAKING CHANGES

  • removed opacity settings for censoring
  • languages option no longer available, combined censoring types

Features

  • allow theme values (dc72017)

  • fast(ish) censoring for large documents (b748e20)

  • clean up configuration (334d051)

0.0.4 (2021-02-18)

0.0.3 (2021-02-18)

Features

  • 🎇 allow comments in .censitive file (c74bcb6)

0.0.2 (2021-02-18)

Features

Bug Fixes

  • 🐛 dont apply ranges twice on extension install (2e4d63f)
  • 📝 fix image visibility in readme (258a99b)

0.0.1

  • Initial release