Skip to content

Releases: alagrede/znote-app

2.7.3

21 Dec 21:38
b276729
Compare
Choose a tag to compare

Release Summary

New Features

  • AI Integration in WYSIWYG Editor: Added support for AI-assisted editing, including real-time stream responses.
  • Note Selection in ChatView: Enabled note selection functionality within the ChatView when using the WYSIWYG editor.

Bug Fixes

  • Toolbar Issue on Export: Resolved an issue where the toolbar was mistakenly included in PDF/HTML exports from the WYSIWYG editor.
  • Invisible Titles in Collapsibles: Fixed an issue causing titles in collapsibles to be invisible in PDF/HTML exports.
  • Markdown Strip with Delimiter: Corrected a bug where delimiters caused markdown stripping when switching between the source code editor and the WYSIWYG editor.
  • Line Height Adjustment: Fixed overly large line heights in the WYSIWYG editor for improved readability.

Enjoy the updates, and as always, let us know your feedback! 🚀

2.7.2

19 Dec 09:20
b276729
Compare
Choose a tag to compare

Release Summary

We've focused on improving performance and fixing key issues to enhance your experience.

New Features

  • Optimized Bundle Size: Reduced application bundle size for faster loading and smoother performance.

Bug Fixes

  • WYSIWYG Undo Functionality: Fixed an issue where Ctrl+Z (Undo) was not working correctly in some cases within the WYSIWYG editor.

Enjoy the update, and feel free to share your thoughts or report any issues! 🚀

2.7.1

07 Dec 00:27
b276729
Compare
Choose a tag to compare

Release Summary

This update introduces the Plugin feature, enabling automation for tasks like installing npm dependencies and custom functions to enhance your workflow.

New Features

  • Plugins: Access a curated collection of plugins designed to streamline npm package management and custom function setup.

Bug Fixes

  • printInline Error: Resolved an issue where the printInline function was unavailable in some JavaScript code blocks.
  • Missing PRO Features in Trial: Addressed a bug where certain PRO features were not accessible during the trial period.

Screenshot

plugins

Enjoy the new functionality and let us know your feedback! 🚀

2.6.13

20 Nov 14:57
b276729
Compare
Choose a tag to compare

Bug Fix: Repair offline mode for teams

2.6.12

19 Nov 11:55
b276729
Compare
Choose a tag to compare

Bug fixes

  • Limit the maximum number of open tabs to 5 to avoid tab spam
  • Reopens the most recent note in tabs on application startup
  • Switch to the nearest tab when closing a note

2.6.11

18 Nov 13:44
b276729
Compare
Choose a tag to compare

Fixed the tour guide shown before account creation

2.6.10

13 Nov 15:50
b276729
Compare
Choose a tag to compare

Minor fixes

2.6.9

04 Nov 23:01
b276729
Compare
Choose a tag to compare

Release Summary:

This release introduces an exciting new feature to chat with AI directly within your notes, along with enhanced code export options for streamlined workflows.

  • AI Chat Assistance: Interact with an AI assistant to get help with code writing, using znote examples to guide you.
  • Code Bundle Export: Easily export your code as a ready-to-run bundle for smoother deployment and sharing.

Screenshots

Chat view
chat

Export code as bundle
export-as-bundle

2.6.8

30 Oct 14:25
b276729
Compare
Choose a tag to compare

Release Summary:

  • Add a "Request a feature icon": Add a "Request a feature" button in the footer
  • Slow opening possible: Fixed possible latency at startup

2.6.7

24 Oct 11:36
b276729
Compare
Choose a tag to compare

Release Summary:

Bug Fixes:

  • Tab rename issue: Fixed latency of tab renaming after title change
  • Allow override custom function: Fixed inability to execute a code block when a function overrides a custom function