Releases: jamerst/JobHunt
Releases · jamerst/JobHunt
JobHunt 1.6.0
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
Changelog:
- Fix error when Indeed has duplicate tags
- Make company name matching case-insensitive
JobHunt 1.5.2
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".
- You can re-fetch the missing data by sending a request to
- Automatically create alternate name when merging companies
JobHunt 1.5.1
Changelog
- Fix page change highlighting
JobHunt 1.5.0
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
Changelog
- Add additional logging to attempt to debug a persistent issue with a DbCommand error when creating page changes
JobHunt 1.4.6
Changelog
- Fix alert URL for page changes
JobHunt 1.4.5
Changelog:
- Fix bug which allowed creating duplicate categories
- Attempt to fix issue with screenshots throwing NRE
JobHunt 1.4.4
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
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.