-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (Fix) Windows MSI: System.IO.Compression.Native is missing when upgrading from 4.4.3 (#957) - (Fix) Index out of range when saving some file formats (#957) - (Change) Exposure time finder: Allow using 0 for the normal step in the multiple exposure generator (#958)
- Loading branch information
Showing
10 changed files
with
232 additions
and
237 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
@@ -1,26 +1,3 @@ | ||
- **File formats:** | ||
- (Add) Anycubic PWSZ Zip file format (#892) | ||
- (Add) Support for Anycubic Photon Mono 4 (pm4n) and corresponding PrusaSlicer profile | ||
- (Add) Support for Anycubic Photon Mono 4 Ultra (pm4u) and corresponding PrusaSlicer profile | ||
- (Add) Support for Anycubic Photon Mono M7 (pm7) and corresponding PrusaSlicer profile | ||
- (Add) Support for Anycubic Photon Mono M7 Max (pm7m) and corresponding PrusaSlicer profile | ||
- (Add) Support for Anycubic Photon Mono M7 Pro (pwsz) and corresponding PrusaSlicer profile | ||
- (Add) PrusaSlicer printer: Phrozen Sonic Mighty Revo (#950) | ||
- (Add) Litophane tool: Option to enable or disable the separation of grayscale pixels (#954) | ||
- (Add) Exposure time finder: Re-arrange exposure text layout and allow to change it font (#955) | ||
- (Add) Setting: Available RAM lower limit - Sets a lower limiter for the available memory RAM the program is allowed to run operations. | ||
When meet the threshold, a stopping action will be queued to relief pressure and maintain the system stability. | ||
In cases where is unable to pause or cancel the operation, the program will be forced to close and trigger an exception to ensure the system stability. | ||
Note: This limiter will check the RAM every 2 seconds while operations are running, if you have set a very low limit there is a chance to consume more RAM in the time and cause system instability. | ||
System can also reserve some RAM to prevent depletion and start to use SWAP memory, doing such with a low limit and is possible that the limiter never trigger. | ||
0: Ignore the RAM limiter. | ||
Default: 1 GB | ||
- (Improvement) Change the gif animation library to a more efficient and compatible one | ||
- (Fix) Contour traverse function was duplicating the contours, causing wrong calculations | ||
- (Fix) Blur: Prevent stack blur from use even values | ||
- (Upgrade) AvaloniaUI from 11.1.3 to 11.2.2 | ||
- (Upgrade) .NET from 6.0.33 to 9.0.0 | ||
- .NET 6.0 is end of life and will no longer supported | ||
- This represents three major upgrades and will increase the system os version requirements, see more here: https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md | ||
- With this upgrade the software will be able to take advantage of the new features and improvements of the .NET 9.0, including a significant performance boost | ||
- (Fix) Index out of range when saving some file formats (#957) | ||
- (Change) Exposure time finder: Allow using 0 for the normal step in the multiple exposure generator (#958) | ||
|
This file contains 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 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 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.