Releases: alagrede/znote-app
Releases Β· alagrede/znote-app
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
π Improvements
- Simplified code block parameters. (You can now write
hide
instead ofhide=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
π’ 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 anddouble-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
andnoDeploy
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.