Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [Ceiling] 1.0.0-rc.1 - 2026-07-17

First release candidate for Ceiling 1.0.

### Added
- Guided first-run checklist in the empty dashboard for enabling providers, connecting sign-in, and turning on the floating bar.
- Per-provider "How Ceiling gets this data" panel and a maintained data-sources reference describing each provider's source and precise local-first privacy behavior.

### Changed
- Ship English only and remove the unused non-English locale files.
- Rewrite the browser-cookie documentation for Chromium App-Bound Encryption reality.

### Fixed
- Theme native dropdowns and checkboxes correctly in both dark and light mode.
- Stop the pop-out dashboard from reopening at its minimum size.
- Clarify the browser-cookie empty state and remove the last stale CodexBar naming.

## [Ceiling] 0.43.3 - 2026-07-16

### Security
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/desktop-tauri/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop-tauri",
"private": true,
"version": "0.43.3",
"version": "1.0.0-rc.1",
"packageManager": "pnpm@10.18.1",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codexbar-desktop-tauri"
version = "0.43.3"
version = "1.0.0-rc.1"
edition = "2024"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion apps/desktop-tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Ceiling",
"version": "0.43.3",
"version": "1.0.0-rc.1",
"identifier": "io.github.tsouth89.ceiling",
"build": {
"beforeDevCommand": "pnpm run dev",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codexbar"
version = "0.43.3"
version = "1.0.0-rc.1"
edition = "2024"
authors = ["Ceiling Contributors"]
description = "Local-first Windows companion for monitoring AI capacity and reset times"
Expand Down
4 changes: 2 additions & 2 deletions version.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MARKETING_VERSION=0.43.3
BUILD_NUMBER=90
MARKETING_VERSION=1.0.0-rc.1
BUILD_NUMBER=91
Loading