Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.0"
".": "1.7.0"
}
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,45 @@ Format follows [Keep a Changelog](https://keepachangelog.com). Categories: **Add

---

## [1.7.0](https://github.com/reqcore-inc/reqcore/compare/v1.6.0...v1.7.0) (2026-08-17)


### ✨ Features

* Add ApplicationDetail and ApplicationsList components ([54311af](https://github.com/reqcore-inc/reqcore/commit/54311af2695229786f04196b46c4401dfe0323ee))
* Add bulk candidate import and email forwarding infrastructure ([e8fe51a](https://github.com/reqcore-inc/reqcore/commit/e8fe51aa193432742d2ca0b995c1279748cc066a))
* Add recruiter notification engine ([cb20514](https://github.com/reqcore-inc/reqcore/commit/cb20514be8c01fc96c51569eed9354602364da21))
* application auto rules ([73a5516](https://github.com/reqcore-inc/reqcore/commit/73a551682980c35ac4e0059c54e2b72539c8af59))
* Create a candidate by dropping in their CV ([cb5352a](https://github.com/reqcore-inc/reqcore/commit/cb5352ad1940d78cb3efd0580fd104f22419e449))
* dashboard needs-attention counts and lifecycle activation emails ([006d9fb](https://github.com/reqcore-inc/reqcore/commit/006d9fbbc8900960fdd0ad646ddba43caa9991bd))
* **dashboard:** surface what actually needs attention ([17f6068](https://github.com/reqcore-inc/reqcore/commit/17f6068dd876a56f11a4e7eb1542ec2d93fa91eb))
* Implement AI screening question and rule generation ([1f3a0fb](https://github.com/reqcore-inc/reqcore/commit/1f3a0fb41cd42963593e84d380a1236ddb2f2bb4))
* Implement Chatbot and Model Selection ([0b111b2](https://github.com/reqcore-inc/reqcore/commit/0b111b2cd9213ef19e5f48f0864b7eaa40a1faff))
* Improve UI navigation and interaction ([63a2968](https://github.com/reqcore-inc/reqcore/commit/63a2968ac3c7cb014d65d448effa9d32c59521a7))
* job distribution ([8539161](https://github.com/reqcore-inc/reqcore/commit/853916154ca36bb777cce07594a6b3bac64fa11f))
* **lifecycle:** emit activation-funnel events to Resend Automations ([2c35b1b](https://github.com/reqcore-inc/reqcore/commit/2c35b1b2de0e4165e594218673c74e13f4cdef3c))
* Prevent full-page loading state during background refetch ([a648803](https://github.com/reqcore-inc/reqcore/commit/a648803fad686d7020127c3c0dcc52d6c9074bcf))
* Refactor email verification and onboarding survey UI ([594fb80](https://github.com/reqcore-inc/reqcore/commit/594fb8038cb562fd6d1db2dfd5fab026e40147a0))
* Track application read receipts per user ([0122023](https://github.com/reqcore-inc/reqcore/commit/0122023e05e3591dab02509931a2753a8927238b))


### 🐛 Bug Fixes

* Accept candidate replies from prior conversation addresses and Railway PR deployment ([b43caaf](https://github.com/reqcore-inc/reqcore/commit/b43caafb96877d5fce141ce91e03e630660b659d))
* Allow skipping interview scheduling in sidebar ([2c2b894](https://github.com/reqcore-inc/reqcore/commit/2c2b89479287fe4cc86af7385507ddd2030c74c2))
* **deps:** pin brace-expansion and postcss to patched versions ([d510662](https://github.com/reqcore-inc/reqcore/commit/d510662e5358a186ce2857a9e4840f4e0f17af30))
* Improve application submission and stability ([b42d243](https://github.com/reqcore-inc/reqcore/commit/b42d2431c2ba472369d552d55f49bdcdc0f7407b))
* keep application read receipts out of the demo org ([5b73a85](https://github.com/reqcore-inc/reqcore/commit/5b73a85243eb540224c4c978de78b930955869f7))
* resolve typecheck errors in sample job form and share copy ([a8ba401](https://github.com/reqcore-inc/reqcore/commit/a8ba4013342c4ef512f36bdf16dbcbeb8f48e355))
* ship the pdfjs worker so PDF CVs can be read in production ([2d970e4](https://github.com/reqcore-inc/reqcore/commit/2d970e468b0a90156e1f802232c11272b59082b7))
* ship the pdfjs worker so PDF CVs can be read in production ([430a844](https://github.com/reqcore-inc/reqcore/commit/430a8449b471d7ac1ff3ceee7fbdb933a51e6cf3))


### 🏗️ Build & CI

* copy .npmrc into the Docker build stage ([185025f](https://github.com/reqcore-inc/reqcore/commit/185025f1b0eb9ef71048f08edc60cf7b55fd9497))
* pin peer-dependency resolution mode in the repo npmrc ([525944d](https://github.com/reqcore-inc/reqcore/commit/525944da40ff5ca4eaec0b25e083d306328f9ac4))

## [1.6.0](https://github.com/reqcore-inc/reqcore/compare/v1.5.0...v1.6.0) (2026-07-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reqcore",
"version": "1.6.0",
"version": "1.7.0",
"type": "module",
"license": "AGPL-3.0-only",
"repository": {
Expand Down
Loading