Skip to content

Releases: YangDai2003/OpenNote-Compose

v1.5.6

22 Feb 20:32
Compare
Choose a tag to compare

Update Log:

  • Added support for ==Highlight== syntax parsing and rendering. (Note: This does not replace the existing <mark></mark> syntax, as == is not a standard Markdown feature, whereas <mark> is a standard HTML5 element with broader compatibility.) #36
  • Improved widget compatibility. #29
  • Fixed an issue with cursor movement in title when using a keyboard.

v1.5.5

20 Feb 08:53
Compare
Choose a tag to compare

Update Log:

  • Improved list style switching animations.
  • Enhanced the selection style for list cards.
  • New notes now always open in edit mode (#26).
  • Added a one-click collapse/expand all button for the note outline.
  • Optimized the accuracy of the note overview data.
  • Enhanced Find & Replace and Markdown Lint performance.
  • Added experimental support for sharing Markdown as an image (#8, #22).

v1.5.4

18 Feb 23:24
Compare
Choose a tag to compare

Update Log:

  • Added a switcher for automatic saving, giving you more control.
  • Added an option to adjust the title alignment.
  • Further improved UI layout and animations for a smoother experience.
  • Fixed various bugs and performance issues, including #25.
  • Added a hidden Easter egg—Let's see who finds it first! 🚀 Happy hunting! 🕵️‍♂️🔍

v1.5.3

17 Feb 12:58
Compare
Choose a tag to compare

Update Log:

  • New Note Overview and Note Outline features for better organization and navigation.
  • More customizable style settings to personalize your experience.
    Screenshot_20250217-135357

v1.5.2

12 Feb 15:55
Compare
Choose a tag to compare

Update Log:

  • Added a numeric passcode lock for enhanced privacy protection.
  • Introduced a one-click cleanup feature to remove unused resources.
  • The app now provides more refined and comprehensive haptic feedback.
  • Improved UI layout and animations for a smoother experience.

Screenshot_20250212-165017

v1.5.1

09 Feb 17:25
Compare
Choose a tag to compare

Update Log:

  • Added a new automatic backup feature.
  • Bug fixes and performance improvements. #17

v1.5.0

08 Feb 15:48
Compare
Choose a tag to compare

What's Changed

  • Create README.tr.md by @mikropsoft in #16
  • Improve Turkish Language by @mikropsoft in #15
  • Standardmode now supports importing and playing audio files.
  • Standardmode now supports importing and playing video files.
  • Added a slider to adjust the app's font size.
  • Introduced a screen privacy protection feature.
  • Lite Mode now offers better performance.
  • To fully comply with FOSS principles, ML KIT dependencies and OCR functionality have been removed starting from this version, reducing the app size to under 6MB.

v1.4.9

06 Feb 17:34
Compare
Choose a tag to compare

Update Log:

  • Added a Template feature, along with corresponding shortcut buttons, keyboard shortcuts, and settings. All templates are stored in the {OpenNote/Templates} folder.
  • You can now insert templates into your notes, and any date or time placeholders within them will be automatically formatted. Custom date and time formats are also supported.
  • Lite Mode now fully supports a true WYSIWYG (What You See Is What You Get) editing experience, making note-taking more immersive.
  • In Standardmode, code blocks within the reading area now support syntax highlighting for improved readability.
  • You can now drag and drop or copy and paste images from other applications into the Standardmode editing area. The app will automatically import the images.
  • Improved the Find and Replace feature in Standardmode. You can now use the up and down arrow keys to navigate between matches.
  • A Print option has been added to the menu bar in Standardmode. You can now print your notes directly or save them as a PDF.
  • Behavior Change: New notes no longer require manual saving. Any non-empty note is automatically saved, so you never have to worry about losing data. #11
  • Bug Fix: Fixed an issue from the last update that prevented the app from being select as the handler of document file.

更新日志:

  • 新增模板功能、对应的快捷按钮、键盘快捷键和对应的设置。所有模板在{OpenNote/Templates}文件夹中。
  • 你可以在笔记中插入模板,模板中的日期和时间会自动格式化。你也可以自定义日期和时间的格式。
  • 轻量模式现在完全实现了所见即所得的编辑方式,编辑体验更加沉浸。
  • 经典模式阅读区域中的'''代码块'''的内容现在会以语法高亮的形式显示。
  • 现在可以直接从其他应用拖拽或者复制粘贴图片到经典模式的编辑区域,应用会自动接收图片并导入。
  • 改进了经典模式中的查找和替换功能,现在能够使用上下箭头来切换焦点。
  • 经典模式菜单栏新增打印选项,通过这个功能,你可以将笔记通过打印机打印或者保存为PDF格式。
  • 行为变更:现在创建新笔记时无需手动点击保存按钮保存,任何非空笔记都会被自动保存,不用担心丢失数据。 #11
  • 修复了上个版本更新中导致应用无法作为文本文档打开方式的意外错误。

v1.4.8

05 Feb 05:08
Compare
Choose a tag to compare

v1.4.8 includes, but is not limited to, the following updates:

  • Added an app shortcut: Long press the app icon to create a new note.
  • When password protection is enabled, you can now manually lock the app.
  • Behavior change: users can now manually select a folder location, no longer hardcoded to Download directory.
  • Refactored code for importing local images. *It is recommended to re-import previously added images after updating.
  • Refactored code for exporting files.
  • Refactored code for data backup.
  • Improved image viewing experience:
    1. On Android 12 and above, the background will now be blurred. *Depends on device
    2. On Android 14 and above, Ultra HDR images can now be viewed correctly.
    3. Added double-tap to zoom support.
    4. Added long-press to reset zoom support.
  • Enhanced Markdown rendering in Lite mode.
  • Improved the accuracy of Markdown Lint in Standard mode.
  • Reduced performance overhead on the main screen.
  • Optimized accessibility features.
  • Improved overall app stability.

v1.4.7

02 Feb 22:49
Compare
Choose a tag to compare
  • New optional Markdown Lint
  • Improved shortcut keys and cursor movement behavior when using a physical keyboard
  • Enhanced layouts and animations