# PoliCromix Client Change Log

## [Unreleased]

- Changed default round time to 60s in the match creation form.
- Added checks to avoid hanging when a locally saved account is no longer available on the server.
- Removed unneeded turn pass/match giveup buttons.
- Added missing message when a loser is waiting for the winner to pick up one of their cards,
  and they hit the "Keep waiting" button.
- Added automatic close of storybook video steps on finishing.
- Fixed issues in the system message sent on the in-battle chat when a card is flipped.
- Added color support to storybook dialog blocks to differentiate speaking characters.
- Added forced removal of board audio tracks on match stop to prevent music overlapping.
- Minor cleanup.

Assets library updated:
- Reviewed and tuned prize specs on all boards in all universes.
- Reviewed cards assigned to bots in story based battles and fixed level issues.  
  This will allow certain cards that weren't included previously to be
  included (if they pass internal directives), but ignoring the player level.  
  Those scenes that recommended/required certain player level for best experience
  were updated and the player level note was removed.
- Colored storybook dialog blocks.

Server side:
- Added allowance of unlimited prizes on training matches for streamers and higher level accounts.
- Added prize pick/no pick info on the turn actions/consequences when the match is finishing.
- Improved the matches browser.

## [0.0.5] - 2024-05-21

- Adjusted appearance of main view tabs.
- Added per-universe ladders.
- Removed unused tabs from the user profile page.
- Filtered unlocked story based boards from the training zone.
- Added listing of story based boards that have been unlocked in the arena.
- Added a check to prevent a full stop without warning when getting storybook scene markers.
- Added a check to prevent spoiling unseen chapters in story mode.
- Fixed wording issue in the story based battle info page.
- Added card requirements in the story based battle info page.
- Fixed glitch in dialogs that might eat up some lines.
- Added padding at the sides to the story dialog view.
- Added update of the storybook map after ending a detached story based match.

## [0.0.4] - 2024-04-17

- Fixed wrong life value shown in the single card view.
- Fixed an issue that caused the main view to be not shown when switching accounts.
- Tuned URL replacements on the cards helper.
- Reduced distribution package sizes by removing localized board backgrounds.
  Now all elements are downloaded from the servers.
- Added storybooks support.
  CariƱoland chapter 1 included in this release.
- Other minor fixes.

## [0.0.3] - 2024-03-19

- Added card name and progress bar to deck thumbnails in match related forms.
- Added card insurance support.
- Tuned some language captions.
- Made the chat stay in the lobby instead of switching when universe is changed.
- Made the arena multiversal: no matter which universe you're in, the matches
  table will list matches from all universes.  
  Note: a universe selector was added on the filters section.
- Un-nagged compliment bag toasts.
- Added configurable assets download switch to speedup app start (and turned it on).
- Changed card resting icon and added remaining resting time in the card view modal.
- Fixed filtering controls issue on the inventory that caused empty select lists unless
  all cards were viewed first.
- Added inventory/deck building filtering controls for insured state and condition.
- Adjusted the shop to show new pack listings.
- Other minor fixes.

Assets library updated:
- Optimized character profiles in all universes.
- Added insurance wallet specs on the realm params.
- Fixed issues in some 'Pits' characters.

Server side:
- Added resting support for damaged cards after battle.

## [0.0.2] - 2024-03-11

- Internal optimizations.
- Added support for limited prize pick events on training matches.
- Moved version update notifications to the splash view.
- Moved global compliment bag assignment check from the splash to the main view.
- Refactored compliment bag assignment check to fix cases when it was missed.
- Other Minor fixes.

Assets library updated:
- Fixed wrong set type classes on multiple card characters from 'Pits' and 'Swamps' universes.

Server side:
- Fixed an issue when placing a card that triggered the selection of a target when there were multiple hits and
  possible autoflips around and threw a "not your turn" error, making the match unsuitable to continue.
- Added support for limited prize pick events on training matches.
  Current limit is to 3 events per user in a 24 hours window.

## [0.0.1] - 2024-03-01

- Initial release, alpha stage.