Skip to content

Commit

Permalink
0.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Jan 10, 2021
1 parent 69dd41b commit 470e211
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
=========

### 0.31.2
- Upgrade the reflections library which came with a change that removes the
large Google Guava dependency - we're now 2MB lighter
- Use the current desktop refresh rate in full screen mode instead of always
replacing it with the highest the monitor can do
- Added a resource manager which can search for items inside a directory and
all its subdirectories, loosening one restriction of the map viewer only
working with my current setup. However, a new restriction is that it doesn't
yet work on `.mix` files inside `.mix` files, so it's still somewhat specific
to my workspace 😅
- Sped up map rendering and reduced memory usage by reusing map tiles already
encountered

### 0.31.1
- Lean on Java's built-in blowfish cipher to replace the BlowfishJ library I'd
been using.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
// Global configuration
allprojects {
group = 'nz.net.ultraq.redhorizon'
version = '0.31.2-SNAPSHOT'
version = '0.31.2'
}

// Root project configuration
Expand Down

0 comments on commit 470e211

Please sign in to comment.