Skip to content

Releases: ArcaneWizards/open-source

@arcanewizards/timecode-toolbox@0.1.4

17 Apr 12:34
9eb0aba

Choose a tag to compare

Patch Changes

  • 9281c7c: Address browser access to desktop edition of timecode-toolbox (#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 #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/sigil@0.1.6

17 Apr 12:34
9eb0aba

Choose a tag to compare

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

    • Introduce a destructive mode to ControlButton to display buttons as red
    • Increase the gap between control buttons in dialogs
  • 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 #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/sigil@0.1.5

15 Apr 17:41
97f8ce9

Choose a tag to compare

Patch Changes

  • 3d66107: Use label for ControlLabel

    This allows using the htmlFor prop to link the label to the input.

  • 879ce15: Introduce ControlColoredSelect

    Generalize the functionality from ControlColorSelect
    so that it can be used for other types of select
    where each option has a color associated with it.

@arcanewizards/timecode-toolbox@0.1.3

11 Apr 16:50
d3a78da

Choose a tag to compare

Patch Changes

  • b091c07: Updated app icon to latest version
  • b091c07: Flesh out README with a bit more information

@arcanewizards/timecode-toolbox@0.1.2

10 Apr 16:14
47cc6bc

Choose a tag to compare

Patch Changes

  • ec49a94: Add README to timecode-toolbox

@arcanewizards/sigil@0.1.4

10 Apr 16:14
47cc6bc

Choose a tag to compare

Patch Changes

  • 25a2f2b: Pull out styling hooks into own module

    To allow for the core styling module to be used in server components,
    pull out the hooks into their own module,
    so that useEffect will not be imported unless required.

@arcanewizards/timecode-toolbox@0.1.1

08 Apr 16:43
4693272

Choose a tag to compare

Patch Changes

  • eb97d76: Add missing shebang for timecode-toolbox executable

  • 7ddc46b: Include license in package files

  • 7ddc46b: Remove source from package

    The source code was incorrectly included in the published npm package,
    this was bloating the package, and so now only specific files are published.

  • 7ddc46b: Include license & source details in UI

    Introduce a new "license" view that displays the monorepo & package license.
    Also add links to the source code.

  • 6517f17: Implement periodic check for updates

    Using a dedicated API endpoint,
    automatically check for updates periodically,
    and display a banner when an update is available,
    giving the user an appropriate link to download the latest version.

    This behavior can be configured in the app settings.

  • 7ddc46b: Introduce a license gate on startup

    Require that users accept the disclaimer from the MIT license before
    being able to use the software

@arcanewizards/timecode-toolbox@0.1.0

08 Apr 10:11
d5bb65a

Choose a tag to compare

Minor Changes

  • 046e311: Allow timecode-toolbox to be run from cli

    Introduce a "bin" entry to allow for the package to be installed via npx,
    or globally, and executed easily on a host machine.

Patch Changes

  • 109936d: Correct dependencies in timecode-toolbox

    Certain dev dependencies were incorrectly listed as normal dependencies,
    meaning they would be incorrectly installed.

@arcanewizards/tcnet@0.1.3

08 Apr 16:43
4693272

Choose a tag to compare

Patch Changes

  • 7ddc46b: Include license in package files
  • Updated dependencies [7ddc46b]
    • @arcanewizards/net-utils@0.1.3

@arcanewizards/tcnet@0.1.2

08 Apr 10:12
d5bb65a

Choose a tag to compare

Patch Changes

  • aadf8ef: Introduce README
  • Updated dependencies [aadf8ef]
    • @arcanewizards/net-utils@0.1.2