Skip to content

Latest commit

 

History

History
443 lines (253 loc) · 19.7 KB

File metadata and controls

443 lines (253 loc) · 19.7 KB

v0.14.0

v0.13.4...v0.14.0

✨ Features

v0.13.4

v0.13.3...v0.13.4

✨ Features

v0.13.3

v0.13.2...v0.13.3

🩹 Fixes

  • codetime: handle empty token and improve status bar messages - By Jannchie in a0c580f
  • dependencies: upgrade got and date-fns and update their usage - By Jannchie in 8a88800

📝 Documentation

  • readme: rewrite language option section in english - By Jannchie in 3b0d11a

v0.13.2

v0.13.1...v0.13.2

🩹 Fixes

v0.13.1

v0.13.0...v0.13.1

🎨 Refactors

  • codetime: remove unused platformVersion && use vscode env appName for editor - By Jannchie in ba46f6c

v0.13.0

v0.12.2...v0.13.0

✨ Features

v0.12.2

v0.12.1...v0.12.2

🩹 Fixes

v0.12.1

v0.12.0...v0.12.1

🎨 Refactors

v0.12.0

v0.11.3...v0.12.0

✨ Features

🎨 Refactors

v0.11.3

v0.11.2...v0.11.3

✨ Features

v0.11.2

v0.11.1...v0.11.2

🩹 Fixes

  • codetime: log token on input && remove git origin and branch usage && fix displayLanguage access - By Jianqi Pan in 67abba5

v0.11.1

v0.11.0...v0.11.1

🩹 Fixes

  • extension: correct displayLanguage config handling - By Jianqi Pan in e66f184
  • i18n: rename codetime.displayLanguage to codetime.displayLanguage.title in config and translations - By Jianqi Pan in 621ae68

v0.11.0

v0.10.0...v0.11.0

✨ Features

  • localization: add configurable display language and localized duration text - By Jianqi Pan in 2b792ac

🔧 Chores

v0.10.0

v0.9.1...v0.10.0

✨ Features

  • localization: add multilingual support with l10n files && update package.json for localization - By Jianqi Pan in 6c04ea4

🩹 Fixes

  • dependencies: downgrade got version and update related dependencies for compatibility - By Jianqi Pan in 7ffcebc

🔧 Chores

v0.9.1

v0.9.0...v0.9.1

💄 Styles

  • build: disable unicorn rule && clean up debounce usage - By Jianqi Pan in 22bac5c
  • codebase: apply consistent quotes && improve code readability - By Jianqi Pan in 612abbe

🔧 Chores

v0.9.0

v0.8.0...v0.9.0

✨ Features

🎨 Refactors

🔧 Chores

  • dependencies: update pnpm-lock.yaml for deprecation warnings && cleanup changelog.md - By Jianqi Pan in deb472f
  • eslint-config: replace antfu with jannchie - By Jianqi Pan in 0fa1030

v0.8.0

v0.7.0...v0.8.0

✨ Features

🔧 Chores

v0.7.0

v0.6.3...v0.7.0

✨ Features

🔧 Chores

v0.6.3

v0.6.2...v0.6.3

📝 Documentation

🔧 Chores

v0.6.2

v0.6.0...v0.6.2

✨ Features

🔧 Chores

v0.6.0

v0.0.13...v0.6.0

✨ Features

🩹 Fixes

📝 Documentation

🔧 Chores

v0.0.13

0.0.11...v0.0.13

✨ Features

  • add a notification of successful token validation - By Jannchie in 6cbbdd7

🩹 Fixes

0.0.11

v0.0.6...0.0.11

✨ Features

🩹 Fixes

💄 Styles

🔧 Chores

v0.0.6

b617de45fa4344425f80198296fd33beda67d4e0...v0.0.6

✨ Features

🔧 Chores

Change Log

All notable changes to the "CodeTime" extension will be documented in this file.

v0.6.1

compare changes

🚀 Enhancements

  • time: Show correctly total time & today's time (e259bb7)

❤️ Contributors

v0.6.0

🚀 Enhancements

  • Record Git Origin URL

v0.4.1

compare changes

🚀 Enhancements

🩹 Fixes

📖 Documentation

  • Env variable CODETIME_TOKEN (319b966)

🏡 Chore

❤️ Contributors

[0.0.15] - 2021-03-07

  • Feat: Enable to select what time to show in the status bar.

[0.0.14] - 2021-02-26

  • Feat: Try to save log to local while the server is temporarily unavailable.

[0.0.13] - 2021-02-18

  • Feat: Add a notification of successful Token validation.

[0.0.12] - 2021-01-09

  • Fix: Performance on Windows

[0.0.11] - 2021-01-08

  • Beautify stat bar info and icon
  • Upload a more detailed platform name
  • Update previews

[0.0.10] - 2020-12-24

  • Style: Hide editor time

[0.0.9] - 2020-12-20

  • Fix: More friendly token authentication

[0.0.8] - 2020-12-19

  • Internationalization: commands description

[0.0.7] - 2020-12-19

  • Internationalization: stat bar information

[0.0.6] - 2020-12-11

  • Update api server
  • Update readme

[0.0.5] - 2020-12-07

  • Enable set user's token
  • Enable jump to the dashboard

[0.0.4] - 2020-12-06

  • Update logo
  • Get code time of current day

[0.0.3] - 2020-12-05

  • Update logo
  • Watch user create file, limit post edit record

[0.0.2] - 2020-12-04

  • Add logo
  • Watch user's editor, platform and absolute file path

[0.0.1] - 2020-12-03

  • Init the project
  • Watch editor change and input event

[Unreleased]

  • Initial release