Skip to content

Releases: natecraddock/workspaces.nvim

1.0

07 Jun 23:57
Compare
Choose a tag to compare

This plugin has been stable (no reported issues!) for many months now, so I think it is time to mark a version 1.0.

This release finally removes the old (and deprecated) API in favor of the new API with four separate commands. You likely were already using this because the API would have warned you each time you used the old one :)

I do not expect to add any new features to this plugin. It is meant to be simple, and extensible by integrating with other solutions. Over the months of using it I have not found any areas lacking.

I still use this plugin, and will support it in the future. It is simple enough in scope and size that it will not be hard to maintain.

0.2

10 Feb 14:30
Compare
Choose a tag to compare
0.2

Version 0.2 adds a number of new features to make workspaces.nvim more configurable. Additionally, the Workspaces [subcommand] command api has been deprecated and will be removed in version 1.0.

See the changelog for more details.

v0.1

30 Jan 04:06
04766f5
Compare
Choose a tag to compare

Currently workspaces.nvim works, is stable, and probably won't change much. I have used this plugin for a week now, and I'll continue to use it for a few weeks. At that point I will hopefully have found any remaining bugs or needed features.

Once that time comes I will likely release v1.0. I don't expect any breaking changes between now and then, but once v1.0 the plugin should be very stable. I purposefully kept workspaces.nvim small, focused, and extendible so I wouldn't need to add new features later.