1.5.2 (2024-11-03)
- support censoring for
#define
in cpp / c (143776d)
1.5.1 (2024-10-28)
- always use default censoring if enabled (ddbe0dd)
- init and watch only config file in home directory (8b3d2e8)
1.5.0 (2024-10-11)
- always update censoring config on change across workspaces (3a3649d)
- make changing config more efficient (0060451)
- support subdirectories and .censitive files outside workspace (2bdbe93)
- support subdirectories inside workspace (c32ab0d)
1.4.1 (2024-09-09)
- skip recalculating ranges when document is unchanged (2707bc1)
1.4.0 (2024-06-14)
1.3.1 (2023-06-21)
- prevent censoring every line (f64e022)
1.3.0 (2023-06-12)
1.2.7 (2023-03-25)
- document
**/
glob patterns (4848888)
1.2.6 (2023-03-25)
- 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)
- censor files without active workspace (0ed489a)
1.2.5 (2023-03-22)
- censor files without active workspace (0ed489a)
1.2.4 (2023-02-15)
- trigger release (16dba90)
1.2.3 (2023-02-15)
- deploy to OpenVSX (793a3db)
1.2.3 (2023-02-15)
- deploy to OpenVSX (793a3db)
1.2.2 (2022-12-21)
- update svg badges in readme (4ea9251)
1.2.1 (2022-12-18)
- allow
//
in.censitive
files (3f16364)
1.2.0 (2022-11-15)
- apply global config relative to workspace (16408d3)
- use global censoring config in home directory (5ab9077)
1.1.4 (2022-06-20)
- updgrade dependencies (a4331d1)
1.1.3 (2022-04-22)
1.1.2 (2022-04-12)
- fix non-quoted censoring (878672a)
1.1.1 (2022-04-10)
- increase caching performance (6026dab)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.0 (2021-12-17)
- fix caching on multiline edits (a5377f5)
1.0.2 (2021-12-17)
- updat documentation and name (a066980)
1.0.1 (2021-12-17)
- fix inline censoring (9647fd4)
1.0.0 (2021-04-21)
0.1.0 (2021-03-15)
- removed opacity settings for censoring
- languages option no longer available, combined censoring types
-
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)
- 🎇 allow comments in .censitive file (c74bcb6)
- Initial release