• 2.1.2 fb908a1cef

    v2.1.2 Stable

    danieljsummers released this 2020-03-08 00:30:21 +00:00 | 54 commits to main since this release

    • Update to .NET Core 3.1 (#39)
    • Updated dependencies
    Downloads
  • 2.1.1 6a6f7b35c7

    v2.1.1 Stable

    danieljsummers released this 2019-10-14 15:50:50 +00:00 | 55 commits to main since this release

    Fix note ordering and overflow issues (#32)

    Downloads
  • 2.1 715df08cbe

    v2.1 Stable

    danieljsummers released this 2019-09-28 13:42:58 +00:00 | 56 commits to main since this release

    Migrated back-end to .NET Core 3.0 (#30)

    Downloads
  • 2.0.1 ac8b39fff9

    v2.0.1 Stable

    danieljsummers released this 2019-09-27 02:22:14 +00:00 | 57 commits to main since this release

    Fixes #28 (fix reappearance of non-recurring requests)

    Downloads
  • 2.0 fa78e86de6

    v2 Stable

    danieljsummers released this 2019-09-03 00:01:26 +00:00 | 62 commits to main since this release

    App changes:

    • Move to Vue Material for UI components
    • Convert request cards to true material design cards, separating the "pray" button from the others and improved highlighting of the current request
    • Centralize Auth0 integration in one place; modify the Vuex store to rely on it entirely, and add a Vue mixin to make it accessible by any component

    API changes:

    • Change backing data store to RavenDB
    • Evolve domain models (using F# discriminated unions, and JSON converters for storage) to make invalid states unrepresentable
    • Incorporate the FunctionalCuid library
    • Create a functional pipeline for app configuration instead of chaining IWebHostBuilder calls

    Bug fixes:

    • Set showAfter to 0 for immediately recurring requests (#26)
    Downloads
  • 1.2.2 ce588b6a43

    v1.2.2 Stable

    danieljsummers released this 2019-07-13 00:34:26 +00:00 | 63 commits to main since this release

    Dependency update to pick up a new version of the lodash library after it received a security update

    Downloads
  • 1.2.1 57cd17c734

    v1.2.1 Stable

    danieljsummers released this 2019-07-07 12:08:42 +00:00 | 64 commits to main since this release

    v1.2 (the fix for #25) broke the "pray" button; this fixes that.

    Downloads
  • 1.2 42615dae82

    v1.2 Stable

    danieljsummers released this 2019-07-06 01:34:38 +00:00 | 65 commits to main since this release

    When updating a request, marking it "prayed", and changing the recurrence, the next show time in the journal was being calculated off the old value. This release fixes this. It also brings other dependencies up to date.

    Downloads
  • 1.1.1 68b650e31d

    v1.1.1 Stable

    danieljsummers released this 2019-06-01 01:29:57 +00:00 | 66 commits to main since this release

    Dependency update to resolve vulnerabilities

    Downloads
  • 1.1 d738321dc0

    v1.1 Stable

    danieljsummers released this 2019-02-23 19:59:32 +00:00 | 67 commits to main since this release

    • Updated .NET Core version to 2.2 (#23)
    • Switched to more streamlined JSON representation (#24)
    Downloads