Releases: bit-badger/jobs-jobs-jobs
v3.1.2
v3.1.1
This release includes support for configuring canonical domains at the application level. (When configured correctly, https://www.noagendacareers.com will now - once again - redirect to https://noagendacareers.com .)
v3.1
This release updates removes the concept of a "legacy" profile or listing; all v2 and earlier data that had not been claimed has been deleted. It also is the first release to be fielded as a Docker container.
(This release also includes dependency updates, including a use-PostgreSQL-as-a-document-database library.)
v3.0.2
v3.0.1
This release updates the dates on the help, privacy policy, and terms of service to the v3 release date of February 2nd, 2023. Also, some queries were adjusted to be more efficient.
v3
This release breaks the dependence on Mastodon accounts for authentication. It also brings updated options for constructing and allowing visibility of employment profiles. See the release announcement for more information.
v2.2.2
This is a minor release that partially addresses a few issues:
- Instances on the log on page can now be disabled; both ITM, Slaves! (#33) and Liberty Woof (#29) were disabled for different reasons
- The dependencies for both app and server were updated
There were also some technical changes, which should result in no observable changes from the user's perspective:
- Data access now uses the released RethinkDB F# driver (#34); this project has a much-improved reconnection story to recover from network hiccups
- There is now a FAKE build script with several targets; this script builds the front end and the back end, and can publish the entire project. (Others had asked how to build this project (#30); this script makes it quite straightforward.)