Releases: OllieJW/Quara
Releases · OllieJW/Quara
Player Head Fix
1.3.1
1.3.0
Player count fix 2
Fixed:
- Error with playercount not loading
1.2.2
1.2.1
1.2.0
Added:
- Voting cards (config.js)
- Fireflies in header (config.js)
Changed:
- Enhanced server status, shows offline and errors
Upgrade instructions:
- Replace old main.js with new
- Add fireflies.js
- Add new methods to config.js
vote("name", "image", "url")
- Add firefly count to config.js
var firefly_count = 20;
- Add vote section to index.html under social section
<section class="dark">
<h1>Vote for us</h1>
<div id="vote"></div>
</section>
- Add vote template to
<script id="vote-template" type="text/template">
<div class="vote-card shrink shrink-dark">
<img src="{{ image }}">
<h3>{{ service }}</h3>
<h4><a href="{{ link }}" class="btn">Vote</a></h4>
</div>
</script>
Player count fix
Fixed:
- Player count
Added:
- Server port to player counter
- Server port placeholder
Removed:
- Unused files