Znote Changelog

What's new in Znote 2.5.6

Mar 29, 2024
  • Linux crash with backups
  • internal optimization with Markdown generation

New in Znote 2.5.5 (Mar 25, 2024)

  • Bug fixes:
  • Window drag on Tabs background
  • Font size issue at startup

New in Znote 2.5.4 (Mar 11, 2024)

  • Ollama integration

New in Znote 2.5.3 (Mar 7, 2024)

  • Improvements:
  • Add keyboard shortcuts to switch between tabs (See keyboard shortcuts help)
  • Bug fixes:
  • Fix: Add focus on the editor after creating a new note
  • Fix: Update tab name after renaming a note

New in Znote 2.5.2 (Mar 2, 2024)

  • Improvement:
  • Adding tabs.

New in Znote 2.5.1 (Mar 1, 2024)

  • Added a new printInline method to make the streaming process easier
  • Added new magic comment //external: nativeLib for node code block allowing to work with native dependencies locally
  • Added a wrap checkbox for node and bash code blocks to make long responses easier to read

New in Znote 2.5.0 (Feb 27, 2024)

  • New visual components to provide greater flexibility in displaying data.

New in Znote 2.4.9 (Feb 26, 2024)

  • Bug fix: the Node code block //exec: node was broken.

New in Znote 2.4.8 (Feb 23, 2024)

  • Improvements:
  • AI response now streaming
  • Allows to choose between OpenAI and a local LLM

New in Znote 2.4.7 (Feb 22, 2024)

  • Improvement:
  • Add a new toTimeSeries method for Apex graph
  • Bug fixes:
  • Fix missing HTML element parameter for showBox component
  • Fix missing options parameter for lineChartcomponent

New in Znote 2.4.6 (Feb 19, 2024)

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

New in Znote 2.4.5 (Feb 6, 2024)

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

New in Znote 2.4.4 (Feb 5, 2024)

  • 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)

New in Znote 2.4.3 (Feb 5, 2024)

  • Improvements:
  • Add collapsible block (see screenshots below)
  • Bug fixes:
  • Completely remove the ESBUILD BINARY PATH variable from the bash block

New in Znote 2.4.2 (Feb 3, 2024)

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

New in Znote 2.4.1 (Feb 1, 2024)

  • 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

New in Znote 2.3.11 (Nov 23, 2023)

  • Improvements:
  • Now you no longer need to exit the app to update the app
  • Fixed high CPU usage for rendering process

New in Znote 2.3.10 (Nov 8, 2023)

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

New in Znote 2.3.9 (Sep 11, 2023)

  • 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

New in Znote 2.3.8 (Sep 4, 2023)

  • Fixed: Play icon was not always visible after changing notes

New in Znote 2.3.7 (Aug 17, 2023)

  • Minor Update:
  • Fix: Keep open/closed state of folders/tags between sessions.
  • Add "Today" function Ctrl+Space to add the current date in note
  • Changed default settings to facilitate onboarding of new users

New in Znote 2.3.6 (Jul 12, 2023)

  • Fixed an annoying bug changing themes when opening the function editor

New in Znote 2.3.5 (Jul 2, 2023)

  • Fixed infinite resize with some UI framework
  • Fixed notes disappear when multiple notes have the same name in different folders
  • Cache issue when loading a local JS script with require(./XXX)
  • BlockName was not found with blockName=XXX without any other parameter
  • Now allow to add local JS in external scripts packages
  • Now allow require() for JS app

New in Znote 2.3.4 (May 28, 2023)

  • Add mobile logo when deploying Job
  • Allow importing local CSS into jobs
  • Fixed compilation with Konsta UI

New in Znote 2.3.3 (May 23, 2023)

  • You can now copy paste a URL image from the web or a file from your desktop and preview it directly in the editor

New in Znote 2.3.2 (May 22, 2023)

  • Bugfix: Closes the note explorer when clicking on a note from the Notelist

