Skip to content

Releases: jamerst/JobHunt

JobHunt 1.6.0

20 Mar 21:00
20141e2
Compare
Choose a tag to compare

Changelog:

  • Add field for recording if job is remote
  • Fix error when saving search
  • Use display name of employer for Indeed as primary

This release requires database migrations. Use the attached migration script to perform the necessary changes.

JobHunt 1.5.3

30 Oct 20:43
dfd1999
Compare
Choose a tag to compare

Changelog:

  • Fix error when Indeed has duplicate tags
  • Make company name matching case-insensitive

JobHunt 1.5.2

15 Apr 10:31
7c12ec3
Compare
Choose a tag to compare

Changelog:

  • Fix Indeed salary data not being stored
    • You can re-fetch the missing data by sending a request to /api/refresh/getmissingsalaries?country=[country], where [country] is the country code for your country, e.g. "GB".
  • Automatically create alternate name when merging companies

JobHunt 1.5.1

08 Mar 20:42
998ae56
Compare
Choose a tag to compare

Changelog

  • Fix page change highlighting

JobHunt 1.5.0

08 Feb 22:32
684dd08
Compare
Choose a tag to compare

Changelog

  • Switch to GraphQL for job searching - publisher API is no longer reliable
  • Update to .NET 7.0
  • Update packages
  • Fix date filters not working

v1.4.7-debug

30 Oct 19:51
8896ef7
Compare
Choose a tag to compare
v1.4.7-debug Pre-release
Pre-release

Changelog

  • Add additional logging to attempt to debug a persistent issue with a DbCommand error when creating page changes

JobHunt 1.4.6

30 Oct 19:50
fe2f72d
Compare
Choose a tag to compare

Changelog

  • Fix alert URL for page changes

JobHunt 1.4.5

16 Oct 16:37
eed1453
Compare
Choose a tag to compare

Changelog:

  • Fix bug which allowed creating duplicate categories
  • Attempt to fix issue with screenshots throwing NRE

JobHunt 1.4.4

25 Sep 15:35
10f67a1
Compare
Choose a tag to compare

Changelog

  • Bug fixes:
    • Fix CSS blacklist not applying to children of whitelisted elements
    • Fix keyboard shortcuts not working on number fields
  • Denote estimated Indeed salaries as estimated
  • Update packages

JobHunt 1.4.3

31 Aug 21:34
8e89b26
Compare
Choose a tag to compare

Changelog

  • Add Indeed GraphQL API integration
    • Alternative source for salary data due to previous source becoming unreliable
    • Appears to provide salary data for jobs which don't publicly advertise salary
    • Allows for automatic job categorisation - Indeed "tags" jobs with keywords internally which are exposed through the API
  • Fix incorrect redirect to job after creating company

To use the new GraphQL API you will need to enable it and provide an API key. See the README for instructions.