• release-0.8 8e27e95fd9

    Klutz released this 2021-09-03 15:10:26 +00:00 | 5 commits to main since this release

    1 bug fix:

    • Aggregates would skyrocket as soon as there were 2 entries in the aggregates table because of a rogue LEFT JOIN multiplying the number of rows used to SUM()
    Downloads
     
  • release-0.7 6b3f87c401

    Klutz released this 2021-09-03 02:29:29 +00:00 | 6 commits to main since this release

    2 bug fixes:

    • Fix aggregates update SQL
    • Fix compiled JAR
    Downloads
     
  • release-0.6 24d33afd59

    Klutz released this 2021-09-02 04:54:10 +00:00 | 7 commits to main since this release

    1 bug fix:

    • Fix aggregates calculation which were ridiculously exaggerating values

    1 added technical feature:

    • Rudimentary database schema versionning via a KeyValue table. This is used to truncate the aggregates table to remove any data that was miscalculated by versions before this one.
    Downloads
     
  • release-0.5 959ac79fbd

    Klutz released this 2021-09-02 01:10:56 +00:00 | 9 commits to main since this release

    1 bug fix:

    • Fix regex to remove negative lookbehind which is unsupported by Safari
    Downloads
     
  • release-0.4 7c359aa390

    Klutz released this 2021-09-01 16:09:35 +00:00 | 10 commits to main since this release

    4 bug fixes:

    • Hide stats where value = 0
    • Fix aggregates URL
    • Fix player name refresh check
    • Fix regex to remove negative lookbehind which is unsupported by Safari
    Downloads
     
  • release-0.3 f1afe82492

    Klutz released this 2021-07-19 07:03:16 +00:00 | 14 commits to main since this release

    1 bug fix:

    • Initial aggregates insert was not working

    2 improvements:

    • Added a log when import is complete
    • Reduced /players and /statistics API cache time from 1h to 5min
    Downloads
     
  • release-0.2 a03bd8ff8d

    Klutz released this 2021-07-12 21:47:27 +00:00 | 19 commits to main since this release

    This release adds a bunch of nee features, namely:

    • Aggregate, server-wide statistics
    • Prettier statistic names
    • Improved front-end performance
    Downloads
     
  • release-0.1 6e74b0fe8d

    Klutz released this 2021-07-07 03:00:25 +00:00 | 30 commits to main since this release

    First fully functional release of Stonks.

    • Gathers player statistics
    • Stores current and historical statistics
    • Exposes all data via an API
    • Provides a web interface for viewing current statistics
    Downloads