Skip to content

Releases: CRBroughton/Forager

2.2.1 Pre-release

18 Jun 19:32
e116707
Compare
Choose a tag to compare
2.2.1 Pre-release Pre-release
Pre-release

I've done some work on integrating support for Discord OAuth2 login. As this is still a bit experimental, it's currently under a pre-release version of Forager, and may be removed in future versions.

2.2.0 Pre-release

25 Nov 09:14
0e929f5
Compare
Choose a tag to compare
2.2.0 Pre-release Pre-release
Pre-release

Feature Changes

  • Users can now receive native notifications via the Notifications API. Initial support for this feature will be to support notifications when a foragable is 'in season', using the months the user has selected in the Foragables menu. When an item(s) is in season, a notification will be presented to the user, informing them of this fact. Notification support is limited to desktop browsers that fully support the Notifications API, as well as Firefox Mobile.

Minor Changes

  • 1792f40: Users can now create custom colours for Foragables

Patch Changes

  • 0d2cdaa: Add support for linux arm and arm64
  • 0e929f5: Fix outline for expanded items in the popup
  • 4613076: Fix overflow issue when too many foragbles available in popup

2.1.1

21 Nov 18:03
3cfbd8f
Compare
Choose a tag to compare

Patch Changes

  • f03137f: Hide menu if users home location is not set.
  • f03137f: Fix docker volume binding.
  • 0c0e4e9: Failed authenticated refreshes will now log the user out.
  • a305ee1: Add GPLV2 license.

2.1.0

19 Nov 12:25
3fd2006
Compare
Choose a tag to compare

Minor Changes

  • 2f5dabb: Users can now create landmarks - Users are now able to create landmarks. This feature re-purposes the arbitrary item menu to allow users to add landmarks to the map. Landmarks, like items, can also be deleted.
  • a021252: move calendar month component to images menu - Previously, all added items of interest could not have their calendar months customised. You can now customise items 'startMonth' and 'endMonth' months, the months you can expect to find this item in the wild. Any existing items you have will need to be manually edited.

Patch Changes

  • 68ed2d7: Include Docker deployment options - Forager can now be deployed with a Docker image
  • bb3202a: Create loading screen on application login
  • ad34d82: Add migration for default services, canCreateAccounts now defaults to true
  • c03d753: Create user and item seeder

2.0.0

13 Nov 18:34
bb537a9
Compare
Choose a tag to compare

Major Changes

  • Move environment settings to user account
    • Users will now have to provide thier own Mapbox API keys on account creation (this is a breaking change).
    • Users will now have to ensure the appropriate Pocketbase server URL is set on first launch to properly communicate with the server.