Skip to content

Releases: Gawdl3y/Resolute

Resolute v0.8.3

13 Mar 00:29
f1cc191
Compare
Choose a tag to compare

💪 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

  • PR #167: Upgrade Tauri to 2.0.0-beta.11 and update all other dependencies (@Gawdl3y)

🔧 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

29 Feb 04:07
4699487
Compare
Choose a tag to compare

🐛 Fixes

  • PR #165: Avoid a hidden private field access error in update installation (@Gawdl3y)

💬 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

28 Feb 00:03
7551990
Compare
Choose a tag to compare

🐛 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

23 Feb 06:29
b3cae91
Compare
Choose a tag to compare

🚀 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

🔧 Tooling

📝 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

08 Jan 04:05
b2236e6
Compare
Choose a tag to compare

🚀 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

  • PR #116: Use Vite 5 and bump minimum version of frontend dependencies (@Gawdl3y)

🔧 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

01 Jan 13:04
cfdba1b
Compare
Choose a tag to compare

🚀 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

  • PR #91: Update dashboard and readme for new features (@Gawdl3y)

💬 Other

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

25 Dec 23:30
db0bad8
Compare
Choose a tag to compare

🚀 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

  • PR #74: Update all frontend and backend dependencies (@Gawdl3y)

🔧 Tooling

  • PR #70: Correct newline formatting of release links in changelogs (@Gawdl3y)

💬 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

20 Dec 23:53
ba2d45b
Compare
Choose a tag to compare

🚀 Features

  • PR #66: Link GitHub username mentions in release notes (@Gawdl3y)

🐛 Fixes

  • PR #68: Fix clicking checksum button resulting in an immediate error (@Gawdl3y)

🔧 Tooling

  • PR #67: Add links to previous release and all releases to changelogs (@Gawdl3y)

💬 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

19 Dec 15:35
8f87bb0
Compare
Choose a tag to compare

🚀 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

  • PR #60: Fix harmless release build lint warnings (@Gawdl3y)

🔧 Tooling

  • PR #64: Add explicit formatting of diff link in changelog (@Gawdl3y)

💬 Other

Full changelog: v0.4.1...v0.4.2

Resolute v0.4.1

17 Dec 15:34
0ea88a9
Compare
Choose a tag to compare

🚀 Features

  • PR #55: Add file path to checksum field's hint when chosen (@Gawdl3y)

🐛 Fixes

  • PR #54: Fix settings tab content animation being cut off on wider viewports (@Gawdl3y)

🔧 Tooling

  • PR #53: Add a label to the diff link in changelogs (@Gawdl3y)

📝 Documentation

  • PR #56: Mention Resonite Mod Manifest in readme (@Gawdl3y)

💬 Other

Full changelog: v0.4.0...v0.4.1