domino-client/public/CHANGELOG.html

50 lines
1.1 KiB
HTML
Raw Normal View History

2024-07-18 23:52:33 +02:00
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this file.</p>
2024-07-25 16:29:14 +02:00
<h2>0.2.0 - 2024-07-24</h2>
<h3>Added</h3>
<ul>
<li>session expiration and renew handling</li>
<li>Allow unique session per user</li>
<li>Socket.io room management</li>
<li>Game: added turn waiting timer</li>
<li>Game: added timed button on game summaries</li>
<li>Added new header</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>App data persistance</li>
</ul>
2024-07-22 21:04:51 +02:00
<h2>0.1.12 - 2024-07-22</h2>
<h3>Added</h3>
<ul>
<li>I18n translations</li>
<li>Win conditions</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Multiplayer join button not accessible</li>
</ul>
<h2>0.1.10 - 2024-07-20</h2>
<h3>Added</h3>
<ul>
<li>Updater</li>
<li>Refresh authentication when expires</li>
<li>Match summary page phase 1</li>
</ul>
<h2>0.1.9 - 2024-07-19</h2>
2024-07-18 23:52:33 +02:00
<h2>0.1.8 - 2024-07-18</h2>
<h2>0.1.7 - 2024-07-17</h2>
<h2>0.1.6 - 2024-07-17</h2>
<h2>0.1.5 - 2024-07-17</h2>
<h3>Added</h3>
<ul>
<li>Initial commit</li>
<li>Match page back button</li>
<li>Team play</li>
<li>Movement synchronized netween clients and AI players</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Button statuses</li>
</ul>