Skip to content

Releases: pawan67/lift

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 09:20

Features

  • reorder folders and routines on the Workout tab (4edd3da)
  • redesign the routine editor (84b3acd)
  • match imported names to the catalog (0fe75cd)
  • accordion the active workout and align set columns (d56e6b0)

Fixes

  • reword the import history caption for lint (eb320fb)
  • answer complete-set from a store subscribe (229ccfb)
  • stop accordion rows overlapping on expand (c563c76)
  • stop writing the lift-unit ref during render (e61ef41)

v0.18.1

Choose a tag to compare

@github-actions github-actions released this 29 Aug 18:11

Features

  • rebuild the landing page (1e5c9d5)

Fixes

  • let one unstorable row defer instead of killing the pull (bde9cc7)

Internal

  • chore: retake the screenshots across all eight palettes (0023261)

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 17:41

Features

  • make the exercise search fast, ordered and stable (48dbdda)

Fixes

  • restore the 6,108 catalog rows e82c1f1 dropped (9f6abd5)
  • let the import tests agree with the duration estimate (cb25ba8)

v0.17.3

Choose a tag to compare

@github-actions github-actions released this 29 Aug 16:00

Features

  • add import to the empty workout tab (f35cbf8)
  • offer routines from named CSV sessions after import (8e48a53)

Fixes

  • ship the modules the home and history screens import (6857094)

v0.17.2

Choose a tag to compare

@github-actions github-actions released this 29 Aug 15:41

Features

  • colour the lists, tiles and charts by what they are (eaf0fc7)
  • give every palette six colours for categories (4885576)

Fixes

  • stop the tab bar clipping the resume icon (bcb2a8f)

v0.17.1

Choose a tag to compare

@github-actions github-actions released this 29 Aug 11:59

Fixes

  • stop parse.ts reading as a binary file (bd00e00)
  • match the homepage tiles to the app's own cards (4dd41a4)

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 11:42

Features

  • share a routine or a workout with a friend (a0681f5)
  • redesign homepage layout into modular widget grid (3c702c4)
  • add brand logos for third-party imports (31fcc50)
  • add Strong to import options and estimate duration (1f7bddc)

Fixes

  • rebuild the homepage widget grid on real data (a4974cc)
  • add the brand logos the import guides already require (0fd137c)
  • duplicate declaration of latest in bodyweight widget (d168572)
  • layout structure and flex issues on homepage widgets (0b814d9)
  • typecheck issues and make bodyweight widget interactive (6285463)

v0.16.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 09:41

Full Changelog: v0.16.0...v0.16.1

v0.15.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 11:31

Fixes

  • mobile: ask for an alarm the phone will keep, and stop promising a beep it cannot (cc81565)

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 10:53

Features

  • shared: read months and set types in 21 languages, not just English (b80b073)
  • api: declare the parent keys, emit missing_parent, and bound the ledgers (31b62a4)
  • mobile: prescribe time and distance in a routine, and save a session as one (6be5b95)
  • mobile: let a human enter the RPE the rest of the app already reads (996e1d2)
  • mobile: search the history instead of scrolling it (bba32b7)
  • mobile: build the warm-up ramp from the plates that are actually on the rack (735bda0)
  • mobile: catch a render throw instead of letting it close the app (d74758f)

Fixes

  • mobile: ring the bell the phone is sitting on, and hush the pocket beeps (0eb88e1)
  • mobile: measure the six palettes nobody had measured, and cap font scaling (41b75b2)
  • shared: load a weight the plate solver built itself (32ab6be)
  • mobile: retire a batch the server cannot read, instead of pushing it forever (3ef214b)
  • api: apply each mutation in its own savepoint, and bound the clocks it trusts (3bae302)

Internal

  • ci: pin every action, cut versions from one command, and guard the things that fail quietly (61cc0e6)
  • docs: record what stands between this and a production release (2fdcaee)
  • ci: gate a push on typecheck, lint and the sync suite, and add a way back (1982c7f)