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

## [Unreleased]

## [0.24.5] - 2026-07-09

### Security
- πŸ”’ `yt articles attach download` now sanitizes the server-supplied attachment
filename: directory components are stripped so a hostile filename
(`../../…` or an absolute path) can no longer write outside the working
directory. Explicit `--output` paths are unchanged (#740)
- πŸ”’ Authenticating against an insecure `http://` base URL now prints a cleartext
warning before the API token is sent, so credentials are never transmitted
over cleartext silently. Warn-only: the request still proceeds, so
`http://localhost` and on-prem plain-HTTP instances keep working (#741)
- πŸ”’ The interactive tutorial no longer executes example commands through a
system shell (`shell=True`); commands run via a parsed argument list, so shell
metacharacters cannot spawn secondary processes. A dead shell-executing code
path was removed (#742)
- πŸ”’ Added a `SECURITY.md` vulnerability disclosure policy (#743)

### Changed
- ⚑ CI: Python 3.15 (prerelease) no longer runs on every pull request; it runs
post-merge on `main` instead, cutting ~1.5 min off each PR's critical path
while retaining 3.15 early-warning coverage (#736)

## [0.24.4] - 2026-07-08

### Fixed
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.4"
version = "0.24.5"
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