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
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
--noconfirm --onefile --noconsole \
--name DIM-Creator \
--add-data "assets;assets" \
--icon "assets/images/logo/x128.ico" \
--icon "assets/images/logo/favicon.ico" \
--hidden-import qfluentwidgets
fi

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---
## v1.1.1
### Added

### Changed
- Replaced logo with new design.
- Removed old logo assets from the repository.
- Added favicon.ico with universal size.

### Fixed


## v1.1.0 - 2025-08-12
### Added
Expand Down
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

documents_path = documents_dir()
doc_main_dir = DOC_MAIN_DIR
logo_path = resource_path(os.path.join('assets', 'images', 'logo', 'x128.ico'))
logo_path = resource_path(os.path.join('assets', 'images', 'logo', 'favicon.ico'))

class DIMPackageGUI(QWidget):
def __init__(self):
Expand Down
Binary file added assets/images/logo/favicon.ico
Binary file not shown.
Binary file removed assets/images/logo/x128.ico
Binary file not shown.
Binary file removed assets/images/logo/x256.ico
Binary file not shown.
Binary file removed assets/images/logo/x32.ico
Binary file not shown.
Binary file removed assets/images/logo/x64.ico
Binary file not shown.
Loading