Skip to content

Tags: twentyTwo/vsc-ext-coding-time-tracker

Tags

v0.5.0

Toggle v0.5.0's commit message
chore: update Node.js version to 20 and install latest vsce in workflows

v0.5.0-beta.1

Toggle v0.5.0-beta.1's commit message
feat: implement health notification system with customizable interval…

…s and pause functionality

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Workflows (#59)

* refactor: streamline publish workflow and improve version change detection

* refactor: enhance publish workflow to handle manual triggers and first commits

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v0.3.9

Toggle v0.3.9's commit message
fix: remove obsolete features and update settings section in README

v0.3.6-beta.3

Toggle v0.3.6-beta.3's commit message
Remove LinkedIn post action from release workflow and update technica…

…l documentation for build and optimization processes

v0.3.6-beta.2

Toggle v0.3.6-beta.2's commit message
Refactor extension build process and add sync functionality

- Updated package.json to change the main entry point to './dist/extension.js' and modified build scripts to use webpack.
- Implemented a periodic sync mechanism in the Database class with exponential backoff and a manual sync command.
- Added a new command to trigger sync manually from the command palette.
- Enhanced the activation function to register the new sync command and handle configuration changes.
- Created a webpack configuration file for building the extension.

v0.3.6-beta.1

Toggle v0.3.6-beta.1's commit message
Add LinkedIn post action to release workflow

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #30 from twentyTwo/bugfix/timezone_issue

Bugfix/timezone issue

v0.3.4

Toggle v0.3.4's commit message
Update README.md for version 0.3.4: Enhance multi-root workspace hand…

…ling, add verification job for version updates, automate beta and production releases, and include new technical documentation.