Skip to content

Releases: alagrede/znote-app

2.4.6

19 Feb 18:44
Compare
Choose a tag to compare

πŸ’Ž Improvements

  • Added a preload block to load data from the entire document
  • Allows the addition of an HTML block in the dashboard

Screenshots

preload
html

2.4.5

05 Feb 22:45
Compare
Choose a tag to compare

πŸ› Bug fixes

  • Fix home link on deployed notes
  • Add column plugin on preview recipe details

2.4.4

05 Feb 16:27
Compare
Choose a tag to compare

New visual components to provide greater flexibility in displaying data.

πŸ’Ž Improvements

  • Add a columns layout (+ completion)
  • Add a box component to display
  • Add a new Template using these new components (See New from template > Report Demo)

Screenshots

completion-cols
layout-cols
box-code
box

2.4.3

04 Feb 18:52
Compare
Choose a tag to compare

πŸ’Ž Improvements

  • Add collapsible block (see screenshots below)

πŸ› Bug fixes

  • Completely remove the ESBUILD BINARY PATH variable from the bash block

Screenshots

collapsible-completion
collapsible

2.4.2

02 Feb 19:42
Compare
Choose a tag to compare

πŸ› Bug fixes

  • Fixed a code transformation regression with the loadBlock function
  • Added backwards compatibility for named block without parameter blockName

2.4.1

01 Feb 15:44
Compare
Choose a tag to compare

πŸ’Ž Improvements

  • Simplified code block parameters. (You can now write hide instead of hide=true)
  • Refactor the code block using global feature. Global code blocks are now automatically loaded into other blocks
  • The loadBlock function is now compatible with the deployment of notes and blocks

πŸ› Bug fixes

  • Fixed an issue with some commands like encode/decode or export code block as image

2.4.0

29 Jan 17:28
Compare
Choose a tag to compare

πŸ“’ Announcement

Happy New Year to everyone πŸŽ‰! (A little late but it was worth it)
We have worked hard over the past few months to deliver this new version with many useful new features. πŸ§‘β€πŸ’»

it is now possible to deploy an entire note. A new portal is created to display the deployed notes.
A new Space feature allows you to create a team then deploy and share notes/jobs.

πŸ’Ž Improvements

  • New TreeView with mini left bar
  • Now based on Node 18
  • Allows overriding NPM per file
  • New shortcut Shift+Ctrl+Enter to switch to Preview and double-click on Preview to access the line in Edit mode
  • Add new functions to manipulate more easily JSON (csvToJson, filter json cols, exclude json cols...)
  • Add a new Chart library and snippets (see the dedicated template: manipulate-charts-data)
  • Add a new Datagrid library and associated snippet
  • New templates explaining how to use make data reports
  • New code block options hide and noDeploy to hide or completely omit the block in preview/deploy
  • Add Space feature for team to share notes/jobs

πŸ› Bug fixes

  • Removing ESBUILD_BINARY_PATH for bash code block
  • Fixing outdated OpenAI API

ℹ️ If you encounter a problem with this version, please contact us with a discussion.

😊 Thanks for your feedbacks.

2.3.11

23 Nov 19:50
Compare
Choose a tag to compare

Improvements

  • Now you no longer need to exit the app to update the app (with Windows/Mac)
  • Fixed high CPU usage for rendering process

2.3.10

08 Nov 17:14
Compare
Choose a tag to compare

Bug fix

  • Correctly refresh a file when updated by an external process
  • Added a refresh button to reload file from disk

2.3.9

11 Sep 09:18
Compare
Choose a tag to compare

Bug fixes

  • Remove delay with Markdown preview and outline view when changing notes
  • Refresh text style when highlighting text with the keyboard shortcut or toolbar button