mirror of
https://github.com/runebookai/tome.git
synced 2025-07-21 00:27:30 +03:00
Bump 0.9.2
This commit is contained in:
20
CHANGELOG.md
20
CHANGELOG.md
@@ -1,5 +1,25 @@
|
||||
# Changelog
|
||||
|
||||
## 0.9.2 - 2025-07-07
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fixed issue with scrollbars rendering empty space in lists
|
||||
- Silenced various Svelte warnings
|
||||
- Fixed issue where double dashes were being replaced with an emdash in inputs
|
||||
(caused any MCP commands with flags to not work)
|
||||
- Ensure the User's selected colorscheme is applied on startup
|
||||
- Ensure the content area on all tabs is scrollable
|
||||
|
||||
### Refactors
|
||||
|
||||
- Refactored the `Setting` model to behave the same as `Config` (static
|
||||
properties that both getters/setters)
|
||||
|
||||
### Misc
|
||||
|
||||
- Updated Gemini models to the currently available ones
|
||||
|
||||
## 0.9.1 - 2025-07-06
|
||||
|
||||
### Fixes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "tome",
|
||||
"private": true,
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
||||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -4,7 +4,7 @@ version = 4
|
||||
|
||||
[[package]]
|
||||
name = "Tome"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "Tome"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
description = "The easiest way to work with local models and MCP servers."
|
||||
authors = ["Runebook"]
|
||||
license = "MIT"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
},
|
||||
"productName": "Tome",
|
||||
"mainBinaryName": "tome",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"identifier": "co.runebook",
|
||||
"plugins": {
|
||||
"sql": {
|
||||
|
||||
Reference in New Issue
Block a user