Skip to content

Commit

Permalink
docs: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Jun 16, 2024
1 parent a156869 commit ac9e97e
Showing 1 changed file with 64 additions and 3 deletions.
67 changes: 64 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,73 @@

## [Unreleased] - ReleaseDate

- Significantly optimize cache updates (first update will still be a full update)
- Replace escape menu modding tab with mod integration interface
- Add light/dark mode toggle to settings menu
### Mod compatibility

- More mod save file fixes for Windows store version

### UI

- Add light/dark mode toggle to settings menu
- Indicate mod which causes integration error when possible
- Show URLs for mod.io-related errors
- Implement load priority fields to no longer rely on implicit ordering
- Add mod list sorting
- Removed drag-and-drop from implicit ordering
- Make search bar always visible
- Make window slightly larger by default
- Make delete button red
- Fix UI deadlock on input event
- Fix mod link always appearing as disabled
- Make mod URL searchable for mods without cache data
- Show time since last action

### Hook

- Migrate to patternsleuth resolvers
- Add patch to fix gas clouds not exploding sometimes
- Add logging

### Integration

- Compress bundled mod pak
- Fix mods sometimes integrating in incorrect order
- Various Asset Registry related fixes

### mod.io handling

- Fix mod url resolution

### Caching and Configuration

- Rename cache and config directories from `drg-mod-integration` to `mint` and default to legacy
if they exist
- Significantly optimize cache updates (first update will still be a full update)
- Allow overriding appdata dir via CLI flag

### In-game

- Replace escape menu modding tab with new modding menu
- Show mint mods in public server list

### Release process improvements

- Package Linux target with zip instead of tar
- Implement self-update
- Reduce release size by removing debug symbols
- Fix check workflow

### Misc

- Fix Windows console being full of garbage characters
- Try to enable ANSI code support on Windows 10
- Fix unintentionally linking to libssl on Linux
- Bump dependencies
- Disable LTO for dev builds
- Add some testing for mod.io provider
- Prune unused dependencies
- Improved error handling
- Add nix flake
- Disable oodle by default when not compiling for Linux or Windows

## [0.2.10] - 2023-08-18

Expand Down

0 comments on commit ac9e97e

Please sign in to comment.