Skip to content

Latest commit

 

History

History
299 lines (146 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

299 lines (146 loc) · 16.1 KB

Changelog

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

2.1.0 (2024-01-03)

Features

2.0.8 (2023-08-25)

2.0.7 (2023-08-25)

Bug Fixes

2.0.6 (2023-08-25)

2.0.5 (2023-08-25)

2.0.4 (2023-05-04)

Bug Fixes

2.0.3 (2023-04-29)

Bug Fixes

  • use delete for removing frontmatter keys (51c5523)

2.0.2 (2023-04-23)

Bug Fixes

  • instructions for suggester (e3cc705)

2.0.1 (2023-04-23)

2.0.0 (2023-04-23)

Features

  • remove old keys on write (51ea486)

Bug Fixes

  • don't remove keys with length 0 (91d0482)
  • double colon; altLabel brackets (973d612)
  • formatting (3ff8128)
  • remove old altLabel key (d097be5)

1.1.3 (2022-07-13)

1.1.2 (2022-07-06)

Bug Fixes

1.1.1 (2022-06-17)

Bug Fixes

1.1.0 (2022-01-19)

Features

  • add instructions for browser feature (f0e4358)
  • Mod-Enter opens LOC site (6b34d2e)

1.0.10 (2021-12-10)

Bug Fixes

  • add setting tab before parsing of JSON (18b0d03)

1.0.9 (2021-12-09)

Bug Fixes

  • command name duplication (8c541a9)

1.0.8 (2021-11-18)

Bug Fixes

1.0.7 (2021-11-11)

1.0.6 (2021-11-11)

1.0.5 (2021-11-11)

1.0.4 (2021-11-09)

1.0.3 (2021-11-07)

Performance

  • ⚡ onload LCSH parsing is done in web worker (391dee7)

1.0.2 (2021-11-05)

1.0.1 (2021-10-30)

Features

  • ✨ add option for loading LCSH onload (0c99b9a)
  • ✨ display LCC (5628cc3)
  • ✨ implement fuzzy search (8f7714b)
  • ✨ limit heading number according to user settings (a1d99db)
  • ✨ load from path given in settings instead of static path (131bcca)
  • ✨ main suggester for LCSH implemented (2267f38)
  • ✨ re-implement SubdivSuggester (2b6e5f7)
  • ✨ write LCC if present (480ab66)
  • suggester for lcsh shows entries (c47fe79)

Bug Fixes

  • 🐛 LCC works for inline YAML now (df05ba2)
  • 🐛 LCSH URL now correct (32a9eda)

1.0.0 (2021-10-30)

Features

  • ✨ add option for loading LCSH onload (0c99b9a)
  • ✨ display LCC (5628cc3)
  • ✨ implement fuzzy search (8f7714b)
  • ✨ limit heading number according to user settings (a1d99db)
  • ✨ load from path given in settings instead of static path (131bcca)
  • ✨ main suggester for LCSH implemented (2267f38)
  • ✨ re-implement SubdivSuggester (2b6e5f7)
  • ✨ write LCC if present (480ab66)
  • suggester for lcsh shows entries (c47fe79)

Bug Fixes

  • 🐛 LCC works for inline YAML now (df05ba2)
  • 🐛 LCSH URL now correct (32a9eda)

0.6.1 (2021-10-07)

Features

  • limit number of searches effectively (8c66786)

0.6.0 (2021-10-05)

⚠ BREAKING CHANGES

  • hotkey for LCSH command will have to be reconfigured

  • ♻️ change LCSH command id (64e841c)

0.5.1 (2021-10-05)

0.5.0 (2021-10-05)

Features

  • ⚡ add more LOC collections (e0e4ca1)

0.4.5 (2021-10-04)

0.4.4 (2021-10-04)

0.4.3 (2021-10-03)

0.4.2 (2021-10-03)

0.4.1 (2021-10-03)

Bug Fixes

  • 🐛 add missing onOpen() to suggester-sub.ts (25b2ee4)

0.4.0 (2021-10-03)

Features

  • ✨ subdivision with alt + enter (7990285)

0.3.2 (2021-10-02)

Bug Fixes

  • use setInstructions instead of creating the HTML myself in onOpen (7f26c91)

0.3.1 (2021-10-02)

0.3.0 (2021-10-02)

Features

  • ✨ infer subdivisions, only write heading and show heading in suggester (fd75161)

0.2.9 (2021-10-02)

Bug Fixes

  • 🐛 only include heading name (b3ca7ad)

0.2.8 (2021-10-02)

Bug Fixes

  • 🐛 trim whitespace from YAML keys in settings (6fa98e3)

0.2.7 (2021-10-02)

0.2.6 (2021-10-02)

0.2.5 (2021-10-02)

0.2.4 (2021-10-01)

Bug Fixes

  • needed to use setTimeout for this because the modal got opened, but not fast enough (cf469fb)

0.2.3 (2021-10-01)

Bug Fixes

  • 🐛 headings are now requested over https (dec076d)

0.2.2 (2021-10-01)

Features

  • ✨ text below modal that explains commands (e84fe83)

0.2.1 (2021-10-01)

0.2.0 (2021-10-01)

Features

  • ✨ shift + enter inserts inline YAML at cursor position (b52be02)
  • inline yaml when shift + click (b539aed)

0.1.4 (2021-10-01)

0.1.3 (2021-10-01)

0.1.2 (2021-09-30)

0.1.1 (2021-09-30)

0.1.0 (2021-09-30)

0.0.11 (2021-09-30)

0.0.10 (2021-09-30)

Bug Fixes

  • 🐛 in the settings, the option to print all headings is available again (a9c5a76)