Skip to content

Latest commit

Β 

History

History
400 lines (178 loc) Β· 17.4 KB

CHANGELOG.md

File metadata and controls

400 lines (178 loc) Β· 17.4 KB

Advanced Cursors Changelog

0.5.1 (2022-01-08)

Bug Fixes

  • πŸ› Fail less often + work with CM6 in more cases (738408d)

0.5.0 (2022-01-02)

0.4.5 (2022-01-02)

Features

  • ✨ Add a cursor on the line above/below (fix #29) (6164871)

0.4.4 (2021-12-29)

Bug Fixes

0.4.3 (2021-11-05)

Features

  • ✨ Option to disable notifications trigger by commands (#25) (44de09c)

0.4.2 (2021-11-03)

0.4.1 (2021-11-03)

Bug Fixes

  • πŸ› Doesn't work on mobile, update manifest (b970823)
  • πŸ› Used this. in wrong context (212b6fa)

Documentation

  • πŸ“ Readme button in settings (254b86a)

0.4.0 (2021-10-31)

Features

  • ✨ Function: Insert incrementing i at each cursor (a84478e)

Documentation

  • πŸ“ Update readme with new incrementing i function (b29830d)

0.3.5 (2021-10-31)

Bug Fixes

  • πŸ› Auto-release-notes broken (45aaeef)

0.3.4 (2021-10-31)

Bug Fixes

  • πŸ› Test auto-release-notes (781f25b)

0.3.3 (2021-10-30)

0.3.2 (2021-10-30)

Features

  • ✨ Fix #20: Setting to toggle "open saved query view onload" (ba7be54)

0.3.1 (2021-10-30)

Bug Fixes

  • πŸ› scrollNicely, but for real this time (0a5862d)

0.3.0 (2021-10-30)

Features

  • ✨ Next & Prev buttons on cursorModal (8303c0a)

Bug Fixes

  • πŸ› Less jarring scroll on copyLineUpOrDown (bb6e210)

0.2.3 (2021-10-30)

Bug Fixes

  • πŸ› Fix wrap of flashNewSel (8b0d9de)

0.2.2 (2021-10-30)

Bug Fixes

  • πŸ› Fix flashNewSel (6198050)

0.2.1 (2021-10-30)

Features

  • ✨ Flash latest selection as pseudo-obsidian-search-match-highlight (0cdf897)

0.2.0 (2021-10-29)

Features

  • ✨ Add previous instance of selection to selections (8b1aac7)

0.1.3 (2021-10-29)

Bug Fixes

  • πŸ› Fix previous release. Better approach for nextNotSelected (192cb2b)

0.1.2 (2021-10-29)

Bug Fixes

  • πŸ› Adding next instance to selections broke when first selection wasn't first instance (b44739d)
  • πŸ› Scrolling moves cursor more into middle (bd58eef)

Documentation

  • πŸ› Add back feat and fix sections (a99d884)

0.1.1 (2021-10-28)

0.1.0 (2021-10-27)

0.0.43 (2021-10-27)

0.0.42 (2021-10-27)

Documentation

0.0.41 (2021-10-27)

0.0.40 (2021-10-27)

Bug Fixes

  • πŸ› Add/remove Prev cmd when editing/adding new savedQ (6dbdf8b)

0.0.39 (2021-10-26)

Features

  • ✨ Prev cmd for savedQs (85c131e)

0.0.38 (2021-10-26)

Bug Fixes

  • πŸ› await saveViewState! (3e2eab0)

0.0.37 (2021-10-26)

Bug Fixes

  • πŸ› Get last selection, not getCursor() (769587f)
  • πŸ› Select lastQ when opening cursorModal (35bacca)

0.0.36 (2021-10-26)

Features

  • ✨ Remember last searcher query in CursorModal (ba86b19)

0.0.35 (2021-10-26)

Features

  • ✨ Fix #11: Select previous instance of current selection (c7f8fb5)

0.0.34 (2021-10-26)

Features

  • ✨ Fix #11: Select previous instance of current selection (c7f8fb5)

0.0.33 (2021-10-26)

Bug Fixes

  • πŸ› Fix #13: Significant refactor with multiple bug fixes (636ce52)

0.0.32 (2021-10-26)

Features

0.0.31 (2021-10-26)

Bug Fixes

  • πŸ› Remove savedQ from view when deleted from settings (2057a7b)
  • πŸ› Updated Readme examples (03253c5)

0.0.30 (2021-10-25)

Features

  • ✨ Right click savedQ to run Next, left click for All (8f6e9d0)

0.0.29 (2021-10-25)

Features

  • ✨ Fix: #9 Saved queries view! (998622a)
  • ✨ Regex flags on cursorModal (25a2403)

0.0.28 (2021-10-24)

Bug Fixes

  • πŸ› selectNextInstance used regexQuery.length to extend selectionRange.head (d339183)

0.0.27 (2021-10-24)

Bug Fixes

0.0.26 (2021-10-24)

0.0.25 (2021-10-24)

0.0.24 (2021-10-23)

0.0.23 (2021-10-23)

Features

  • ✨ Commands for "Select next instance of {saved query}" (3cda8a5)

Bug Fixes

  • πŸ› Fix #7: Scroll next instance into view (231ef96)

0.0.22 (2021-10-22)

0.0.21 (2021-10-22)

Features

  • ✨ Select current word if !somethingSelected (1947018)

0.0.20 (2021-10-22)

Features

  • ✨ Edit existing saved queries (24fc39c)

0.0.19 (2021-10-22)

0.0.18 (2021-10-22)

Features

  • ✨ CursorModal works with multiline queries! (46936de)

0.0.17 (2021-10-22)

0.0.16 (2021-10-22)

Features

  • ✨ Detect word under cursor if nothing is selected! (e93ece9)

0.0.15 (2021-10-22)

Features

  • ✨ Fix #4: Loop back to start if no next instance is found (aada0ff)

0.0.14 (2021-10-22)

0.0.13 (2021-10-21)

Features

  • ✨ RegexQ and flags for saved queries (ec5353a)

0.0.12 (2021-10-21)

Features

  • ✨ Add a new command for each saved query (2b43f4b)

0.0.11 (2021-10-21)

Features

  • ✨ List saved queries under cursorsModal (c014bb2)
  • ✨ Settings tab to add saved queries (316b710)

0.0.10 (2021-10-21)

0.0.9 (2021-10-21)

0.0.8 (2021-10-21)

Bug Fixes

  • πŸ› Works over multiple lines (16aa555)

0.0.7 (2021-10-21)

Features

  • ✨ fixes #2: Append next instance of current selection to selections (9e6dc5e)

0.0.6 (2021-10-21)

Features

  • ✨ Move to next instance of current selection (10dd6c7)
  • ✨ Notice if no next instance is found (b44ec1e)

Bug Fixes

  • πŸ› Fixes #1: Focus inputEl onOpen (5a23935)

0.0.5 (2021-10-21)

Features

  • ✨ Notice for number of matches found (d341daf)

0.0.4 (2021-10-20)

Features

  • ✨ Option to toggle regex or string literal (b37b8ab)

0.0.3 (2021-10-20)

0.0.2 (2021-10-20)

Features

  • ✨ Initial working plugin! (7ad983e)