Skip to content

Releases: wojciech-kulik/FlashSpace

v1.2.18

12 Feb 21:14
38e48cb
Compare
Choose a tag to compare

What's Changed

🤩 Features

🐞 Bug Fixes

⚙️ Other

Full Changelog: v1.1.17...v1.2.18

v1.1.17

11 Feb 17:16
aec3ede
Compare
Choose a tag to compare

What's Changed

🤩 Features

FlashSpace introduces a new feature: Space Control. It allows you to quickly preview all the workspaces on a grid. Go to settings to enable it:

FlashSpace - Space Control

🐞 Bug Fixes

⚙️ Other

Full Changelog: v1.0.16...v1.1.17

v1.0.16

07 Feb 00:02
ae753a9
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking Changes

  • The workspaces.json file is no longer used. Workspaces are now stored exclusively in profiles.json. If you rely on config files for integrations, use the following command to retrieve the active profile and its workspaces:

    SELECTED_PROFILE_ID=$(jq -r ".selectedProfileId" ~/.config/flashspace/profiles.json)  
    WORKSPACES=$(jq -r --arg id "$SELECTED_PROFILE_ID" 'first(.profiles[] | select(.id == $id)) | .workspaces[].name' ~/.config/flashspace/profiles.json)
  • The structure of config files has changed. Instead of app names, they now contain an entity with additional details:

    • name
    • bundleIdentifier
    • iconPath

    If your setup depends on these files, update your code accordingly.

  • The app will attempt to migrate your config files automatically, but if your assigned apps are in custom locations, you may need to re-add them manually.

🤩 Features

🐞 Bug Fixes

Full Changelog: v0.13.15...v1.0.16

v0.13.15

04 Feb 22:13
0f8f50c
Compare
Choose a tag to compare

What's Changed

🤩 Features

🐞 Bug Fixes

⚙️ Other

Full Changelog: v0.12.14...v0.13.15

v0.12.14

03 Feb 22:35
6590c0f
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

⚙️ Other

Full Changelog: v0.11.13...v0.12.14

v0.11.13

31 Jan 20:03
18bb7ff
Compare
Choose a tag to compare

What's Changed

🤩 Features

🐞 Bug Fixes

  • fix: switch workspace shortcuts when external display is disconnected by @wojciech-kulik in #62
  • fix: workspace activation issue following screen disconnection by @wojciech-kulik in #63
  • fix: focus switching between apps when some apps are closed by @wojciech-kulik in #65

Full Changelog: v0.10.12...v0.11.13

v0.10.12

28 Jan 21:32
dd65275
Compare
Choose a tag to compare

What's Changed

🤩 Features

Full Changelog: v0.9.11...v0.10.12

v0.9.11

27 Jan 23:11
dcaa92b
Compare
Choose a tag to compare

What's Changed

🤩 Features

🐞 Bug Fixes

⚙️ Other

Full Changelog: v0.8.10...v0.9.11

v0.8.10

27 Jan 00:15
ff8ab80
Compare
Choose a tag to compare

What's Changed

🤩 Features

Full Changelog: v0.7.9...v0.8.10

v0.7.9

26 Jan 18:44
a9eedc6
Compare
Choose a tag to compare

What's Changed

🤩 Features

🐞 Bug Fixes

Full Changelog: v0.6.8...v0.7.9