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
@@ -1,5 +1,17 @@
# Changelog

## 1.4.0 (2025-06-23)

## What's Changed
* Add readme translations by @DimaTiunov in https://github.com/php-internal/dload/pull/55
* Clean up temporary downloaded files after extraction by @roxblnfk in https://github.com/php-internal/dload/pull/58
* Add `init` console command by @roxblnfk in https://github.com/php-internal/dload/pull/59

## New Contributors
* @DimaTiunov made their first contribution in https://github.com/php-internal/dload/pull/55

**Full Changelog**: https://github.com/php-internal/dload/compare/1.3.0...1.4.0

## 1.3.0 (2025-06-15)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion resources/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.4.0"
}
Loading