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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@

## What's in 0.4.0


### Build & CI

- **release**: bump the minor version for features while on 0.x ([#54](https://github.com/reddb-io/dit/pull/54))
- keep trunk builds Linux-only ([#51](https://github.com/reddb-io/dit/pull/51))


### Features

- **delivery**: route dictation into zellij as a bracketed paste ([#53](https://github.com/reddb-io/dit/pull/53))



**Full Changelog**: https://github.com/reddb-io/dit/compare/v0.3.2...v0.4.0


## What's in 0.3.2


Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dit"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
description = "Cross-platform push-to-toggle voice dictation via ElevenLabs Scribe v2 Realtime — speak, and the transcript is pasted into whatever app is focused."
authors = ["RedDB.io"]
Expand Down