Skip to content

Commit 3ed62a8

Browse files
royendomindspank
andauthored
docs: release notes 80 (#8700)
* Create 0.80.md * update with features --------- Co-authored-by: Alexander Thor <alec.karlsson@gmail.com>
1 parent ce0aacf commit 3ed62a8

1 file changed

Lines changed: 73 additions & 0 deletions

File tree

docs/blog/0.80.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
date: 2026-01-28
3+
image: https://github.com/rilldata/rill/assets/5587788/b30486f6-002a-445d-8a1b-955b6ec0066d
4+
description: Rill is the world's first AI-native business intelligence tool. Trusted by thousands of developers and analysts around the globe, Rill accelerates the creation of dashboards and data applications using BI-as-code.
5+
---
6+
7+
# Rill 0.80 - AI Developer Agent, Alternate Time Dimensions and Dark Mode
8+
9+
:::note
10+
**Rill Developer** lets you transform datasets with SQL and build fast, exploratory dashboards. **Rill Cloud** enables collaboration at scale.
11+
12+
👉 [Install Rill Developer](/developers/get-started/install)[Join our Discord](https://discord.gg/2ubRfjC7Rh)[Deploy to Rill Cloud](/developers/deploy/deploy-dashboard)
13+
:::
14+
15+
![release-0 80](<https://cdn.rilldata.com/docs/release-notes/release-080.gif>)
16+
17+
## AI Developer Agent in Beta
18+
19+
We are proud to introduce the AI Developer Agent into Rill Developer. The AI agent is your developer assistant, helping you model data, create and edit Rill project files, and build Rill projects. Give it a try and let us know your experiences! We are continually evolving the feature, so expect more great things to come!
20+
21+
## Alternate Time Dimension Selection
22+
23+
You can now select an alternative time dimension directly in Explore dashboards! Switch between different timestamps (e.g., `created_at` vs `updated_at`) without modifying your metrics view definition. The time dimension picker is available in the time range dropdown, and all time-dependent queries automatically update to use your selected dimension.
24+
25+
## Dark Mode
26+
27+
We are now introducing dark mode to the entire product! Switch between light and dark mode from your profile, upload a dark mode variant of your logo and use custom themes prepared for dark mode! Oh, if you are embedding Rill you also have the ability to toggle dark mode as part of the Embed API.
28+
29+
With the introduction of dark mode some theme properties have changed, your existing themes are backwards compatible but we do recommend you start using the new property names going forward. You can find those by creating a new theme and the default file will have all the new property names populated for you.
30+
31+
32+
## Bug Fixes and Improvements
33+
34+
### Pivot Tables
35+
- Added "Show more" row for outermost dimension when row limit is applied
36+
- Updated comparison suffix formatting
37+
- Fixed comparison period date transformation
38+
39+
### Filters and Search
40+
- Fixed dimension filter contains mode
41+
- Fixed contains filter not supporting dimension comparison
42+
43+
### AI Chat
44+
- Fixed auto scroll not working for final assistant messages
45+
- Added toggle for AI panel visibility in embeds
46+
- Improved canvas conversational dev agent
47+
48+
### Canvas
49+
- Fixed annotation placement
50+
- Improved bookmarks modal for canvas display
51+
52+
### Deployment
53+
- Added Git APIs to runtime for dev deployments
54+
- Fixed deploy not leading to home page
55+
- Made GitHub webhooks trigger parser for deployments in `updating` state
56+
57+
### Data Sources
58+
- Fixed StarRocks driver data type handling (DECIMAL precision, VARCHAR encoding)
59+
- Ignore schema for ClickHouse, Druid, and Pinot connectors
60+
- Fixed regression on GCS as model manager
61+
- Fixed handling of comments in `SELECT *` statements
62+
- Fixed DuckDB range queries with timezone
63+
- Increased time range bins for spine select to 1500
64+
- Better error messages for time spine failures
65+
66+
### UI/UX
67+
- Fixed dropdown alignment in User Management table
68+
- Fixed share button popover not closing on second click
69+
- Added tooltip for copying values in leaderboard
70+
- Fixed TIME_GRAIN lookups for second/millisecond/unspecified grains
71+
- Fixed limit grain options in visual metrics
72+
- Hidden AI toggle on public URL dashboards
73+

0 commit comments

Comments
 (0)