Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [1.3.0](https://github.com/hackutd/harp/compare/v1.2.0...v1.3.0) (2026-03-04)


### Features

* add "other" scan category and enforce single check_in type ([5e6e26a](https://github.com/hackutd/harp/commit/5e6e26a927f434ee29cce861fe174560489008a9))
* add search input to all applicants page ([e6a0f58](https://github.com/hackutd/harp/commit/e6a0f588d288a3af9c422b54e22038c7d8083938))
* generate email csv for sendgrid ([3eefd6e](https://github.com/hackutd/harp/commit/3eefd6e26cef9e7060298eb68450f881f9f41787))
* merge ai percent on apps ([b58408b](https://github.com/hackutd/harp/commit/b58408b03103ccac8416ede342357ebfebded4b4))
* new super admin pages ([568d1af](https://github.com/hackutd/harp/commit/568d1af8e2885e89da1c2a508ae27f59d04b137a))
* remove email qr code email + handler ([e920646](https://github.com/hackutd/harp/commit/e920646ae974826c8f2339e4f087aec0a20144aa))
* **sidebar:** add super admin section to admin sidebar ([55267bf](https://github.com/hackutd/harp/commit/55267bf468a29169d056e0ec3ad4fa2826eed426))
* **ui:** application config page for super admins ([935acec](https://github.com/hackutd/harp/commit/935acec565a53e6499955a082f82680bdc9e7a01))
* **ui:** placeholder instead of spinner loading ([3deeff1](https://github.com/hackutd/harp/commit/3deeff174b14323b8782efb523832792bde04068))
* **ui:** super admin scan types crud ([5cb0807](https://github.com/hackutd/harp/commit/5cb080721cb250f19bd3c9d9f20744489da3c631))
* **ui:** superadmin final reviews page ([096ac67](https://github.com/hackutd/harp/commit/096ac6769d4e2557104fb5b2252b3ed078eafeb4))
* **web:** add admin scans page with QR code scanning ([cd24bb6](https://github.com/hackutd/harp/commit/cd24bb6dc84d61ceb55810d94372faca08f868e0))
* **web:** crud scan types for super admin ([3613084](https://github.com/hackutd/harp/commit/36130843a4ce9004eca0527cb9897aa7f39de41c))
* **web:** explicity turn off camera when not on scanning ([ff7664b](https://github.com/hackutd/harp/commit/ff7664b37da8dd467d4e9e860679609063b1c385))
* **web:** mobile friendly ([f98845b](https://github.com/hackutd/harp/commit/f98845bb71d2861cbbfcf1d5ff6348c6a6872580))


### Bug Fixes

* change qr code scanner to one that is supported by safari ([fa8d90f](https://github.com/hackutd/harp/commit/fa8d90f61ca282c627b2eec5d50d7945cfd82710))
* ci check ([1348833](https://github.com/hackutd/harp/commit/13488336da6c86fb3ae155b3c3d54d846ff83f5f))
* prevent full page re-render on applicant search ([75b8807](https://github.com/hackutd/harp/commit/75b88071029601e74f721c0e0bf9a94f17dc7288))
* remove required sendgrid api key ([7e888c7](https://github.com/hackutd/harp/commit/7e888c79e109a1af98f03acb40ac30b856612bb7))
* resolve minimatch high severity vulnerability ([927964c](https://github.com/hackutd/harp/commit/927964c76c97087d437faf5a52f926f17ec66e3c))
* **ui:** duplicate requests ([d8330ce](https://github.com/hackutd/harp/commit/d8330ce99489c332574f4807e97a9b4b0771d887))
* **ui:** remove duplicate API calls when toggling status filters ([3f5de97](https://github.com/hackutd/harp/commit/3f5de97540cecc1cdef4b15aa7bc2c3ee8023adc))
* update percentage -> percent migration ([133d9e2](https://github.com/hackutd/harp/commit/133d9e2b753b8ada486b248b3bcdd384dc688f03))

## [1.2.0](https://github.com/hackutd/harp/compare/v1.1.1...v1.2.0) (2026-02-25)


Expand Down