Releases: Gawdl3y/Resolute
Resolute v0.8.3
💪 Enhancements
- PR #169: Reduce resolution of logo on about page to 512x512 (@Gawdl3y)
- PR #170: Improve display of mod dependency names/IDs (@Gawdl3y)
- PR #171: Add logging of OS and architecture (@Gawdl3y)
- PR #172: Add debug indicator to about page (@Gawdl3y)
📦 Dependencies
🔧 Tooling
- PR #168: Separate features and enhancements in changelog (@Gawdl3y)
- PR #173: Manually specify Rust and Tauri targets in build workflow (@Gawdl3y)
💬 Other
Full changelog: v0.8.2...v0.8.3
Previous release: v0.8.2
All releases: https://github.com/Gawdl3y/Resolute/releases
Resolute v0.8.2
🐛 Fixes
💬 Other
Full changelog: v0.8.1...v0.8.2
Previous release: v0.8.1
All releases: https://github.com/Gawdl3y/Resolute/releases
Resolute v0.8.1
🐛 Fixes
- PR #162: Fix wrong directories being used for cache/db/etc. (@Gawdl3y)
- PR #163: Add ipc://localhost to connect-src in CSP (@Gawdl3y)
💬 Other
Full changelog: v0.8.0...v0.8.1
Previous release: v0.8.0
All releases: https://github.com/Gawdl3y/Resolute/releases
Resolute v0.8.0
🚀 Features
- PR #129: Allow clicking mod IDs and artifact checkums to copy them (@Gawdl3y)
- PR #131: Add console page to the UI (@Gawdl3y)
- PR #132: Enable spin buttons on number settings (@Gawdl3y)
- PR #134: Add progress bar functionality to AppHeader (@Gawdl3y)
- PR #137: Separate database/settings/logs for debug builds (@Gawdl3y)
- PR #144: Add user agent to all HTTP requests (@Gawdl3y)
- PR #145: Add setting to control display of deprecated mods & highlight them in the mod tables (@Gawdl3y)
- PR #147: Replace many alert boxes with native system notifications (@Gawdl3y)
- PR #151: Add strict-ish CSP to Tauri config (@Gawdl3y)
- PR #153: Add menu to open various folders to the installed mods page (@Gawdl3y)
- PR #160: Replace dashboard page with a new about page (@Gawdl3y)
🐛 Fixes
- PR #146: Ignore file not found errors when deleting artifacts (@Gawdl3y)
- PR #150: Fix init error window with single-line error messages (@Gawdl3y)
- PR #152: Always use an alert for the discovery result message (@Gawdl3y)
📦 Dependencies
- PR #140: Upgrade to Tauri 2.0 alpha (@Gawdl3y)
- PR #149: Upgrade to Tauri 2.0.0-beta.4 (@Gawdl3y)
- PR #154: Update all frontend and backend dependencies (@Gawdl3y)
- PR #158: Update Tauri to 2.0.0-beta.6 (@Gawdl3y)
🔧 Tooling
- PR #155: Strip debug info in release builds (@Gawdl3y)
- PR #156: Use Rust 1.76 in workflows (@Gawdl3y)
- PR #157: Add specific beta versions to Tauri deps (@Gawdl3y)
- PR #159: Revert "Use Rust 1.76 in workflows" (@Gawdl3y)
📝 Documentation
- PR #135: Further fancify the readme (@Gawdl3y)
- PR #148: Switch Cargo license properties to allow newer than (L)GPL3 (@Gawdl3y)
💬 Other
- PR #133: Extract Tauri commands into semi-organized modules (@Gawdl3y)
- PR #136: Refactor tooltip usage into SimpleTooltip and IconButton (@Gawdl3y)
- PR #139: Use v-bind same-name shorthand syntax (@Gawdl3y)
- PR #141: Refactor Downloader to use linear-ish types, replace ArtifactPaths struct with ModArtifact helpers, and add reusable artifact FS interaction logic (@Gawdl3y)
- PR #142: Use an extension trait to map Errors into ArtifactErrors (@Gawdl3y)
- PR #161: Release version 0.8.0 (@Gawdl3y)
Full changelog: v0.7.1...v0.8.0
Previous release: v0.7.1
All releases: https://github.com/Gawdl3y/Resolute/releases
Resolute v0.7.1
🚀 Features
- PR #100: Add version selection and much more information to the mod details modal (@Gawdl3y)
- PR #99: Preserve older logs after rotation (@Gawdl3y)
- PR #101: Wrap mod names at CamelCase word boundaries (@Gawdl3y)
- PR #114: Add expand/collapse all button to mod index (@Gawdl3y)
- PR #117: Display inferrable artifact filename and destination (@Gawdl3y)
- PR #118: Allow filtering mods by tag, author name, and category (@Gawdl3y)
- PR #121: Add setting for HTTP connection timeout (@Gawdl3y)
- PR #122: Replace setting checkboxes with switches (@Gawdl3y)
- PR #119: Discover and display unrecognized mods (@Gawdl3y)
🐛 Fixes
- PR #112: Don't block any text selection/deselection for inputs (@Gawdl3y)
- PR #113: Allow settings tabs to be navigated to with the tab key (@Gawdl3y)
- PR #123: Don't show file drop hint when dragging links around in authoring tools (@Gawdl3y)
- PR #126: Fix HTTP client failing to build without connectTimeout setting (@Gawdl3y)
📦 Dependencies
🔧 Tooling
- PR #115: Don't force NSIS installer from updater (@Gawdl3y)
- PR #125: Revert "Don't force NSIS installer from updater" (@Gawdl3y)
💬 Other
Full changelog: v0.6.1...v0.7.1
Previous release: v0.6.1
All releases: https://github.com/Gawdl3y/Resolute/releases
Resolute v0.6.1
🚀 Features
- PR #77: Add database, mod installed state tracking, and initialization error window (@Gawdl3y)
- PR #80: Persist the items per page selection to settings (grouped and ungrouped) (@Gawdl3y)
- PR #81: Add Installed Mods page (@Gawdl3y)
- PR #83: Space out version number and status icon (@Gawdl3y)
- PR #88: Add update all button to installed mods page (@Gawdl3y)
- PR #89: Add mod uninstallation and proper updating (@Gawdl3y)
- PR #90: Add installed mod discovery (@Gawdl3y)
- PR #92: Add mod details dialog (@Gawdl3y)
- PR #93: Replace empty mod table text with more descriptive messages (@Gawdl3y)
- PR #95: Add new Resolute logo created by reddragon (@Gawdl3y)
🐛 Fixes
- PR #82: Bypass manifest cache with installed mods refresh button (@Gawdl3y)
- PR #84: Improve text styling consistency (@Gawdl3y)
- PR #86: Open repo in new window from link on dashboard (@Gawdl3y)
- PR #85: Fix git hash, issue, and username links in release notes around certain symbols (@Gawdl3y)
- PR #87: Fix external links not opening at all (@Gawdl3y)
- PR #97: Prevent mod action button clicks from triggering the details dialog (@Gawdl3y)
📝 Documentation
💬 Other
- PR #94: Disable tao runner warnings in release builds (@Gawdl3y)
- PR #96: Release v0.6.0 (@Gawdl3y)
- PR #98: Release v0.6.1 (@Gawdl3y)
Full changelog: v0.5.0...v0.6.1
Previous release: v0.5.0
All releases: https://github.com/Gawdl3y/Resolute/releases
Resolute v0.5.0
🚀 Features
- PR #71: Improve Resonite path discovery by using steamlocate crate (@Gawdl3y)
- PR #72: Only log debug level and higher for release builds (@Gawdl3y)
- PR #73: Add a button to manually run Resonite path discovery (@Gawdl3y)
📦 Dependencies
🔧 Tooling
💬 Other
Full changelog: v0.4.3...v0.5.0
Previous release: v0.4.3
All releases: https://github.com/Gawdl3y/Resolute/releases
Resolute v0.4.3
🚀 Features
🐛 Fixes
🔧 Tooling
💬 Other
Full changelog: v0.4.2...v0.4.3
Previous release: v0.4.2
All releases: https://github.com/Gawdl3y/Resolute/releases
Resolute v0.4.2
🚀 Features
- PR #61: Wait for settings to load before rendering app (@Gawdl3y)
- PR #62: Share reqwest client for all file downloads, add timeout, use rustls, and allow compression (@Gawdl3y)
- PR #63: Add drag & drop and logging to checksum calculator (@Gawdl3y)
🐛 Fixes
🔧 Tooling
💬 Other
Full changelog: v0.4.1...v0.4.2