New in Znote 2.3.1 (May 22, 2023)

  • Bugfix: UI bug with note renaming.

New in Znote 2.2.2 (May 15, 2023)

  • Improvements:
  • Deployed HTML pages are now compatible with mobile devices
  • A new Login page replacing the Basic authentication for protected HTML pages
  • Znote has now a new icon following the new website design
  • JS apps can now embed external CSS

New in Znote 2.2.1 (Apr 22, 2023)

  • Znote now has a dedicated dialog for entering commands to the AI with its history

New in Znote 2.1.8 (Apr 6, 2023)

  • Improvement:
  • You can now serve on localhost HTML block!
  • Bugfixes:
  • kill for long process (stop button) now work with async process
  • loadBlock function is now compatible with partialMode (when layout show only code editor)

New in Znote 2.1.7 (Mar 31, 2023)

  • Truncated Job icon + highlight Job view icon after a deployment
  • Internal optimizations to speed up the uploading of Jobs

New in Znote 2.1.6 (Mar 27, 2023)

  • Improvement: Highlighting the deployment of jobs when executing a block of code
  • Bugfix: Cannot paste text into Ctrl+F searchbox

New in Znote 2.1.4 (Mar 20, 2023)

  • Updates:
  • You can now attach images or files to HTML/JS app with field files
  • Bugfixes:
  • Import libraries for deployed JS app into Job now works!
  • Babel error was not always displayed in some cases

New in Znote 2.1.3 (Mar 15, 2023)

  • Jobs and JS Code Block now support node:* syntax to use native node dependencies
  • It is possible to attach files with Jobs with param file=

New in Znote 2.1.2 (Mar 12, 2023)

  • Bugfix: Excluded some dependencies from Job builds

New in Znote 2.1.1 (Mar 10, 2023)

  • Bugfix: Added missing text color style in export and code block exclusion.

New in Znote 2.1.0 (Mar 10, 2023)

  • Features:
  • It is now possible to format code with the Code format on right click (based on editor settings) ???
  • You can highlight text with ==text== Ctrl+Shift+O ???
  • Windows and Linux users can now Zoom in/out to improve the liability with Ctrl Shift + Ctrl Shift - ??
  • Linux users now have a native window frame ??
  • Add a filter on custom functions
  • Some minor UI fixes

New in Znote 2.0.3 (Jan 17, 2023)

  • You can now run HTML block
  • It is possible to show mouse position on HTML block
  • A new color picker is accessible on right click

New in Znote 2.0.2 (Jan 14, 2023)

  • Updates:
  • Mermaid updates
  • Add Windows and Linux ARM64 builds
  • Bug fixes:
  • Fixed default nodePath for Linux
  • Fixed ugly scrollbar on tags view on Windows/Linux
  • Fixed message Node installation not found on Windows and Linux
  • Fixed Backup: Znote saved data now includes database and preferences

New in Znote 2.0.1 (Jan 5, 2023)

  • Fixed bad font display on Windows with low resolution
  • Fixed export HTML/PDF

New in Znote 2.0.0 (Jan 1, 2023)

  • You will get here:
  • A dynamic help to guide you during use,
  • an OpenAI integration . For real! Simply request something from OpenAI by selecting the text to send then Cmd+H,
  • the possibility to run bash blocks and install directly from note any npm package ,
  • ... it's not over... You can also create a new note from online recipes and templates
  • Breaking changes:
  • Keyboard shortcuts (CMD+Enter) to run code and (CMD+P) to open palette
  • Bugfixes:
  • Result height issue with asynchronous calls
  • Avoid losing app settings in case of crash

New in Znote 1.7.11 (Nov 14, 2022)

  • Security enhancements:
  • Fixed app crash: ignore forbidden keywords with HTML encoded
  • Escape HTML from error response

