# Octarine 0.29.7 Changelog

Released: 2025-10-29

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

**Improvements**

- Hyperlink edit container now allows editing the label of the hyperlink.
- A new `Copy Markdown` icon button has been made available in the hyperlink edit container to copy the `[text](url)` syntax.
- Preview cards for calendar dates and doclinks are now 4x faster.
- Clicking the Month name in `Daily Desk`'s calendar now opens a popover to quickly switch years/months.

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

**Fixes**

- Increased the range of link protocols `eg: [shortcuts://, hook://]` supported in the markdown link parser. Some of these may not do anything on click, but they would be preserved in the markdown data as opposed to be wiped away on save when they wouldn’t be a match.
