Skip to content

Releases: AnActualEmerald/thermite

Version v0.8.1

05 May 05:30
v0.8.1
8732719
Compare
Choose a tag to compare

The action I was using to do this automatically seems to have evaporated, so here are the changes for the two recent releases.

[0.8.1] - 2024-04-21

Bug Fixes

  • Make SanityError Send + Sync

[0.8.0] - 2024-04-21

Bug Fixes

  • Update NorthstarProton url

Features

  • Return Result from sanity check

Miscellaneous Tasks

  • Update action versions
  • Nixify

Version v0.7.1

01 Feb 15:59
v0.7.1
8e6fc6a
Compare
Choose a tag to compare

[0.7.1] - 2024-02-01

Miscellaneous Tasks

  • Add workflow to create github release

Refactor

  • Rename consts to specifically specify Titanfall2 (#10)

Version v0.7.0

12 Jan 03:55
v0.7.0
bf17abe
Compare
Choose a tag to compare

Documentation

  • Add packages example

Features

  • Support for new northstar package system
  • Expose steam and origin IDs as constants

Miscellaneous Tasks

  • Specify exact dependency features
  • Bump mockall
  • Loosen version requirements

Testing

  • Fix enabled_mods tests failing randomly
  • Increase utils test coverage
  • Write more tests

Version v0.6.5

07 Jul 15:40
v0.6.5
21f48f8
Compare
Choose a tag to compare

Bug Fixes

  • Do not attempt fix mod with wrong folder name (#6)
  • Make dynamic JsonError variant Send + Sync + 'static

Version v0.6.4

02 Jun 15:49
36f324f
Compare
Choose a tag to compare

Bug Fixes

  • Properly disable EnabledMods autosave when disabled

Features

  • Return paths from install functions

Miscellaneous Tasks

  • Add code coverage
  • Add git cliff config
  • Use a proper changelog
  • Clippy & formatting

Testing

  • Add tests for api module
  • Add file download test
  • Add installation tests
  • Add tests for utils
  • Add tests for model objects