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
8 changes: 0 additions & 8 deletions .changeset/empty-olives-read.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/puny-places-fall.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/timecode-toolbox-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Timecode Toolbox Desktop",
"description": "Monitor, generate and convert timecodes easily",
"author": "Arcane Wizards Ltd.",
"version": "0.4.5",
"version": "0.4.6",
"private": true,
"main": "dist/main.js",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions apps/timecode-toolbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @arcanewizards/timecode-toolbox

## 0.4.6

### Patch Changes

- 8413b04: Fix occasional MacOS MIDI crashing

CoreMIDI can sometimes return with response code -304 when attempting to
initialize a client to listen for changes to the MIDI devices.
Timecode Toolbox now handles this by falling-back to polling mode if this error
is encountered. It is usually temporary, and future attempts to establish
listeners (e.g. after the app is restarted) usually works.

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/timecode-toolbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcanewizards/timecode-toolbox",
"version": "0.4.5",
"version": "0.4.6",
"private": false,
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/sigil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @arcanewizards/sigil

## 0.2.1

### Patch Changes

- cf00003: Add optional extra system information

Allow a sigil app to include additional system information to display in
the Debugger component, such as additional paths.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sigil/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcanewizards/sigil",
"description": "Application framework for A/V applications, built on-top of arcanejs",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"license": "MIT",
"type": "module",
Expand Down