This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
Releases: samdev-7/arcade-vsc
Releases · samdev-7/arcade-vsc
v0.7.1 Pre-release
Added
- Added version number to user agent.
v0.7.0 Pre-release
Added
- Added a sidebar for session control.
v0.6.4
v0.6.3
v0.6.2
Fixed
- Updated the README to reflect the new changes.
Changed
- Reduced polling interval. The clock wil still work as normal. Start/Pause/Resume/End may be delayed.
- Improved error handling for when the API is down to reduce the amount of requests.
- Added back Slack user IDs as now required by the API. You will need to re-init.
v0.6.1
v0.6.0
Added
- You can now click the status bar item to directly open Slack.
- The goal is now shown in relevant notifications.
- Pauses now show the estimated time remaining in the status bar.
Fixed
- Fixed incorrect time when a session has previously been paused.
- Removed an invalid tag.
Changed
- Now uses the new Hack Hour API.
- Background refactoring of code to improve future development.
- Removed verbose warning notifications, still visible in console.
- The timer is now synced with hakkuun.
- Errors are now all recoverable.
- Tweaked sensitivity of start reminder notifications.
- Specific notification now exist for when you pause and resume a session.
- Extension is now bundled.
v0.5.3
v0.5.2
Added
- Notifications for when the session starts/ends.
- Reminders for you to start your session when you start typing.
- Configuration settings via VS Code's built-in configuration system.
Fixed
- An session ending early unexpectedly will cause requests to be spammed.
- Fixed the version in the changelog.
Changed
- Added a more robust error handling system. You no longer need to restart VS Code in most cases.
- Made the extension icon's background transparent.
Hotfix v0.5.1
Fixed
- Resolve module issues by using
axios
instead ofnode-fetch
.
Changed
- Removed hard-coded Slack channel url.