da-rth / yasb

A highly configurable cross-platform (Windows) status bar written in Python.
MIT License
1.29k stars 78 forks source link

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

Open isaacgale opened 7 months ago

isaacgale commented 7 months ago

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