New in Znote 1.7.10 (Nov 8, 2022)

  • Bug fix:
  • Less aggressive preview refresh (default 800ms)
  • Improvements:
  • Add preview refresh time setting
  • Add row decoration refresh time setting (title size)

New in Znote 1.7.9 (Nov 8, 2022)

  • Bug fixes:
  • Remove ',' when several libs are loaded with tag scripts=
  • fix: left bar scrollbar style when mouse is connected

New in Znote 1.7.8 (Nov 5, 2022)

  • Speed up application initialization
  • JS Playground default enable

New in Znote 1.7.7 (Nov 1, 2022)

  • Bug fixes:
  • Fix: font measurement (font gap with cursor on code block)
  • Fix: code block execution with keyboard shortcut for javascript language
  • Improvement:
  • Add minimal console.log for convenience

New in Znote 1.7.6 (Oct 25, 2022)

  • Bug fixes:
  • Reopen editor with last used layout
  • Show layout buttons on locked note

New in Znote 1.7.5 (Oct 24, 2022)

  • Changed default editor font

New in Znote 1.7.4 (Oct 20, 2022)

  • Fixed lock screen display

New in Znote 1.7.3 (Oct 20, 2022)

  • Bug fixes:
  • Fixed footer height when resizing
  • Hide layout buttons on small windows

New in Znote 1.7.2 (Oct 18, 2022)

  • Bug fix:
  • Fix escape key not working

New in Znote 1.7.1 (Oct 18, 2022)

  • Fix dark theme issue with popup f(x)

New in Znote 1.6.2 (Oct 9, 2022)

  • Bug fixes:
  • Fix log hidden for node child process

New in Znote 1.6.1 (Oct 4, 2022)

  • Bug fixes:
  • Fix Crash when changing note fast

New in Znote 1.6.0 (Oct 3, 2022)

  • Improvement:
  • Add ability to add external scripts
  • Scripts:
  • Code suggestions for scripts declaration

New in Znote 1.5.2 (Aug 25, 2022)

  • Improvements:
  • Updated pre-included DanfoJS and PlotlyJS libraries.
  • Updated default note examples and code suggestions to reflect libs changes.

New in Znote 1.5.1 (Aug 13, 2022)

  • Fix Code Suggestions when no function is created
  • Remove Pin sort in note explorer (duplicate behavior with the quick access pin section)
  • Toolbar button margin too big when only one note exists
  • Fixed random crash when opening folder with caret icon
  • Updated default welcome note

New in Znote 1.5.0 (Apr 12, 2022)

  • Improvements:
  • Replacement of the note list component by a full screen explorer view (Cmd+Y)
  • Add a quick search view (Cmd+T)
  • New keyboard shortcut to change the editor layout (Cmd+L)
  • Add new code snippets: httpGet, readFile, writeFile, PlotLine, PlotPie, printJSON

New in Znote 1.4.3 (Mar 21, 2022)

  • Fix CMD+P hotkey to quickly run a JS block

New in Znote 1.4.2 (Mar 8, 2022)

  • Improvements:
  • Show mermaid syntax error
  • Add copy/paste URL for files and Images

New in Znote 1.4.1 (Feb 20, 2022)

  • Add missing window controls on Linux

New in Znote 1.4.0 (Feb 19, 2022)

  • The Lock feature is now available everywhere without license.
  • Add missing tooltips on toolbar icons
  • Add text ellipsis on outline panel.

New in Znote 1.3.2 (Jan 24, 2022)

  • Fix outline link style with DarkMode

New in Znote 1.3.1 (Jan 24, 2022)

  • Bug fixes:
  • Add horizontal scrollbar on code block preview
  • Add selected project and tag when opening a file
  • Align note options button on Windows
  • Fix CSV conversion error
  • Improvements:
  • New option to export database and export/import notes
  • New sort option (sort by name or date updated)
  • New Outline panel to navigate by headers
  • It's now possible to open multiple files

