Skip to content

Releases: jamerst/JobHunt

JobHunt 1.4.2

22 Aug 20:24
76dbf29
Compare
Choose a tag to compare

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

18 Aug 20:09
cb65dc9
Compare
Choose a tag to compare

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

15 Aug 21:16
34de533
Compare
Choose a tag to compare

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

12 Jun 15:02
2d6e28c
Compare
Choose a tag to compare

Changelog

  • Fix CSS whitelist excluding parents and children of matched elements
  • Fix dates being shown as UTC instead of local

JobHunt 1.3.4

12 Jun 15:01
5c38c94
Compare
Choose a tag to compare

Changelog

  • Fix error when diffing pages with URLs that start with "//"
  • Fix "from £x" formatted salaries
  • Reduce diffing false positives

JobHunt 1.3.3

07 May 17:14
c7eaa2c
Compare
Choose a tag to compare

Changelog:

  • Fix CSS whitelist on watched pages not working
  • Improve job and company location filtering
  • Update packages

JobHunt 1.3.2

08 Apr 20:48
f0ddb37
Compare
Choose a tag to compare

Changelog

  • Improve diffing accuracy by ignoring all HTML attributes apart from href, src and srcset.
  • Minor bug fixes

JobHunt 1.3.1-1

05 Apr 20:25
593129d
Compare
Choose a tag to compare

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

04 Apr 20:57
f9c31d0
Compare
Choose a tag to compare

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

03 Apr 15:38
f9c6676
Compare
Choose a tag to compare

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.