Skip to content

Releases: kevinddchen/machikoro

v0.7.1

05 Nov 23:38
b347be7
Compare
Choose a tag to compare

Various UI improvements.

General

  • Loan Office now correctly displays -$5 for cost (#137)
  • Added log message for Renovation Company (#138)
  • Tooltips are now less sticky (#139)
  • Chat box is disabled for spectators (#140)

v0.7.0

17 Oct 07:27
4c805ae
Compare
Choose a tag to compare

🎉 Added Millionaire's Row expansion! 🎉

General

  • Add name validation (#112)
  • Fix log grammar: 1 coins now shows as 1 coin instead (#128)
  • For hybrid supply variant, rows in the marketplace supply no longer mix (#129)
  • Add unread chat indicator (#130)

v0.6.3

24 May 01:54
fa3abc3
Compare
Choose a tag to compare

General

  • Fixed Tax Office description (#111)

Internal code fixes (#110)

  • Added utilities functions to assert a value as non-null and avoid the use of the non-null assertion operator "!" (#102)
  • Ignored eslint warnings that were situational or nonsensical
  • Removed custom middleware server-side script (#106)

v0.6.2

16 May 04:52
029872c
Compare
Choose a tag to compare

The board UI was updated with PR #109.

General

  • Display each dice roll of an establishment card in its own box.
  • Replaced establishment type emojis with Material Symbol icons from Google.
  • Added horizontal padding to all tooltip textboxes.
  • Display accented e in Café

Player Info

  • Replaced dollar sign with a coin-like symbol.
  • Increased font size and changed color of player money.
  • Padded player name so that the info UI does not move during TV name selection.
  • Increased the width of player UI to prevent clipping and allow center-alignment of dice roll numbers.
  • Increased the font size of landmark cards.
  • Fixed invisible player name border clipping into the main border.

Establishment Cards

  • Increased the font size of establishment names.
  • Bumped establishment names downwards slightly towards the center.
  • Added an animation when clicking on the establishment cards.
  • Shifted tooltips downwards so that it does not block the establishment name when tooltip is active.
  • Updated the tooltip descriptions so that Material Symbol icons are now displayed

Chat Box

  • Added an animation when clicking on the chat send button.

v0.6.1

02 May 08:26
2505bed
Compare
Choose a tag to compare
  • Added text that appears at the start of the log when the game starts (#103, #107).
  • Bug fix: Revert server-side middleware responsible for player name validation (#105). This is better than a broken app.

v0.6.0

01 May 03:15
3f04230
Compare
Choose a tag to compare
  • Added a chat box (#97)
  • Fixed NODE_PATH keyword issue for debugging in Windows (#99)

v0.5.2

24 Apr 07:15
9f747ee
Compare
Choose a tag to compare
  • Can now connect with HTTPS (#86)
  • Fix landmarks taking effect after end of game (#87)
  • Fix text overflow in UI (#90)
  • Player name invalidation has been improved (#91)

v0.5.1

28 Mar 17:50
e40c14a
Compare
Choose a tag to compare
  • Fix matches not being refreshed in the room, preventing auto-start of game (#80)
  • Fix Shopping District and Exhibit Hall effects in Machi Koro 2 (#83)
  • Fix: duplicated player names are not allowed again (#84)

v0.5.0

20 Mar 00:25
8990e17
Compare
Choose a tag to compare
  • Add spectate button (#66)
  • Add version string to bottom of lobby (#78)
  • Other minor fixes: #67, #77
  • (dev) Add Github Actions for simple code checks (#68, #69)

v0.4.1

06 Mar 08:16
4da461d
Compare
Choose a tag to compare
  • Fix major bug causing players to randomly not connect to the game (#63)