New in Znote 1.2.0 (Jan 5, 2022)

  • Improvements:
  • New option to export database and export/import notes
  • New sort option (sort by name or date updated)
  • Mac and Windows versions are now signed!

New in Znote 1.1.9 (Dec 23, 2021)

  • The application has been completely revised to be more robust and easy to use:
  • New Markdown shortcuts and completion
  • New Right context menu with commands to transform selected text
  • Add Convert action from CSV to Markdown table and vice versa
  • HTML export
  • A new horizontal layout for the preview
  • A more performant search box
  • It's now possible to make Internal link to navigate between notes
  • Apple m1 build
  • New delete button directly in note list for all items
  • And so many things...

New in Znote 0.6.5 (May 12, 2021)

  • Improvements:
  • The preview is now resizable
  • Addition of a compact mode in the list of notes
  • Improves typing feeling on long files when html preview is hidden makes it easier to use an external cloud provider (like Dropbox) by replaying the file and syncing the tags every time you open the note through the note list (add meta at the beginning of files)

New in Znote 0.6.3 (May 5, 2021)

  • Fixed broken action: Change tag color

New in Znote 0.6.2 (May 3, 2021)

  • Better error handling

New in Znote 0.6.1 (May 2, 2021)

  • Bugfixes:
  • Fixed a crash when opening or closing a file type note for the first time
  • Improves the performance of sorting tags

New in Znote 0.6.0 (Apr 23, 2021)

  • Editor: add size for H1, H2, H3 titles
  • Better sorting of notes. Add pins + sort by lastUpdatedTime
  • Addition of sub-tags
  • Automatically adds the selected tag when creating a new note
  • Minor UI improvements
  • Fixed sync conflict with mobile
  • Fixed blinking when starting app with dark theme

New in Znote 0.5.3 (Feb 4, 2021)

  • Security fixes.

New in Znote 0.5.2 (Jan 12, 2021)

  • Correction of alignment and unreadable color change on tags

New in Znote 0.5.0 (Dec 26, 2020)

  • Features:
  • Improves use of the Tags system
  • Adding ability to lock notes
  • Adding Google authentication
  • New merge tool when updating cloud file offline
  • Bugfixes:
  • Fixed too long filenames with ellipsis
  • Fixed wrong file selection after filtering
  • Removal of persistent tooltip
  • Fixed incoherent Cloud limit

New in Znote 0.4.1 (Dec 5, 2020)

  • Add a new presentation layout mode (markdown only)
  • Persist the layout mode between sessions

New in Znote 0.4.0 (Aug 25, 2020)

  • Features:
  • Increase the Cloud files limit
  • BugFixes:
  • Fix tags synchronization
  • Fix note content reset just after cloud note creation

New in Znote 0.3.9 (Aug 18, 2020)

  • Features:
  • Add a Cloud synchronization for notes
  • Keyboard shortcuts: Meta key replacement: Change 'Ctrl' to 'Command' (Mac) and 'Shift+Alft' to 'Ctrl' (Win)
  • Added a regular disk backup of notes to avoid losing data in case of computer crash
  • BugFixes:
  • Minor various fixes
  • Avoid to open several times znote on Windows
  • Fix line cursor selection calibration

New in Znote 0.3.7 (Jul 10, 2020)

  • Features:
  • Add Tags (+ color customization)
  • Filter notes from name or tags
  • BugFixes:
  • Minor various fixes

New in Znote 0.3.5 (Jun 28, 2020)

  • Add a demo note at first boot
  • fix internal minors errors

New in Znote 0.3.4 (Jun 25, 2020)

  • Allow to rename a note
  • Better distinction between note / file
  • Remove the default note
  • Fix a bug on save action
  • Better error handling when opening and closing files

New in Znote 0.3.1 (Jun 24, 2020)

  • Allow to rename a note
  • Better distinction between note / file
  • Remove the default note