- Settings option for additional package.json folder locations.
- "activationEvents" now set to "workspaceContains:package.json" (Extension will only load if package.json exists)
- Optionally use package.json displayName: "value" for status bar button text added to settings (Uses name: "value" by default)
- "menus", "commandPalette", "command", "when": "workspaceHasPackageJSON" to manifest (Command pallette commands will now only appear when package.json exists)
- Screenshots of before and after version increment on one of the example files
- Now uses "name" value from manifest for status bar button text (Use displayName value option added to settings)
- The "description" keys for "InsertBefore" and "InsertAfter" in
version-inc-schema.json
were reversed - Pick command from status bar button was not working properly
- Version-inc menu commands now only show when workspace has manifest file (package.json)
- Version decrement now displays appropiate pick options
- Updated CHANGELOG.md
- Added version-inc-schema.json for settings validation (Greatly simplifies adding new file entries)
- Added - Files settings option to retain v-inc macro line in file (
RetainLine
).
ed - Files settings option to retain 1.0.0 macro line in file (`RetainLin
- Added - Files settings option to trim characters from start of line with V-INC macro (
TrimTextStart
).
ed - Files settings option to trim characters from start of line with 1.0.0 macro (`TrimTextStar
- Added - Files settings option to trim characters from end of line with V-INC macro (
TrimTextEnd
).
ed - Files settings option to trim characters from end of line with 1.0.0 macro (`TrimTextEn
- Added - Date and Time macros.
- Added - Edit example files command.
- Updated - Screenshot has been updated to reflect the new changes.
- Fixed - Status bar item text will default to
"name"
entry if"displayName"
entry is not defined.
- Fixed - Will now create projects files list json file if it does not exist.
- Fixed - Each project now has its own files list json file.
- Added -
Version Inc: Edit Settings for Update Files
- Initial release