Skip to content

Releases: seanmorley15/AdventureLog

AdventureLog v0.6.0

24 Aug 20:31
030cacf
Compare
Choose a tag to compare

What's New

  • New GitHub workflows for multi-arch image generation
  • New docker-compose file with Traefik support
  • New adventure creation and edit modal with multiple image support
  • Adds support for end dates to adventures
  • Make images open in a display larger on click
  • New transportation display card
  • Add new regions to world travel
  • Makes the world travel data auto seed on startup
  • Migrates to PostGIS database (update docker-compose with correct database image if already using the app)
  • Adventures can now auto mark supported regions if they are located in one. This process can also be manually triggered in settings.
  • Many bugs have been fixes - thanks!

Contributors

Keep on exploring!

Full Changelog: v0.5.2...v0.6.0

AdventureLog v0.5.2

17 Aug 13:01
06cd6a6
Compare
Choose a tag to compare

Hi everyone!
Thanks so much for your support for AdventureLog over the past few days. AdventureLog is my first ever development project and I learned how to code to in order to build AdventureLog, for this reason there are some quirks that I have been working out along the way. These past few days have taught me a lot too! Sorry for the confusing setup process and thanks for being patient. Streamlining the setup is definitely a priority of mine. This update contains lots of bug fixes brought to my attention by the community.

What's New

  • Fixed issues with user changing email and not being able to sign in again
  • Added a consistent date format in all parts of the app
  • Fixed many deployment issues
  • Fixed duplicate visited regions from being added
  • Added option to disable registration
  • Many other small things!

What's Next:

  • New create adventure modal
  • Ability to upload multiple images to an adventure and view them with a carousel
  • ARM Image
  • Start/end dates for adventures
  • (lots more not mentioned here!)

Resources:

Keep on adventuring and stay tuned for more!

AdventureLog v0.5.1

11 Aug 17:49
0a6a401
Compare
Choose a tag to compare

This update fixes a few smaller bugs present in the last release. It also introduces a schema change for all adventures and users. UUIDs are now the primary keys and are used to share Adventures.

Keep on exploring!

AdventureLog v0.5.0

06 Aug 13:14
5288439
Compare
Choose a tag to compare

Note: This is the first stable release of AdventureLog. 🥳

What's New

  • Collections now have more options like lodging, restaurants, notes, and checklists. These can be sorted by date in a day by day itinerary.
  • Searching is now quicker due to migration from form actions to a server load function.
  • Filtering adventures is easier than ever and pages save between navigation.
  • Password reset emails can now be configured and contain a link to reset the password via the frontend.
  • You can now filter your searches for a specific property.

Thanks for using AdventureLog!
More is always in development!

AdventureLog v0.4.1

19 Jul 15:07
7c33b9e
Compare
Choose a tag to compare

What's Changed

  • Collections: a new way to organize and share adventures.
  • New searching and sorting layouts.
  • Location search for adventures
  • Image and description search.
  • New activity types features

Full Changelog: v0.4.0...v0.4.1

AdventureLog v0.4.0

09 Jul 14:26
94159d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

AdventureLog v0.3.1

08 Jul 15:30
28a5d42
Compare
Choose a tag to compare

Notice: This is the last release of AdventureLog with a SvelteKit Backend. All future releases will use a monorepo structure with a Django backend API server.

AdventureLog v0.3.0

12 Jun 20:12
Compare
Choose a tag to compare

What's Changed

  • Important: AdventureLog now uses a S3 backend and is required for functionality in this release and future releases. MinIO is included with the docker compose file but other S3 backends like Supabase S3 (which is free) can be used as well.
  • Images are now included in all adventure cards and the whole adventure card layout adapts to the screen size.
  • Unsplash seems to be discontinuing their random image service so new background images can be uploaded via admin settings or can be uploaded to the backgrounds bucket via your S3 provider.
  • Profile images are now included and can be set per user in their settings.
  • Search functionality now works and results can be filtered based on multiple factors.
  • New regions have been added to world travel.
  • Added error handling to more forms
  • Many bugs fixed

Coming Soon

  • Image upload for adventures
  • Sorting for adventures by name, visit date, etc...

Full Changelog: v0.2.0...v0.3.0

AdventureLog v0.2.0

16 May 12:41
a7be733
Compare
Choose a tag to compare

What's Changed

  • Trip planing feature → create trips and add adventures to the trip
  • New modern homepage
  • Mobile friendly navbar
  • Ability to mark planned adventures as complete and move to mylog
  • New add buttons in the bottom right
  • More stats available on admin page

Bug Fixes

  • Fixed profile icon not changing
  • Removed unused code and components

Developed By

New Contributors

Full Changelog: v0.1.7-alpha...v0.2.0

AdventureLog v0.1.7-alpha

05 May 21:39
bda7951
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6-alpha...v0.1.7-alpha