-
Notifications
You must be signed in to change notification settings - Fork 1
Release v0.2 — more improvements #3
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
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| # ChangeLog | ||
|
|
||
| ## Version 0.3 | ||
|
|
||
| ### New Features | ||
| - Implemented a "Settings" dialog with the following configurable options: | ||
| - Helicon Focus executable path (with validation). | ||
| - Image cache size (in GB). | ||
| - Image prefetch radius. | ||
| - Application theme (Dark/Light). | ||
| - Default image directory. | ||
|
|
||
| ## Version 0.2 | ||
|
|
||
| ### New Features | ||
| - Added an "Actions" menu with the following options: | ||
| - "Run Stacks": Launch Helicon Focus with selected files or all stacks. | ||
| - "Clear Stacks": Clear all defined stacks. | ||
| - "Show Stacks": Display a dialog with information about the defined stacks. | ||
| - Pressing the 'S' key now adds or removes a RAW file from the selection for processing. | ||
| - Implemented tracking for stacked images: | ||
| - `EntryMetadata` now includes `stacked` (boolean) and `stacked_date` (string) fields. | ||
| - `launch_helicon` records stacking status and date upon successful launch. | ||
| - The footer in `Main.qml` displays "Stacked: [date]" for previously stacked images. | ||
|
|
||
| ### Changes | ||
| - Pressing the 'Enter' key will now launch Helicon Focus with the selected RAW files. If no files are selected, it will launch with all defined stacks. | ||
| - Refactored the theme toggling logic in `Main.qml` to use a boolean `isDarkTheme` property for more robustness. | ||
|
|
||
| ### Bug Fixes | ||
| - Fixed an issue where both the main "Enter" key and the numeric keypad "Enter" key were not consistently recognized. | ||
| - The "Show Stacks" and "Key Bindings" dialogs now correctly follow the application's theme (light/dark mode). | ||
| - Fixed a bug that caused the "Show Stacks" dialog to be blank. | ||
| - Resolved a `NameError` caused by using `Optional` without importing it. | ||
| - Corrected an import error for `EntryMetadata` in the tests. | ||
| - Updated a test to assert the correct default version number. | ||
| - Fixed a `TypeError` in tests caused by a missing `stack_id` field in the `EntryMetadata` model. | ||
| - Resolved a QML issue where `anchors.fill` conflicted with manual positioning, preventing panning and zooming. | ||
| - Corrected the `launch_helicon` method to only clear the `selected_raws` set if Helicon Focus is launched successfully. | ||
| - Resolved `TypeError` and `Invalid property assignment` errors in QML related to settings dialog initialization and property bindings. | ||
| - Fixed QML warnings related to invalid anchor usage in `Main.qml`. | ||
| - Fixed missing minimize, maximize, and close buttons by correctly configuring the custom title bar. | ||
| - Resolved QML warnings about `mouse` parameter not being declared in `MouseArea` signal handlers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.