yasb icon indicating copy to clipboard operation
yasb copied to clipboard

Tauri port - Updated tauri dependencies to 1.5.x and komorebi to 0.1.19

Open isaacgale opened this issue 1 year ago • 0 comments

Pull Request #117

Updated tauri dependencies; mostly so I could cross-compile on MacOS to create a Windows executable.

See Tauri Documentation for more information.

Description

Updated:

tauri-build to 1.5.0 tauri-apps/api to 1.5.1 tauri-apps/cli to 1.5.7 komorebi-core to 0.1.19 tauri 1.5.3

  1. Added default App Manifest to the tauri build as it is now required.
  2. Fixed komorebi JSON parsing issue around the application 'identifiers' eg. float_identifiers
  3. Added Komorebi 'MoveContainerToWorkspaceNumber' and 'MoveContainerToNamedWorkspace' event support to update current active workspace.

Testing

Tested and working as I expect on my Windows 11 system running Komorebi v0.1.19

isaacgale avatar Dec 10 '23 23:12 isaacgale