Skip to content

Commit c413c14

Browse files
authored
Merge pull request #261 from SchneeHertz/development
fix tray icon miss
2 parents b801e29 + ecbde4d commit c413c14

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.6.9](https://github.com/SchneeHertz/exhentai-manga-manager/compare/v1.6.8...v1.6.9)
8+
9+
> 28 June 2025
10+
11+
- Development [`#259`](https://github.com/SchneeHertz/exhentai-manga-manager/pull/259)
12+
- Revert "update package" [`bef10d4`](https://github.com/SchneeHertz/exhentai-manga-manager/commit/bef10d4004ce86642c884a26de811326f8662eda)
13+
- update package [`429a45f`](https://github.com/SchneeHertz/exhentai-manga-manager/commit/429a45fc914d3a619c2cedf2071b8dceb5c77e80)
14+
- Add tray support and minimize options to app [`7e82245`](https://github.com/SchneeHertz/exhentai-manga-manager/commit/7e822458e1dd0a7ac653d6900e3592c9fe173c77)
15+
716
#### [v1.6.8](https://github.com/SchneeHertz/exhentai-manga-manager/compare/v1.6.7...v1.6.8)
817

918
> 31 May 2025

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "exhentai-manga-manager",
33
"private": true,
4-
"version": "1.6.9",
4+
"version": "1.6.10",
55
"author": "SchneeHertz",
66
"description": "Tag-based management, reading manga downloaded from ExHentai",
77
"repository": {
@@ -26,6 +26,7 @@
2626
"dist/assets/*",
2727
"dist/icon.png",
2828
"fileLoader/*",
29+
"public/*",
2930
"modules/*",
3031
"index.js",
3132
"preload.js"

0 commit comments

Comments
 (0)