Merged
Conversation
37fe3ba to
4b58c49
Compare
11d2b27 to
e684bc3
Compare
b5d16ae to
ce37aec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@arcanewizards/[email protected]
Patch Changes
9281c7c: Address browser access to desktop edition of timecode-toolbox (Browser access for desktop edition not working #33)
e684bc3: Introduce delete buttons
It's now possible to delete inputs, generators, and outputs.
4b58c49: Prevent iOS zooming-in when focusing inputs
Prevent the default behavior of iOS zooming in to small inputs
(e.g. in timecode-toolbox when opening the edit dialog)
see Usability issues on iPhone browser #34
ce37aec: Allow for the main port used by timecode-toolbox to be configured
Timecode-Toolbox will use attempt to find an open port in a range
on all interfaces by default,
but now users can customize the interface and port or range of ports
that the app uses for its websocket & browser UI.
Port config can be overridden with the PORT variable
4d0e305: Fix icon size for some resolutions
The icon generation for some resolutions seems to be an incorrect size. This
change regenerates all icon images for timecode-toolbox.
4b58c49: Correct height on iOS devices
When using a browser on iOS to connect to timecode-toolbox,
Ensure that the full UI is visible.
@arcanewizards/[email protected]
Patch Changes
ce37aec: Introduce new appListenerChangesHandledExternally property
Introduce a new appListenerChangesHandledExternally property to the browser
context that indicates to the frontend code if any changes to the app listener
will be handled externally (by e.g. electron),
or whether the frontend code should attempt to repair the URL manually.
ce37aec: Introduce new network config zod types
e684bc3: Introduce destructive buttons & increase dialog gap
4b58c49: Prevent iOS zooming-in when focusing inputs
Prevent the default behavior of iOS zooming in to small inputs
(e.g. in timecode-toolbox when opening the edit dialog)
see Usability issues on iPhone browser #34
ce37aec: Prefer loopback (internal) interface in AppListenerManager
When multiple application listeners are available,
prefer the connection that's bound to an internal / loopback interface.
@arcanewizards/[email protected]
Patch Changes
9281c7c: Address browser access to desktop edition of timecode-toolbox (Browser access for desktop edition not working #33)
e684bc3: Introduce delete buttons
It's now possible to delete inputs, generators, and outputs.
4b58c49: Prevent iOS zooming-in when focusing inputs
Prevent the default behavior of iOS zooming in to small inputs
(e.g. in timecode-toolbox when opening the edit dialog)
see Usability issues on iPhone browser #34
ce37aec: Allow for the main port used by timecode-toolbox to be configured
Timecode-Toolbox will use attempt to find an open port in a range
on all interfaces by default,
but now users can customize the interface and port or range of ports
that the app uses for its websocket & browser UI.
Port config can be overridden with the PORT variable
4d0e305: Fix icon size for some resolutions
The icon generation for some resolutions seems to be an incorrect size. This
change regenerates all icon images for timecode-toolbox.
4b58c49: Correct height on iOS devices
When using a browser on iOS to connect to timecode-toolbox,
Ensure that the full UI is visible.