This commit is contained in:
Jose Conde
2024-07-25 16:29:14 +02:00
parent cd5f4ad91a
commit 498a8253fd
45 changed files with 1364 additions and 353 deletions

View File

@ -1,5 +1,19 @@
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this file.</p>
<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>
<h2>0.1.12 - 2024-07-22</h2>
<h3>Added</h3>
<ul>