Skip to content

Releases: alagrede/znote-app

2.5.6

29 Mar 16:38
Compare
Choose a tag to compare

Bug fixes

  • Linux crash with backups
  • internal optimization with Markdown generation

2.5.5

25 Mar 18:24
Compare
Choose a tag to compare

Bug fixes

  • Window drag on Tabs background
  • Font size issue at startup

2.5.4

11 Mar 13:29
Compare
Choose a tag to compare

New AI integration

πŸ’Ž Improvement

  • Ollama integration

Screenshot

ollama-integration

2.5.3

07 Mar 16:46
Compare
Choose a tag to compare

πŸ’Ž 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

2.5.2

02 Mar 15:47
Compare
Choose a tag to compare

πŸŽ‰ Little surprise weekend update to add a feature that I've been waiting for for a very long time. We now have tabs 😎
Roughly tested on Linux and Windows.
There is always a small area to the right of the header to move the window.

πŸ’Ž Improvement

  • Adding tabs

Screenshot

tabs

2.5.1

01 Mar 18:50
Compare
Choose a tag to compare

New methods and utilities to stream text more easily

πŸ’Ž Improvements

  • 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

Screenshots

printinline_external
wrap

2.5.0

27 Feb 12:45
Compare
Choose a tag to compare

New visual components to provide greater flexibility in displaying data.

πŸ’Ž Improvements

  • New BubbleChart bubbleChart
  • New toBubbleSeries function to convert to bubble data format

Screenshots

bubble-chart
buble-dataset

2.4.9

26 Feb 16:19
Compare
Choose a tag to compare

πŸ› Bug fix: the Node code block //exec: node was broken

2.4.8

23 Feb 09:19
Compare
Choose a tag to compare

πŸ§‘β€πŸ’» Following the recent change in OpenAi's pricing method, I decided to add the possibility of choosing between OpenAI and a local LLM provider

πŸ’Ž Improvements

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

Screenshots

local-llm
ai-response-stream

2.4.7

21 Feb 18:22
Compare
Choose a tag to compare

Data manipulation improvements to provide greater flexibility in displaying data.

πŸ’Ž 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