Skip to content

Releases: HarshNarayanJha/albert-plugin-python-zed-workspaces

v3.0

Choose a tag to compare

@HarshNarayanJha HarshNarayanJha released this 22 Jan 17:54
10b8f10

New major update to Albert version 34 and Python Api 5.0 along with some QoL improvements to the plugin.

Two new actions were added for the workspaces, "Open Terminal at path" and "Open File Manager at path", which will open your default terminal and file manager at the workspace path, respectively.

To install, run

git clone https://github.com/HarshNarayanJha/albert-plugin-python-zed-workspaces ~/.local/share/albert/python/plugins/albert_zed_workspaces/

Full Changelog: v2.1...v3.0

v2.1

Choose a tag to compare

@HarshNarayanJha HarshNarayanJha released this 19 Oct 16:01
3293205

internal config bugfix

Full Changelog: v2.0...v2.1

Release v2.0

Choose a tag to compare

@HarshNarayanJha HarshNarayanJha released this 19 Oct 15:46
57d0eb2

New major update to target new Albert version 33.0.0 and minor bugfixes.

To install, run

git clone https://github.com/HarshNarayanJha/albert_zed_workspaces ~/.local/share/albert/python/plugins/albert_zed_workspaces/

Full Changelog: v1.2...v2.0

Hotfix - v1.2

Choose a tag to compare

@HarshNarayanJha HarshNarayanJha released this 07 Sep 14:13
b071b23

This is a hotfix release to make the plugin compatible with the latest Zed version. They changed the db column name to paths, hence the update.

NOTE: There is no fallback mechanism, hence if you have an older version of zed, workspaces won't load. Please update to the latest version of zed if possible.

This plugin supports Zed 0.202.7 and later.

Full Changelog: v1.1...v1.2

v1.1 Bugfix

Choose a tag to compare

@HarshNarayanJha HarshNarayanJha released this 19 Aug 17:58
0f0a8a2

This fixes a long-standing bug that caused some workspaces to not appear due to how blob parsing worked, but now there seems to be a local_paths_array column which contains path(s) in plaintext. Although this might cause issues with multiple paths in a single workspace.

Enjoy!

Full Changelog: v1.0...v1.1