Skip to content

Releases: technet/brackets.recentprojects

v0.2.1

19 Sep 08:50

Choose a tag to compare

Just removed the ending divider bar from menu. According to Adding menu items & keyboard shortcuts, it seems we only add one divider. So if new extension uses same menu it must separate its section by adding a separator.

v0.2.0

19 Sep 08:46

Choose a tag to compare

Instead of using preferences to store recent projects, now the extension uses brackets in-built recent project list state.json -> recentProjects. This release also fixed issue #1 and now menu items are created properly and grouped together.