Skip to content

Releases: OllieJW/Quara

Player Head Fix

22 Jan 22:14
10e1d5a
Compare
Choose a tag to compare

Fixed error where "head" layer wasn't being displayed on avatar heads

1.3.1

03 Dec 17:40
08ad87d
Compare
Choose a tag to compare

Due to a lot of people unfortunately not properly agreeing to the Terms of Service, there is now a first-time warning to remind new users

1.3.0

16 Nov 20:22
08ad87d
Compare
Choose a tag to compare

Added:

  • Inner page template

Player count fix 2

14 Nov 22:45
c6488eb
Compare
Choose a tag to compare

Fixed:

  • Error with playercount not loading

1.2.2

02 Nov 16:49
7585f68
Compare
Choose a tag to compare

Added:

  • Grid system for staff and vote rather than relying on cards to overflow and start a new line

1.2.1

29 Oct 09:56
7585f68
Compare
Choose a tag to compare

Added:

  • Pinned message in header
  • Config for pinned message
  • Notes in config.css to make editing easier

1.2.0

28 Oct 18:10
7d5b37a
Compare
Choose a tag to compare

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

28 Oct 14:58
4cc68c8
Compare
Choose a tag to compare

Fixed:

  • Player count

Added:

  • Server port to player counter
  • Server port placeholder

Removed:

  • Unused files

1.0.0

25 Oct 16:54
4cc68c8
Compare
Choose a tag to compare

⚠Download quara.zip