diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb448c..6d5b203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## [Unreleased] +## [1.17.3] - 2026-04-25 + +### Changed + +- Update README + ## [1.17.2] - 2026-04-21 ### Changed @@ -326,7 +332,8 @@ - Support IntelliJ Platform 2024.3.5 -[Unreleased]: https://github.com/codeclocker/codeclocker-intellij-plugin/compare/v1.17.2...HEAD +[Unreleased]: https://github.com/codeclocker/codeclocker-intellij-plugin/compare/v1.17.3...HEAD +[1.17.3]: https://github.com/codeclocker/codeclocker-intellij-plugin/compare/v1.17.2...v1.17.3 [1.17.2]: https://github.com/codeclocker/codeclocker-intellij-plugin/compare/v1.17.1...v1.17.2 [1.17.1]: https://github.com/codeclocker/codeclocker-intellij-plugin/compare/v1.17.0...v1.17.1 [1.17.0]: https://github.com/codeclocker/codeclocker-intellij-plugin/compare/v1.16.0...v1.17.0 diff --git a/README.md b/README.md index 7acac9a..d7f4f0c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CodeClocker — Automatic Time Tracking + AI Timesheets from Git Commits in Hub +# CodeClocker — AI Timesheets from Git Commits + Jira Worklog Sync ![Build](https://github.com/codeclocker/codeclocker-intellij-plugin/actions/workflows/gradle.yml/badge.svg) [![Version](https://img.shields.io/jetbrains/plugin/v/26962.svg)](https://plugins.jetbrains.com/plugin/26962) @@ -26,7 +26,7 @@ Connect to [CodeClocker Hub](https://hub.codeclocker.com/) to unlock AI timeshee -## Automatic Time Tracking + AI Timesheets from Git Commits in Hub +## Automatic Time Tracking + AI Timesheets from Git Commits & Jira Worklog Sync CodeClocker tracks active coding time per project in your JetBrains IDE and works locally by default — no account required. It helps you understand where your time went, prepare standup updates, and export activity data without leaving the IDE. diff --git a/gradle.properties b/gradle.properties index 2a67feb..f0c6862 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.codeclocker pluginName = CodeClocker pluginRepositoryUrl = https://github.com/codeclocker/codeclocker-intellij-plugin # SemVer format -> https://semver.org -pluginVersion = 1.17.2 +pluginVersion = 1.17.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 242