Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

## [Unreleased]

## [1.17.3] - 2026-04-25

### Changed

- Update README

## [1.17.2] - 2026-04-21

### Changed
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -26,7 +26,7 @@ Connect to [CodeClocker Hub](https://hub.codeclocker.com/) to unlock AI timeshee

<!-- Plugin description -->

## 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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading