Skip to content

Releases: howonlee/mertonon

v0.14.89-postprealpha

14 Dec 19:45
a570240
Compare
Choose a tag to compare

v0.14.commits - December 14 2023

  • Static website generation actually generates
  • Estimation essay, published

v0.13.83-postprealpha

08 Dec 02:06
7edec76
Compare
Choose a tag to compare

v0.13.commits - December 7 2023

  • Estimation essay, complete rewrite
  • Rudimentary presentation
  • Fold the website into the main repo
  • Made website responsive
  • Contact form on website

Note that this release is marked as a non-pre-release. For some reason github does not fill in the latest tag-like-thing if you set things as pre-releases, but if I want a Download Latest button from the website I need to link to that latest. So we won't mark the pre-releases despite it being one

v0.12.80-postprealpha

01 Dec 06:01
f966f45
Compare
Choose a tag to compare
v0.12.80-postprealpha Pre-release
Pre-release

v0.12.80 - November 30 2023

  • Change title of main page
  • Drafts of estimation essay

v0.11.78-postprealpha

10 Nov 02:41
2f7d9a9
Compare
Choose a tag to compare
v0.11.78-postprealpha Pre-release
Pre-release

v0.11.78 - November 9 2023

  • Whack problem with the sidebar history not working after max history is bypassed

v0.10.71-postprealpha

03 Nov 04:53
b45ac67
Compare
Choose a tag to compare
v0.10.71-postprealpha Pre-release
Pre-release

v0.10.commits - November 2 2023

  • Material progress on FE generation in preparation for the tests
  • Decided on the unfortunately jank test running method of sticking hands in the repl and running them
  • nav-sidebar event exists now
  • Back button for sidebar exists now
  • Fixed problem with gstring.format being used wrong

v0.9.65-postprealpha

27 Oct 01:53
053e831
Compare
Choose a tag to compare
v0.9.65-postprealpha Pre-release
Pre-release

v0.9.commits - October 26 2023

  • Changing FE for all the other things
  • DAG selection for the event thing on FE
  • Test work on FE tests

v0.8.57-prealpha

19 Oct 21:39
d8c287b
Compare
Choose a tag to compare
v0.8.57-prealpha Pre-release
Pre-release

v0.8.commits - October 19 2023

  • Actual creation of password logins in addition to the accounts. No serious validation on password quality yet
  • Password digests handling not terrible anymore
  • Add the first trivial editing of grids - rest to come when it comes
  • Whack test bugs stemming from bad generation
  • Whack demo bugs stemming from re-frame refactor

v0.7.44-prealpha

12 Oct 18:40
c566a9c
Compare
Choose a tag to compare
v0.7.44-prealpha Pre-release
Pre-release

v0.7.commits - October 12 2023

  • Finished refactoring to re-frame
  • (Infinite pile of jankiness wrt redirect after creating, deleting stuff) should be gone now
  • Put in separate button for the heavier validations for grad calculations
  • Weight value input now nonlinear (~ O(n^2))
  • BE work for updating and actual creation of logins

v0.6.37-prealpha

05 Oct 20:48
c05cd5e
Compare
Choose a tag to compare
v0.6.37-prealpha Pre-release
Pre-release

v0.6.commits - October 5 2023

  • Current user view in the navbar
  • Admin view in the navbar, the changes might be jank
  • Refactor views to re-frame
  • All links are by re-frame event dispatches
  • Kebab-casefy API namespace
  • Start on create and delete refactor to re-frame. This entails some regression on validation to be fixed asap

v0.5.33-prealpha

29 Sep 02:11
d1f5387
Compare
Choose a tag to compare
v0.5.33-prealpha Pre-release
Pre-release

v0.5.commits - September 28 2023

  • Vendorized fontawesome.
  • Get app state in tests to be within the test transaction that I use to avoid spilling db state in tests
  • Logging out
  • Authn exists now. No authz. One admin account only.
  • Begin the journey back to re-frame
  • Error screen exists now