Skip to content

E1M0.2.500

Choose a tag to compare

@github-actions github-actions released this 29 Apr 10:00
· 128 commits to main since this release
08fed2d

E1M0.2.5

Change log for E1M0.2.5

A mostly "oh, this is nice"-update, that brings a more coherent techno babbel UAC'y modded doom experience.

  • Change to the way mod files are stored and loaded: Previously when adding a mod file, that has other required mods the 'main mod' was always inserted at index 0, where the required mods were all +1 relative to that. Now the 'main mod' is getting added to the load order list, when > 1 mod file is added, and can have any position.
  • UI Tweaks: Finally removed my personal gamertag, and hardcoded lvl. 71 from the "user profile" button, that still doesn't do anything. But rather than removing it, until I perhaps someday come up with why you'd have a user profile, I show that the user Guy, Doom of the rank Marine is logged in. Also introduce a new more futuristic techno font throughout the UI, to make it more fitting for a UAC application. Generally worked a bit on making the app a bit more industrial and less saas'y.
  • ModDB link now changeable: The link from the top navigation of the app can now be switched out to so it can link to your favourite mod source. By default moddb is still selected, but from the application settings you're now you're able to pick between zdoom forums, doomworld forums, itch.io's game mods tagged with Doom, and the default Moddb. All of these can further be change to link to exactly what you want by manually editing settings.json in the configuration directory (~/.config/uac/settings.json).
  • Fixes update order for system installs (only affects Linux users): Revised the checks happening when updates are available, since users with system installs (non-appimages) did not get notified about new updates.

So yeah, I hear you saying Oh this is nice.., and yeah, thats pretty nice.

Since 0.2.4

  • Autoupdate of application
  • Toggle to switch on/off notifications about updates
  • Notification when manually checking for updates, and you're on the latest version
  • Update build script (Now packages gunzip version for manual installs/AUR)
  • Changed modfile-catalog structure
  • Added a bunch of techno babbel notification messages/errors
  • Removed blue-ish hues, to be more neutral
  • Use accent color more consistent

For all the technical details check the Full Changelog: v0.2.4...v0.2.500