# Octarine 0.11.0 Changelog

Released: 2024-01-27

**Find and Replace text inside a note**

<video autoPlay loop muted playsInline>
  <source src="https://pub-d9b2979edab5442388c14f8014e177b7.r2.dev/v0_11_0_Replace.mp4" />
</video>

- In File search now has a toggle to **Find and Replace.**

- Can be triggered directly using `⌘` `⌥` `F` inside a note. If the replace input is focused, pressing `Enter` will replace the current highlighted result, while `⌘ Enter` will replace all matches with the term.

**Filters for Global and InFile Search**

<video autoPlay loop muted playsInline>
  <source src="https://pub-d9b2979edab5442388c14f8014e177b7.r2.dev/v0_11_0_Global_Search_Filters.mp4" />
</video>

<video autoPlay loop muted playsInline>
  <source src="https://pub-d9b2979edab5442388c14f8014e177b7.r2.dev/v0_11_0_InFile_Search_Filters.mp4" />
</video>

- Both Global and InFile search have 2 additional filters made available
  - **Match Case** - If you want the search to honor case sensitivity.
  - **Match Whole word** - If you want the search to not look for partial matches.

**Templates Quick View**

When inserting a template from the `/` command, you can see a quick preview of the template, so you don’t have to memorise what is going to be inserted in.

<video autoPlay loop muted playsInline>
  <source src="https://pub-d9b2979edab5442388c14f8014e177b7.r2.dev/v0_11_0_Templates_Quick_View.mp4" />
</video>
