mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 15:29:36 +02:00
Migration to new documentation and information site
This commit is contained in:
parent
8e5a20ec62
commit
17d8784d8c
59 changed files with 1967 additions and 11276 deletions
50
documentation/docs/changelogs/v0-7-0.md
Normal file
50
documentation/docs/changelogs/v0-7-0.md
Normal file
|
@ -0,0 +1,50 @@
|
|||
# AdventureLog v0.7.0
|
||||
|
||||
Released 10-15-2024
|
||||
|
||||
Hi everyone! I am super excited to announce AdventureLog v0.7.0! This is one of the biggest updates I have ever released and I am super happy its finally ready for all of you to enjoy. The majority of this update is based around community feedback and ideas which is awesome!
|
||||
|
||||
# What's New
|
||||
|
||||
### Adventures 📍
|
||||
|
||||
- Adventures can now be visited multiple times by adding a new visit.
|
||||
- Existing adventure dates will be automatically migrated to this new format
|
||||
- Adventures now use categories for organization.
|
||||
- A new adventure creation/edit modal simplifies the process and has a cleaner overall design with dropdown menus.
|
||||
|
||||
### Collections 🍱
|
||||
|
||||
- **Collections can now be shared with other public users for collaboration!**
|
||||
- Collections now have a link field so you can attach things like photo albums right to your collection.
|
||||
|
||||
### World Travel 🗺️
|
||||
|
||||
- The World Travel dataset now includes **every ISO defined country and region**. It is based off of a new dataset [dr5hn/countries-states-cities-database](https://github.com/dr5hn/countries-states-cities-database). Searching for countries is now supported. Capitals and world regions are now listed on the country card.
|
||||
|
||||
### Profiles 👥
|
||||
|
||||
- Users can now toggle their profile to be public. This allows other users to share collections with them for collaboration.
|
||||
|
||||
### Bug Fixes 🐛
|
||||
|
||||
- Fixed bug where collection dates during daylight savings time would cause errors in date placement
|
||||
- Fixed login issue with usernames of different cases
|
||||
|
||||
### Other
|
||||
|
||||
- New logo for AdventureLog! Thanks @redtechtiger!
|
||||
- Releases now include a multi-arch image like pushes to main
|
||||
- Docker compose file now has more comments for clarity
|
||||
- New Aesthetic Dark theme (its my favorite by far)
|
||||
|
||||
# Sponsorship 💖
|
||||
|
||||
[](https://www.buymeacoffee.com/seanmorley15)
|
||||
As a computer science student, I pour my free time into developing and enhancing AdventureLog, driven by my passion for this project and its potential to make adventure planning easier for everyone. Your support, no matter the amount, means the world to me. It shows that you believe in the project and its future. I’m excited to announce that I’ve launched my page on Buy Me A Coffee—check it out!
|
||||
|
||||
Hope you all enjoy!
|
||||
Feel free to join the release discussion below to share feedback and ideas or anything else related to this update!
|
||||
|
||||
Happy travels,
|
||||
Sean @seanmorley15
|
59
documentation/docs/changelogs/v0-7-1.md
Normal file
59
documentation/docs/changelogs/v0-7-1.md
Normal file
|
@ -0,0 +1,59 @@
|
|||
# AdventureLog v0.7.1
|
||||
|
||||
Released 11-13-2024
|
||||
|
||||
Hi everyone! I am super excited to announce the release of AdventureLog v0.7.1. This update includes a lot of improvements that make using AdventureLog more enjoyable and accessible. This update is largely community driven as it addresses more than 10 enhancement requests (thanks everyone!).
|
||||
|
||||
# What's New ✨
|
||||
|
||||
### Docker Compose Change 🐋
|
||||
|
||||
> [!IMPORTANT]
|
||||
> _While the app will still function normally without these changes_, they are recommended for the best support and stability
|
||||
> The **migration guide** can be found here: https://docs.adventurelog.app/docs/Guides/nginx_migration
|
||||
|
||||
- Migrated nginx inside of server container for easier deployment, removed external nginx requirement
|
||||
- App now uses gunicorn for better performance at scale
|
||||
|
||||
### Adventures 📍
|
||||
|
||||
- Adventures can now be sorted by visit status (visited or planned) on the adventures screen.
|
||||
- The Adventure create/edit modal now supports reverse geocoding locations. This means that for most places, the location field will be auto filled when you click on the map. It now has a popup of the associated world travel region and allows you to mark the region as visited if its not already. This makes it easier to track your world region visits!
|
||||
- The adventure map now shows previews of images and has the emoji of the category on the map pin!
|
||||
- In settings, you can perform a visited region check. This will scan all of your visited adventures and mark the associated world travel region as visited if its detected in the adventure. This serves as a bulk operation for for existing adventures.
|
||||
|
||||
### World Travel 🗺️
|
||||
|
||||
- World travel regions can now be sorted by world regions and visit status. The statuses are fully visited, partially visited, and not visited.
|
||||
|
||||
### Bug Fixes 🐛
|
||||
|
||||
- Fixed a bug where sorting by date would return to home screen
|
||||
|
||||
### Localization 🌐
|
||||
|
||||
- Migrated app to a localization framework
|
||||
- Added toggle for languages on the `...` menu in the top right.
|
||||
- **Supported Languages**: English, Spanish, French, German, Italian, Chinese, Dutch, Swedish
|
||||
|
||||
### Other
|
||||
|
||||
- New login and signup screen featuring adventures from community members (submitted in discord server).
|
||||
|
||||
## What's Next ⏭️
|
||||
|
||||
- Custom categories for adventures
|
||||
- Ability to link adventures to multiple collections
|
||||
- MFA and ODIC auth
|
||||
- Immich integration
|
||||
|
||||
# Sponsorship 💖
|
||||
|
||||
[](https://www.buymeacoffee.com/seanmorley15)
|
||||
As a computer science student, I pour my free time into developing and enhancing AdventureLog, driven by my passion for this project and its potential to make adventure planning easier for everyone. Your support, no matter the amount, means the world to me. It shows that you believe in the project and its future. I’m excited to announce that I’ve launched my page on Buy Me A Coffee—check it out!
|
||||
|
||||
Hope you all enjoy!
|
||||
Feel free to join the release discussion below to share feedback and ideas or anything else related to this update!
|
||||
|
||||
Happy travels,
|
||||
Sean @seanmorley15
|
Loading…
Add table
Add a link
Reference in a new issue