Skip to content

Commit 5330083

Browse files
authored
Merge pull request #122 from runebookai/0.10.0
Bump 0.10.0
2 parents 9796397 + 7ec6a62 commit 5330083

File tree

5 files changed

+36
-4
lines changed

5 files changed

+36
-4
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## 0.10.0 - 2025-08-22
4+
5+
### New Features
6+
7+
- Introducing Apps
8+
- Create Apps with any model, MCP server(s), and prompt(s). Apps can be scheduled or triggered by Filesystem events.
9+
- We'll be building out a ton of powerful features around Apps in the coming
10+
weeks/months/millennia, so stay tuned.
11+
- If you were using Tasks before, they have become Apps using the
12+
"scheduled" Trigger.
13+
- Introducing Relays
14+
- Relays allow you to interact with your LLMs and MCP servers through
15+
external chat applications. Currently Tome support Telegram.
16+
- Labs
17+
- Experimental features are now going to be available when Tome is in Labs
18+
Mode.
19+
- To enable this, do so in Settings.
20+
- Relays are currently in Labs.
21+
22+
### Improvements
23+
24+
- Redesigned LLM dropdowns in chat and app creation
25+
- Redesigned "forms" through the app
26+
- Introduced tooltips for nav and form labels
27+
28+
### Fixes
29+
30+
- Fixes various Light Mode color issues
31+
- Toggles
32+
- Chat progress dots
33+
- Syntax highlighting
34+
335
## 0.9.3 - 2025-07-28
436

537
### New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tome",
33
"private": true,
4-
"version": "0.9.3",
4+
"version": "0.10.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "Tome"
3-
version = "0.9.3"
3+
version = "0.10.0"
44
description = "The easiest way to work with local models and MCP servers."
55
authors = ["Runebook"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"productName": "Tome",
6161
"mainBinaryName": "tome",
62-
"version": "0.9.3",
62+
"version": "0.10.0",
6363
"identifier": "co.runebook",
6464
"plugins": {
6565
"sql": {

0 commit comments

Comments
 (0)