v0.1
Basic working version
v0.2.0
Onboarding
v0.2.1
Bug fixes
v0.3.0
Generalize the app — remove VWCE-specific copy, make price tracking opt-in
v0.4.0
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
Cleanup after the v0.4.0 release. Small fixes and CI tidying found once the release was actually cut.