Releases: kevinddchen/machikoro
Releases · kevinddchen/machikoro
v0.7.1
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
🎉 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
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
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
- 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
- Added a chat box (#97)
- Fixed
NODE_PATH
keyword issue for debugging in Windows (#99)
v0.5.2
- 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
- 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
- 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
- Fix major bug causing players to randomly not connect to the game (#63)