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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to Resound are documented here.

## [1.0.1] - 2026-08-29

### Changed

- Updated the production container to Node.js 20.20.2.
- Updated the supported JavaScript build tooling within the existing major-version contract.

### Security

- Reverified the complete dependency graph with no open Dependabot alerts or known high-severity audit findings.

## [1.0.0] - 2026-08-29

### Added
Expand Down Expand Up @@ -76,3 +87,4 @@ voice transcription with portable session artifacts.
[0.1.0]: https://github.com/robertdevore/resound/releases/tag/v0.1.0
[0.2.0]: https://github.com/robertdevore/resound/releases/tag/v0.2.0
[1.0.0]: https://github.com/robertdevore/resound/releases/tag/v1.0.0
[1.0.1]: https://github.com/robertdevore/resound/releases/tag/v1.0.1
2 changes: 1 addition & 1 deletion apps/bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@resound/bot",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 1 addition & 5 deletions apps/bot/src/workspace-augment.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ declare module "@resound/audio" {
interface Recorder {
readonly id?: string;
readonly mode:
| "mock"
| "local-capture"
| "discord-native"
| "system"
| "discord";
"mock" | "local-capture" | "discord-native" | "system" | "discord";
preflight?: (context: {
sessionDir: string;
outputDir?: string;
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@resound/cli",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"bin": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resound",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"description": "Resound: self-hosted, vendor-neutral Discord voice transcription. Conversations become portable memory.",
Expand All @@ -25,9 +25,9 @@
"bot:start": "tsx apps/bot/src/index.ts"
},
"devDependencies": {
"@types/node": "^22.10.0",
"prettier": "3.6.2",
"tsx": "^4.19.2",
"@types/node": "^22.20.1",
"prettier": "3.9.6",
"tsx": "^4.23.12",
"typescript": "^5.7.2",
"vitest": "^3.2.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/audio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@resound/audio",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@resound/core",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/exporters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@resound/exporters",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/kujo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@resound/kujo",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sinks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@resound/sinks",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/transcribers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@resound/transcribers",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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