Skip to content

Releases: thomotron/Phinix

v0.9.3 - Updated for RimWorld 1.5

08 May 13:05
v0.9.3
b5c211c
Compare
Choose a tag to compare
  • Added RimWorld 1.5 support

v0.9.2 - Blocked message fix

25 Dec 08:42
f5f1df5
Compare
Choose a tag to compare
  • Fixed messages from blocked users continuing to appear in the chat (#78)

v0.9.1 - Crash hotfix

28 Jan 11:54
Compare
Choose a tag to compare
  • Fixed error on startup caused by use of newer code features than are available in RimWorld

v0.9.0 - UI Rewrite

22 Jan 12:03
Compare
Choose a tag to compare
  • Rewrote much of the UI from the ground up to be more performant. This should significantly reduce lag when opening the chat tab or a trade window.
  • Added client-side chat message limit
  • Added more interactive looking checkbox on trades
  • Changed cancel button in trade window to look more obvious
  • Trade window and settings window are now draggable
  • Fixed completed trades not being cleared from the server (#70)
  • Trade window now opens immediately for the sender when creating trades
  • Fixed chat message field constantly losing focus

v0.8.3 - Trade scrollbar fix

03 Nov 11:36
Compare
Choose a tag to compare
  • Fixed being unable to scroll in the trade window (#58)

v0.8.2 - Updated for RimWorld 1.4

27 Oct 09:20
Compare
Choose a tag to compare
  • Added RimWorld 1.4 support
  • Removed RimWorld 1.2 support

v0.8.1 - Server crash hotfix

14 Aug 15:32
Compare
Choose a tag to compare

This is a server-only release, there is no need to update your client.

  • Fixed server crash when multiple threads try to write to the log at the same time (#66)

v0.8.0 - Updated for RimWorld 1.3

22 Jul 13:25
Compare
Choose a tag to compare
  • Moved blocked users to the bottom of the user list
  • Fixed connection failing when connecting to a server hosted on both IPv4 and IPv6 through its domain name
  • Significant UI refactor behind the scenes
  • Widened column for item names in trade window
  • Fixed connection dropping when reconnecting too quickly
  • Fixed Accepting Trades checkbox not preventing trades when unchecked
  • Added RimWorld 1.3 support
  • Removed RimWorld 1.1 support

If you're running RimWorld 1.3 then ignore the below message. Otherwise keep reading...

A couple of notes on the 1.2 version in this release:

  • It is actually v0.7.1, not v0.8.0, so none of the above changes apply
  • It is purely for backward compatibility while other mods get updated to RimWorld 1.3
  • It will be removed in the next major release (v0.9.0 probably)

HugsLib has changed the way some settings code works which is giving me a headache trying to get v0.8.0 to work with HugsLib 9.0.0 on RimWorld 1.2. As such it'll be removed as of the next release. An old copy of Phinix will probably still work for a while even if it isn't updated, but there are no guarantees the 1.2 version will after v0.9.0 comes out.

v0.7.1

10 Jun 12:51
Compare
Choose a tag to compare
  • Trades from blocked users hidden by default
  • Added option to show trades with blocked users
  • Fixed server save data corruption after saving
  • Fixed trades bypassing 'Accepting Trades' option when turned off

v0.7.0 - Updated for RimWorld 1.2

09 Jun 10:42
Compare
Choose a tag to compare
  • Add chat block feature
  • Mark compatible with RimWorld 1.2

(the previous release was already compatible with 1.2 but I just hadn't updated the mod info file)