Skip to content

Releases: DiegoGuidaF/pulseweaver-heartbeat-client

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:15

[1.3.0] - 2026-06-30

Documentation

  • Remove patterns.md; conventions live in the private workspace (89d166c)
  • Align pairing terminology and fix server doc links (9cd1a45)
  • Rework client docs per approachability review (0ef3e62)
  • Clarify pairing-claim and key-storage wording (5050aff)

Features

  • Do not require background permission but guide user on setting it so we can more easily request play store deployment (44872b6)
  • Make pairing-code input more resilient to user issues: Allow only expected characters (do not allow spaces nor line jumps amongst many others), allow easy clipboard paste and improve user feedback with specific error codes (8735650)

Miscellaneous

  • (deps) Bump gradle-wrapper in the gradle-minor-patch group (#25) (e0c50bb)
  • (deps) Bump the gradle-minor-patch group with 8 updates (#26) (7a4958f)
  • Improve theming and fix desktop app theming issues. Add tests to automatically generate desktop-mode screenshots for documentation (e5a628a)

Refactor

  • Rename app to PulseWeaver Companion; restructure client docs (4cc3778)

Build artifacts are being assembled and will appear below within ~15 minutes.

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 19 Jun 14:05

[1.2.3] - 2026-06-19

Miscellaneous

  • (ci) Reduce artifact storage usage by uploading the assets directly to the release (9d3fd99)

Build artifacts are being assembled and will appear below within ~15 minutes.

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 17:20

[1.2.2] - 2026-06-18

Bug Fixes

  • (ci) Manually set github repo for artifact upload since the folder where this action is run is not part of the repo (bee98b3)

Features

  • (android) Scan QR pairing code on setup (1ae6224)
  • (android): Improve android background process handling the heartbeat. Now it should properly run each heartbeat even when on background and after restart (645a91e4)

Build artifacts are being assembled and will appear below within ~15 minutes.

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 12 Jun 09:28

[1.2.1] - 2026-06-12

Bug Fixes

  • Replace alpha version of material3 with one from compose dependency (b65dffd)
  • (android) Use white adaptive icon background (0321b20)
  • (android) Switch adaptive icon to dark-variant mark for white background (c9d4709)

Features

  • (android) Improvements to background process handling periodic heartbeat
  • (ui) HexBolt BrandMark, AppColors, monochrome icon, themed system bars (ee41501)
  • Limit heartbeat minimum to 15minutes since less than that is too quick, keep it simple.

Miscellaneous

  • Apply formatting via KTLint (db23a3d)
  • Remove deprecated option from gradle options and place it on appropiate android gradle (d8769e0)
  • Remove unneeded documentation from repo (b4a7d64)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 21:17

[1.2.0] - 2026-06-02

Features

Miscellaneous

  • (ci) On release ensure first thing is creating the actual release page, then create artifacts. Only tests must pass, added to the make release command. (edf0e6a)
  • (ci) Release - Improve process and properly relegate changelog to manual review and then pipeline for image generation (42dd7d1)
  • Improve background process handling by ensuring it is started on boot as well as on app update (6b64858)
  • Update commit msg script (912282d)
  • Update device pairing endpoint to the new "device-pair" (c0ce080)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Apr 14:28

[1.1.1] - 2026-04-17

Bug Fixes

  • (ci) CHANGELOG generation happens locally so that release pipeline doesn't run into issues when generating the CHANGELOG and committing it. Pros: Now changelog can be reviewed and editted locally. Tag not has updated changelog already there. Pipeline is simpler (0af6bc3)

Miscellaneous

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 02 Apr 15:54

[1.0.3] - 2026-04-02

Bug Fixes

  • Remember last heartbeat data even on background and show it on focus (78ebe61)

Features

  • Collapse the connection info (server and api) so its not so prominent and more difficult to change by mistake (4ea888e)

Miscellaneous

  • Do not send heartbeat on app foreground focus. (6362f98)
  • (android) Do not fire heartbeat on app init via networkmonitor listener. (9afa072)
  • Improve theme colors light/dark (af325ec)
  • (ai) Add basic app documentation (49686b5)
  • (ci) Improve and better segregate workflows (45fbdaa)