From 4cde023ee5219cbc2c7b2f047ed03124a22c76ec Mon Sep 17 00:00:00 2001 From: jorben <2806170+jorben@users.noreply.github.com> Date: Sun, 25 Jan 2026 14:52:37 +0000 Subject: [PATCH] docs: update CHANGELOG.md for 0.1.7 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6b070..1d1f0ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.7] - 2026-01-25 +### :bug: Bug Fixes +- [`cf5549e`](https://github.com/MarkPDFdown/markpdfdown-desktop/commit/cf5549e130e9394f4f1bc5f7c5b8e368596c0124) - **deps**: ⚡️ optimize electron dependency for smaller builds *(PR [#6](https://github.com/MarkPDFdown/markpdfdown-desktop/pull/6) by [@jorben](https://github.com/jorben))* +- [`a6174e9`](https://github.com/MarkPDFdown/markpdfdown-desktop/commit/a6174e93c95d2693e148e990dd6c81ec53743a7a) - **icon**: 🐛 fix app icon not displaying on macOS when running via npx *(PR [#8](https://github.com/MarkPDFdown/markpdfdown-desktop/pull/8) by [@jorben](https://github.com/jorben))* +- [`3fe8ace`](https://github.com/MarkPDFdown/markpdfdown-desktop/commit/3fe8ace6f6c12252aaf69c6b5225ad5a71b1cd8c) - **ci**: 🐛 use PAT to trigger CI from changelog PR *(PR [#11](https://github.com/MarkPDFdown/markpdfdown-desktop/pull/11) by [@jorben](https://github.com/jorben))* + + ## [0.1.6] - 2026-01-25 ### :bug: Bug Fixes - [`44b6566`](https://github.com/MarkPDFdown/markpdfdown-desktop/commit/44b6566c6d9c1f1f5985ba96c2d757e7434d534d) - **deps**: 🐛 move electron to optionalDependencies for build compatibility *(commit by [@jorben](https://github.com/jorben))* @@ -72,3 +79,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.1.3]: https://github.com/MarkPDFdown/markpdfdown-desktop/compare/0.0.1...0.1.3 [0.1.5]: https://github.com/MarkPDFdown/markpdfdown-desktop/compare/0.1.4...0.1.5 [0.1.6]: https://github.com/MarkPDFdown/markpdfdown-desktop/compare/0.1.5...0.1.6 +[0.1.7]: https://github.com/MarkPDFdown/markpdfdown-desktop/compare/0.1.6...0.1.7