Skip to content

Releases: vnma0/hestia

Initial stable build

05 Mar 10:15
0ec518e
Compare
Choose a tag to compare

Summary

A new release after quite a while, adding a huge amount of bug fixes & improvements.

  • Migrated to React Router. This will greatly ease the load on the clients as the amount of rendered details increases. Pretty notable on low-end machines.
  • All errors are now reported with toasts.
  • No more faulty sorting in Submissions page (in fact, no more sorting). Also, no more manual reload to see latest submissions - and pagination is also present (kudos to @dungwinux)! (it certainly lags when 100 Pending status is rendered)
  • Changing pages will reload everything - this might make the load on the servers heavier, but the advantages it brings to development and usage experience (mostly development) is pretty worth it.
  • Things are a little more descriptive and foolproof. For example, clicking on the Submit button will lock the button with a progress spinner and disable the editor until submitting is completed.
  • Changing password is now possible, pretty much due to added support (see vnma0/wafter#42).
  • The clock is a little more polished.

Usage

As always, Hestia itself is developed to use with Wafter, so head there and grab a release if you want a ready-to-use solution. This repository only produces standalone builds.

Files

Bundled files :

Files Purpose
hestia-standalone-1.1-20190305.1.zip Compiled build
hestia-standalone-1.1-20190305.1.zip.sha512 Computed SHA512 hash of the above file
hestia-standalone-1.1-20190305.1.zip.asc GPG signature of the compiled build
hestia-standalone-1.1-20190305.1.zip-minhducsun2002.asc GPG public key that corresponds to the above signature; also the key that is used to sign @minhducsun2002's commits