Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Releases: YangDai2003/OpenNote-Compose

v1.6.7

17 Sep 15:20
Compare
Choose a tag to compare

Important

This project is no longer being maintained. Please switch to Kori.

v1.6.6

14 Aug 05:06
Compare
Choose a tag to compare

Fixed Bugs

v1.6.5

22 Jun 13:12
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue where the bottom bar button was not fully displayed when the screen zoom was large #92
  • Fixed Find & Replace crashes in some cases
  • Reduced the width of the Drawer sheet

v1.6.4

07 May 20:17
Compare
Choose a tag to compare

What's Changed

  • Fixed the error that caused the app to crash due to out-of-bounds. #73
  • Improved the accuracy of YAML parsing.

v1.6.3

01 May 13:11
Compare
Choose a tag to compare

What's Changed

  • Fixed GitHub alert multiline display issue. #68

Note

Kori will release its first alpha version soon.

v1.6.2

25 Apr 17:13
Compare
Choose a tag to compare

What's Changed

  • Add GitHub-Style Alert Markdown Support by @Amirnlz in #62 #59
  • Back behavior changed #64

v1.6.1

11 Apr 10:35
Compare
Choose a tag to compare

What's Changed

  • Feat: Added app-name to DrawerContent by @Amirnlz in #60 #56
  • Improved biometric stability.
  • Improved some animations.

New Contributors

v1.6.0

25 Mar 15:35
Compare
Choose a tag to compare

Update Changelog

  • Improved rendering speed in Standard mode
  • Enhanced Code Block syntax highlighting in Standard mode
  • Fixed FAB shadow issue
  • Added an option to display line numbers
  • Improved Note Side Sheet functionality and styling
  • Updated icons and color schemes
  • Added Sample Note button on long-press of FAB to demonstrate basic markdown syntax
  • Changed folder management interaction: now supports left/right swipe on touch devices and long-press/hover actions on mouse/keyboard devices

v1.5.95

19 Mar 14:37
Compare
Choose a tag to compare

Changelog

  • Improved edge-to-edge display and display cutout handling in settings interface
  • Enhanced Lite mode's find and replace functionality
  • Disabled parsing of note properties block at the top of note content, improving compatibility with non-standard markdown formats from other apps: #49
---
tags: []
categories: []
---
  • Add an option to show preview of notes #48
  • Improved Standard mode's markdown rendering style in dark theme

v1.5.9

02 Mar 15:40
Compare
Choose a tag to compare

Update Log:

  • Obfuscated backup JSON files to prevent plain-text content exposure.
  • More syntax highlighting for Lite Mode.
  • Further optimized Enter key behavior when typing lists.
  • Fixed an issue that could cause Autosave settings to not take effect. #44
  • Changed Indent button behavior to follow the CommonMark specification. It now uses four spaces instead of tabs for indentation. CommonMark Spec