All notable changes to the "vscode-commit-reminder" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- New config option intervalUnit, defaults to minutes
- Renamed output channel from VSCode Commit Reminder > Commit Reminder
- Updated dependencies
- Updated dependencies
- New config option minimumFileChanges, defaults to 2
- New config option minimumChanges, defaults to 10 (insertions + deletions)
- Moved error logs to output channel
- Updated dependencies
- Added this changelog
- Bump dependency to fix initial interval message
- Fixed interval minutes from last update
- Check for git repo when config is changed
- rootPath to workspaceFolders
- Do NOT use this version since I messed the configurable minutes up and will spam messages every 5 seconds
- Updated dependencies
- Minimum vscode version from 1.40.0 to 1.46.0
- Check if workspace is a git repo
- Moved error message from popup to console
- Initial Release