Releases: oloko64/upscale-rs
Releases · oloko64/upscale-rs
Release - v0.2.3
Release - v0.2.2
Changes
- Update dependencies.
- Add support for selecting GPUs,
tile-size
andload:proc:save
. Thx @seiyajin for the suggestion and the testing :) - Add
.webp
support. - Add suport for TTA (Test Time Augmentation) option.
Release - v0.2.2-rc1
Changes from previous rc version
- Change Advanced Options help page to be inside the app.
- Some code improvements.
Release - v0.2.2-rc0
Changes
- Update dependencies
- Add support for multi GPU, you can save the options there for easy of use
- Add
.webp
support
Release - v0.2.1
Changes
- Update Rust dependencies.
- Correct default implementation for configuration.
- Add ESLint to project.
- Streamline OS detection, no more need to change the command line at compile time.
Release - v0.2.0
Features
- Add Upscale progress percentage on single image upscale: preview
- Add Upscale progress percentage on multiple image upscale: preview
Bugs
- Fixed Windows build not able to upscale images and throwing a error.
Internal Changes
- Change path of upscale executable to be more intuitive to work with with multiple plataforms.
Release - v0.1.9
Changes
Features
- Add new image previewer on single image upscale.
- Change alerts to notifications in some cases.
Bugs
- Opening the options window does not rewrite the settings, now only updates if you change something.
Ohters
- Update all dependencies.
- Add
@
alias to/src
to improve app development. - Create some helpers to help code readability.
- Remove unneeded Tauri permissions.
- Lint all files.
- Be more clear on error messages.
Release - v0.1.8
Changes
- Raise version of all dependencies.
- Add file drag and drop.
- Update UI to better interact with drag and drop feature.
Pre Release - v0.1.8-rc1
Changes
- Add file drag and drop.
Release - v0.1.7
Changes
- Add configuration page.
- Allow application logs.
- Dark mode fix.
- Add option to select default upscale type.