Skip to content

Commit d9cc304

Browse files
authored
Merge pull request #3 from H1ghSyst3m/change/logo
Replace logo icon with favicon.ico and a new design
2 parents 15d7e70 + 47983e2 commit d9cc304

8 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
--noconfirm --onefile --noconsole \
4949
--name DIM-Creator \
5050
--add-data "assets;assets" \
51-
--icon "assets/images/logo/x128.ico" \
51+
--icon "assets/images/logo/favicon.ico" \
5252
--hidden-import qfluentwidgets
5353
fi
5454

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
---
8+
## v1.1.1
9+
### Added
10+
11+
### Changed
12+
- Replaced logo with new design.
13+
- Removed old logo assets from the repository.
14+
- Added favicon.ico with universal size.
15+
16+
### Fixed
17+
818

919
## v1.1.0 - 2025-08-12
1020
### Added

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
documents_path = documents_dir()
5050
doc_main_dir = DOC_MAIN_DIR
51-
logo_path = resource_path(os.path.join('assets', 'images', 'logo', 'x128.ico'))
51+
logo_path = resource_path(os.path.join('assets', 'images', 'logo', 'favicon.ico'))
5252

5353
class DIMPackageGUI(QWidget):
5454
def __init__(self):

assets/images/logo/favicon.ico

180 KB
Binary file not shown.

assets/images/logo/x128.ico

-66.1 KB
Binary file not shown.

assets/images/logo/x256.ico

-69 KB
Binary file not shown.

assets/images/logo/x32.ico

-4.19 KB
Binary file not shown.

assets/images/logo/x64.ico

-16.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)