Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.

Releases: devgianlu/PYX-Reloaded

Release 0.4.2

09 May 17:12
Compare
Choose a tag to compare

Bug fixes

  • Fixed add Cardcast (#105)
  • Fixed session expiration due to failing ping (#103)
  • Minor

Release 0.4.1

25 Mar 10:16
Compare
Choose a tag to compare

Features:

  • Status page support (#88)
  • Update script (#101)
  • Enhanced logging

Bug fixes:

  • Couldn't read request parameters
  • Some stuff

Release 0.4.0

18 Mar 13:39
Compare
Choose a tag to compare

Features:

  • Added chat commands (#77)
  • Save user preferences on database (#91)

Bug fixes:

  • Scroll chat on new message (#96)
  • Changing theme color dynamically (#93)
  • Added support for Apple PWA (46b9e7a)

Breaking changes:

  • Server database changed: added preferences table

Release 0.3.4

15 Mar 20:38
Compare
Choose a tag to compare

Features:

  • Server version endpoint (#90)

Bug fixes:

  • Fixed issues due to missing JavaScript file (#66, #89)

Release 0.3.3

14 Mar 18:27
Compare
Choose a tag to compare

Features:

Bug fixes:

  • Issue with global chat restriction
  • Many other

Release 0.3.2

11 Mar 13:54
Compare
Choose a tag to compare

Features:

  • Online users list (#86)
  • Some chat stuff has been added to the preferences (28dc4fb)

Bug fixes:

  • Issues when retrieving password account for existing nickname (ddadc81)
  • Server performance improved (01eb7e1)

Release 0.3.1

07 Mar 17:33
Compare
Choose a tag to compare

Features:

  • Hiding social logins button when not enabled

Release 0.3.0

07 Mar 16:48
Compare
Choose a tag to compare

Breaking changes:

  • The preferences file changed a lot
  • The server database also changed

Features:

  • Users profile
  • Global chat

Bug fixes:

  • Many

Release 0.2.1

21 Feb 20:51
Compare
Choose a tag to compare
  • Fixed issue with message in game
  • Fixed issue with blank cards (#79)
  • Ban list is now saved on disk
  • Minor layout fixes

Release 0.2.0

19 Feb 14:03
Compare
Choose a tag to compare
  • NEW FEATURE: Players can now suggest to change the game options, the host can decide to accept the modification or not
  • Possibility to bind server to single address
  • Fix for game spectators
  • Added "other stuff" tab (will be filled in the next releases)
  • Other bug fixes