✨ New Features
61f2c8b
- front: usetheme-color
forConvertButton
(commit by @SARDONYX-sard)7c47112
- front-import: change to type safe json parse (commit by @SARDONYX-sard)8f4aa9f
- use easy pattern (commit by @SARDONYX-sard)b5adee3
- front: let it also be inferred when selecting a path from a button (commit by @SARDONYX-sard)2fcf897
- front: clamp percent progress (commit by @SARDONYX-sard)
🐛 Bug Fixes
63f7890
- front-json: fix type safe json parser (commit by @SARDONYX-sard)c3fc423
- try to fix the issue that logs show warn even when Some (commit by @SARDONYX-sard)fa1d9d5
- front: fix progress display (commit by @SARDONYX-sard)6c91805
- front: fix progress display (commit by @SARDONYX-sard)825e079
- front: fix problem with table selection being in dir mode (commit by @SARDONYX-sard)4700f54
- front: fix provider access error (commit by @SARDONYX-sard)de94009
- backend: update parser functions to use ModalResult for improved error handling (commit by @SARDONYX-sard)de1f60f
- frontend: fix build errors caused by updates (commit by @SARDONYX-sard)da9870a
- frontend: update ClientLayout to use dynamic import for improved loading handling (commit by @SARDONYX-sard)8732914
- i18n: disable eslint warning for third-party library naming in init function (commit by @SARDONYX-sard)
⚡ Performance Improvements
897b51c
- core: stop unnecessary alloc (commit by @SARDONYX-sard)
♻️ Refactors
d4a0dd8
- separate modules (commit by @SARDONYX-sard)dd4c6b1
- frontend: rename CodeEditor to CodeEditorTab and introduce MonacoEditor (commit by @SARDONYX-sard)
🔧 Chores
97d94ee
- settings: update my settings (commit by @SARDONYX-sard)30b4bab
- remove meanless lint (commit by @SARDONYX-sard)8d7d5cf
- frontend-deps: update dependencies to latest versions for improved stability and features (commit by @SARDONYX-sard)589aa85
- workflows: update action versions in lint-and-test and release-gui workflows (commit by @SARDONYX-sard)
What's Changed
- Feature/stop unnecessary alloc by @SARDONYX-sard in #78
- build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group across 1 directory by @dependabot in #79
- Fixes for compiling with Nix by @poperigby in #80
- build(deps): bump next from 14.2.15 to 14.2.21 in the npm_and_yarn group across 1 directory by @dependabot in #81
- build(deps): bump vite from 5.4.10 to 5.4.14 in the npm_and_yarn group across 1 directory by @dependabot in #82
- build(deps-dev): bump vitest from 2.1.3 to 2.1.9 in the npm_and_yarn group across 1 directory by @dependabot in #83
- Feature/update dependencies by @SARDONYX-sard in #84
- refactor(frontend): rename CodeEditor to CodeEditorTab and introduce … by @SARDONYX-sard in #85
New Contributors
- @poperigby made their first contribution in #80
Full Changelog: 0.9.0...0.10.0