-
released this
2021-09-03 15:10:26 +00:00 | 5 commits to main since this release1 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
-
released this
2021-09-03 02:29:29 +00:00 | 6 commits to main since this release2 bug fixes:
- Fix aggregates update SQL
- Fix compiled JAR
Downloads
-
Release 0.6 - Fix aggregates Stable
released this
2021-09-02 04:54:10 +00:00 | 7 commits to main since this release1 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
-
released this
2021-09-02 01:10:56 +00:00 | 9 commits to main since this release1 bug fix:
- Fix regex to remove negative lookbehind which is unsupported by Safari
Downloads
-
Release 0.4 - Bug fixes Stable
released this
2021-09-01 16:09:35 +00:00 | 10 commits to main since this release4 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 - Bug fixes Stable
released this
2021-07-19 07:03:16 +00:00 | 14 commits to main since this release1 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 - Second Alpha Stable
released this
2021-07-12 21:47:27 +00:00 | 19 commits to main since this releaseThis release adds a bunch of nee features, namely:
- Aggregate, server-wide statistics
- Prettier statistic names
- Improved front-end performance
Downloads
-
released this
2021-07-07 03:00:25 +00:00 | 30 commits to main since this releaseFirst 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