Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Releases: samdev-7/arcade-vsc

v0.7.1 Pre-release

02 Jul 21:03
4c48b82
Compare
Choose a tag to compare
v0.7.1 Pre-release Pre-release
Pre-release

Added

  • Added version number to user agent.

v0.7.0 Pre-release

02 Jul 21:03
v0.7.0
1b8c874
Compare
Choose a tag to compare
v0.7.0 Pre-release Pre-release
Pre-release

Added

  • Added a sidebar for session control.

v0.6.4

01 Jul 17:51
ca2495e
Compare
Choose a tag to compare

Fixed

  • Fixed potential issue with extra requests.

v0.6.3

01 Jul 17:48
a00deeb
Compare
Choose a tag to compare

Fixed

  • Now allows you to un-focus from the init prompts to copy paste.

v0.6.2

01 Jul 17:36
326d350
Compare
Choose a tag to compare

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

30 Jun 21:21
b861d65
Compare
Choose a tag to compare

Changed

  • Now uses API key for authentication to match the recent API changes.

v0.6.0

25 Jun 01:44
c85007f
Compare
Choose a tag to compare

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

22 Jun 16:45
19a8654
Compare
Choose a tag to compare

Fixed

  • The extension no longer errors on startup if the user had not set their Slack ID.

Changed

  • Improved the README with more information.
  • Removed unused code.

v0.5.2

22 Jun 04:07
cc5932c
Compare
Choose a tag to compare

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

19 Jun 17:49
f9345b7
Compare
Choose a tag to compare

Fixed

  • Resolve module issues by using axios instead of node-fetch.

Changed

  • Removed hard-coded Slack channel url.