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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.24.6] - 2026-07-09

### Fixed
- 🩹 `yt auth status` now distinguishes "no credentials" from "credentials
stored but unreadable". When a keyring-backed login is on record
(`YOUTRACK_API_KEY=[Stored in keyring]` + base URL) but the token can no longer
be read from the system keyring — e.g. after an upgrade or move relocated the
CLI binary and the OS keychain stopped granting the new binary access — it now
says the credentials are stored but unreadable and to run `yt auth login` to
re-store them, instead of the misleading "No authentication credentials found"
(#746)

## [0.24.5] - 2026-07-09

### Security
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "youtrack-cli"
version = "0.24.5"
version = "0.24.6"
description = "YouTrack CLI - Command line interface for JetBrains YouTrack issue tracking system"
readme = "README.md"
requires-python = ">=3.10, <3.16"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading