Releases: alagrede/znote-app
Releases Β· alagrede/znote-app
2.5.6
Bug fixes
- Linux crash with backups
- internal optimization with Markdown generation
2.5.5
Bug fixes
- Window drag on Tabs background
- Font size issue at startup
2.5.4
New AI integration
π Improvement
Screenshot
2.5.3
π 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
π 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
Screenshot
2.5.1
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
2.5.0
New visual components to provide greater flexibility in displaying data.
π Improvements
- New BubbleChart
bubbleChart
- New
toBubbleSeries
function to convert to bubble data format
Screenshots
2.4.9
π Bug fix: the Node code block //exec: node
was broken
2.4.8
π§βπ» 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
2.4.7
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
lineChart
component