Releases: jamerst/JobHunt
JobHunt 1.4.2
Changelog
- Bug fixes
- Fix watched page changes being in the wrong order
- Fix added categories being persisted to other pages if the component is kept loaded
JobHunt 1.4.1
Changelog
- Bug fixes
- Fix company editing
- Fix company merging
- Fix "success" overlay disappearing too quickly
- Migrate to Vite dev server because CRA v5 is still broken
JobHunt 1.4.0
Changelog
- Add duplicate job detection
- Add "actual company" field to allow recording the actual company of a job posted by a recruiter
- Allow deleting jobs to remove them from searches entirely
- Significant front-end re-factor to improve efficiency and UX
This release requires database migrations. Use the attached migration script to perform the necessary changes.
Existing jobs will be automatically checked for duplicates upon the next search, but you can also force this manually by sending a GET
request to /api/refresh/findduplicates
.
JobHunt 1.3.5
Changelog
- Fix CSS whitelist excluding parents and children of matched elements
- Fix dates being shown as UTC instead of local
JobHunt 1.3.4
Changelog
- Fix error when diffing pages with URLs that start with "//"
- Fix "from £x" formatted salaries
- Reduce diffing false positives
JobHunt 1.3.3
Changelog:
- Fix CSS whitelist on watched pages not working
- Improve job and company location filtering
- Update packages
JobHunt 1.3.2
Changelog
- Improve diffing accuracy by ignoring all HTML attributes apart from
href
,src
andsrcset
. - Minor bug fixes
JobHunt 1.3.1-1
Changelog
- Multiple bug fixes
This release adds a new configuration option (CultureName
), you must update your docker-compose file to add it.
JobHunt 1.3.1
Changelog
- Add support for watched pages which require JavaScript (i.e. Single Page Applications without server-side rendering)
- Fix automated page screenshots not working
- Minor bug fixes and improvements
Note: this release requires database migrations. Use the attached script to perform the migrations from a 1.3.0 database.
This release also adds a new configuration option (Search__PageLoadWaitSeconds
), you will have to update your docker-compose file to add it.
JobHunt 1.3.0
Changelog
- Add page change tracking - view the changes made to watched pages over time
- Improve page change detection - switch to AngleSharp.Diffing
- Update packages
Note: this release requires database migrations. Use the attached script to perform the migrations.
This release also adds new configuration options, you will have to update your docker-compose file to add them.