Skip to content

Releases: 1nVitr0/plugin-vscode-censitive

v1.5.2

03 Nov 15:28

Choose a tag to compare

1.5.2 (2024-11-03)

Bug Fixes

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

v1.5.1

28 Oct 16:00

Choose a tag to compare

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)

v1.5.0

11 Oct 20:42

Choose a tag to compare

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)

v1.4.1

09 Sep 13:32

Choose a tag to compare

1.4.1 (2024-09-09)

Bug Fixes

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

v1.4.0

14 Jun 10:11

Choose a tag to compare

1.4.0 (2024-06-14)

Features

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

v1.3.1

21 Jun 19:38

Choose a tag to compare

1.3.1 (2023-06-21)

Bug Fixes

  • prevent censoring every line (f64e022)

v1.3.0

12 Jun 14:29

Choose a tag to compare

1.3.0 (2023-06-12)

Features

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

v1.2.7

25 Mar 11:28

Choose a tag to compare

1.2.7 (2023-03-25)

Bug Fixes

  • document **/ glob patterns (4848888)

v1.2.6

25 Mar 11:15

Choose a tag to compare

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)

v1.2.5

22 Mar 15:17

Choose a tag to compare

1.2.5 (2023-03-22)

Bug Fixes

  • censor files without active workspace (0ed489a)