Skip to content

Releases: jillalberts/privacy-glasses

0.7.4

17 Dec 19:07
Compare
Choose a tag to compare

Fix private note marker [Enhancement] Skip note metadata to check for… thanks to @aurepereira

0.7.3

12 Dec 22:25
Compare
Choose a tag to compare

This release implements the following:

  • Implement feature request/issue #19 - blur only the content that is not a header, effectively revealing only the headers of any given note
  • Fix an issue where the note name in the header does not reveal on hover (fixed for all modes)
  • Move all hard-coded level and CSS class names to string enums for reusability and maintainability
  • Refactor styles.css for better readability and maintainability
  • General code cleanup

All thanks to @aurepereira !

0.7.1

15 Jan 22:02
Compare
Choose a tag to compare

Finish up the major update, thanks again to the work of #0xorial

  • Fixed startup blurring setting.
    
  • Implemented revealing under caret
    
  • Implemented marking note as private
    

0.7.0

14 Jan 14:00
Compare
Choose a tag to compare

Major update, thanks to @0xorial .

(tech) switched to .scss
(tech) started using prettier
switched to {filter: blur()} for blurring everything
implemented "3-mode" way - reveal all/blur all/blur content in folders, specified as private

0.6.0

07 Jan 16:38
Compare
Choose a tag to compare

Added option to blur on startup among other features thanks to @0xorial

0.5.3

27 Oct 20:16
64332ea
Compare
Choose a tag to compare

Blur markdown code blocks (thanks to @leoccyao )

0.5.2

04 Jun 14:18
Compare
Choose a tag to compare

Fixed error when activating plugin

0.5.1

26 May 19:48
d9fe476
Compare
Choose a tag to compare

Added support for blurring the UI of the "Quick Explorer" plugin, thanks to @leoccyao

0.5.0

19 Apr 00:04
6392950
Compare
Choose a tag to compare

support for live preview mode thanks to awesome work by @leoccyao

0.4.3

06 Apr 14:37
Compare
Choose a tag to compare

Some minor code improvements over 0.4.2.

See README at https://github.com/jillalberts/privacy-glasses/ for full changelog.