Skip to content

Commit 80f9d0d

Browse files
author
OpenSlides Automation
committed
release: prepare v1.0.2
1 parent b374841 commit 80f9d0d

6 files changed

Lines changed: 40 additions & 6 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

release-notes/1.0.2.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
version: 1.0.2
3+
date: 2026-07-22
4+
whatsNew: |
5+
- Create stronger code presentations with a redesigned code-cover style for slides and presentations.
6+
- Browse syntax themes through live code previews and preview a theme on your active slide before choosing it.
7+
- Use a pure black code background when preparing presentations for video compositing.
8+
- Move through decks faster with a compact slide rail, visual slide navigation, and improved multi-slide actions.
9+
---
10+
11+
## What's New
12+
13+
- Create stronger code presentations with a redesigned code-cover style for slides and presentations.
14+
- Browse syntax themes through live code previews and preview a theme on your active slide before choosing it.
15+
- Use a pure black code background when preparing presentations for video compositing.
16+
- Move through decks faster with a compact slide rail, visual slide navigation, and improved multi-slide actions.
17+
18+
## Presentation experience
19+
20+
- Presentation cards and slide cards now use their selected syntax theme as a full code cover, with soft theme-matched gradients and readable overlay labels.
21+
- New presentations start with a connected six-slide TypeScript story that demonstrates meaningful code transformations and highlight steps.
22+
- The presentation settings include controls for the highlight-step progress indicator and pure black code backgrounds.
23+
24+
## Editing and organization
25+
26+
- Right-click slide cards to rename, select multiple slides, move selections, group slides, or delete selections with confirmation.
27+
- The compact slide rail shows bold numbered slide controls and a compact add action when the main slide panel is collapsed.
28+
- The slides panel now has a more focused default size and cleaner collapse behavior.
29+
30+
## Improvements
31+
32+
- Refined keyboard search so slide and editor code search start from one centered search control.
33+
- Removed nonessential notifications when adding slides.
34+
- Improved contrast and theme consistency across code previews, presentation cards, and slide metadata.

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 = "openslides"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "OpenSlides — offline-first code presentation desktop app"
55
authors = ["codewiththiha"]
66
edition = "2024"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenSlides",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"identifier": "com.codewiththiha.openslides",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)