• v0.1

    100%
    0 Open
    7 Closed
    Updated 2026-02-08 01:43:49 +01:00
    Closed 2025-07-17 18:16:33 +02:00

    Basic working version

  • v0.2.0

    100%
    0 Open
    3 Closed
    Updated 2026-02-08 01:43:49 +01:00
    Closed 2025-08-02 01:30:52 +02:00

    Onboarding

  • v0.2.1

    0%
    0 Open
    0 Closed
    Updated 2026-08-15 13:44:34 +02:00
    Closed 2026-08-15 13:44:34 +02:00

    Bug fixes

  • v0.3.0

    100%
    0 Open
    22 Closed
    Updated 2026-05-10 01:01:48 +02:00
    Closed 2026-05-10 01:01:22 +02:00

    Generalize the app — remove VWCE-specific copy, make price tracking opt-in

  • v0.4.0

    100%
    0 Open
    18 Closed
    Updated 2026-08-16 13:17:43 +02:00
    Closed 2026-08-16 13:17:43 +02:00

    Radical simplification. incr becomes what it says on the tin: a counter you click to increment, with a dialog to set a larger number directly.

    Strips the asset/price-tracking, ledger, milestone and fake-user subsystems inherited from the VWCE-share origins, then swaps React/Inertia for Blade + Livewire 4 to match ffr. Also closes the tooling gaps against ffr: PHPStan, a prebuilt CI image, and removal of stale GitHub/Jenkins CI config.

    Sequencing is deliberate: delete on React first, migrate second, tighten tooling last. Porting or analysing code we intend to delete is wasted work.

    Original v0.4.0 scope (price tracking) was closed as won't-fix — #38, #35 and #17 all built or fixed subsystems this milestone removes.

    Target end state: one count integer, one Livewire component, one Blade view.

  • v0.4.1

    100%
    0 Open
    5 Closed
    Updated 2026-08-16 13:57:51 +02:00
    Closed 2026-08-16 13:57:51 +02:00

    Cleanup after the v0.4.0 release. Small fixes and CI tidying found once the release was actually cut.