Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update version to 6.0.4 #182

Merged
merged 1 commit into from
Sep 6, 2023
Merged
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
20 changes: 20 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
deepin-album (6.0.4) unstable; urgency=medium

* chore: URL path to local path rectification, unified use of the localPath interface for processing
* fix: Fix the issue of excessive display of high definition screen icons(Issue: https://github.com/linuxdeepin/developer-center/issues/4884)
* refator: Improved functionality for 'import from file' and device list
* fix: Optimization of startup time when attaching peripherals to photo albums(Bug: 185733)
* perf: memory optimization
* perf: Standardize anchor layout code
* perf: Change the abuse of the Rectangle component to Item to avoid drawing the same area multiple times
* perf: Simplify ThumbnailImage control related code
* refactor: GlobalVar.qml with various statuses stored on the C++ backend
* perf: Optimize the startup time of the album and solve some bugs
* perf: Optimize the loading speed of thumbnail list proxy controls
* fix: [UI] Rectify the display issue where the page is empty(Bug: 167825)
* fix: Fix the issue of photo album flickering when there is an smb path(Bug: 217933)
* fix: Fix the issue of album restart failure after importing linked images(Bug: 218077)
* chore: [UI] Optimize thumbnail display effect(Bug: 192973)

-- Deepin Packages Builder <[email protected]> Wed, 06 Sep 2023 10:42:03 +0800

deepin-album (6.0.3) unstable; urgency=medium

* chore: 优化isImage、isVideo接口处理逻辑(Bug: 192995)
Expand Down
Loading