This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Releases: YangDai2003/OpenNote-Compose
Releases · YangDai2003/OpenNote-Compose
v1.5.8
v1.5.7
Update Log:
- Added automatic capitalization for sentence beginnings.
- Fixed the Find & Replace function in Lite Mode.
- Corrected cursor movement behavior when using arrow keys in Lite Mode.
- Added a shortcut "Ctrl + Tab" to open the note sidesheet.
- Improved Enter key behavior when typing lists (After testing, it works well on Samsung keyboard, but does not work on non-CJK keyboards of Gboard.) #36
Screen_Recording_20250225_093959_Open.Note.mp4
v1.5.6
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
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
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
v1.5.2
v1.5.1
v1.5.0
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
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
- 修复了上个版本更新中导致应用无法作为文本文档打开方式的意外错误。