Rename AdventureLog to Voyage and add fork attribution
- Replace all AdventureLog references with Voyage across ~102 files (7 case variants: AdventureLog, adventurelog, Adventurelog, ADVENTURELOG, AdventUrelog, AdventureLOG, adventure-log, adventure_log) - Rename brand, static, and documentation assets to use voyage naming - Rename install_adventurelog.sh → install_voyage.sh - Update README.md and voyage_overview.md to credit AdventureLog as the upstream project and Sean Morley as its original creator
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# AdventureLog: Development Timeline & Origin Story
|
||||
# Voyage: Development Timeline & Origin Story
|
||||
|
||||
By: Sean Morley, Founder & Lead Developer
|
||||
|
||||
This is the timeline of **how AdventureLog came to be, how it kept surviving my terrible early design choices, and how it slowly learned to be useful**. I wrote this as a detailed, phase-by-phase story so contributors, users, and future-me can see what decisions were made, why, and what problems we hit (and fixed) along the way.
|
||||
This is the timeline of **how Voyage came to be, how it kept surviving my terrible early design choices, and how it slowly learned to be useful**. I wrote this as a detailed, phase-by-phase story so contributors, users, and future-me can see what decisions were made, why, and what problems we hit (and fixed) along the way.
|
||||
|
||||
> TL;DR: started as _NextVenture_, learned web dev the hard way, resurrected as _AdventureLog_, switched stacks twice, survived an chaotic Reddit launch, grew through community requests, and today the project is very much alive.
|
||||
> TL;DR: started as _NextVenture_, learned web dev the hard way, resurrected as _Voyage_, switched stacks twice, survived an chaotic Reddit launch, grew through community requests, and today the project is very much alive.
|
||||
|
||||
## Quick roadmap
|
||||
|
||||
- **Phase 0 — Ideation & Prototyping:** March 2023 → July 2023
|
||||
The seed. Lots of learning, lots of scrapped prototypes.
|
||||
- **Phase 1 — AdventureLog, SvelteKit roots:** March 2024 → July 2024
|
||||
- **Phase 1 — Voyage, SvelteKit roots:** March 2024 → July 2024
|
||||
Frontend-first, local-storage MVP, severe Docker struggles, file storage chaos, MinIO pain.
|
||||
- **Phase 2 — Django saves the day:** July 2024 → August 2024
|
||||
Backend matured quickly; REST API, Django admin, file storage sanity.
|
||||
@@ -38,14 +38,14 @@ This phase was basically me being excited, naive, and wildly optimistic.
|
||||
|
||||
### Small but important pivots
|
||||
|
||||
- While on break I renamed the project to **AdventureLog** — it felt better, cleaner, and more fitting than the working title.
|
||||
- While on break I renamed the project to **Voyage** — it felt better, cleaner, and more fitting than the working title.
|
||||
- I played with tiny experiments, tested UI ideas, and tried different stacks mentally so the next attempt wouldn’t be purely guesswork. I was very intrested in the project just lacking the right technical foundation.
|
||||
|
||||
### Takeaway
|
||||
|
||||
Phase 0 was less about shipping and more about surviving the learning curve. The project’s DNA (places, visits, memories) was clear; I just needed the right tools and patience to implement it.
|
||||
|
||||
## Phase 1 — Initial Development of AdventureLog (SvelteKit era)
|
||||
## Phase 1 — Initial Development of Voyage (SvelteKit era)
|
||||
|
||||
**Dates:** March 2024 — July 2024
|
||||
**Versions:** v0.1.0-alpha → v0.3.1
|
||||
@@ -108,12 +108,12 @@ After the SvelteKit experiment I rewired the backend into Django + Django REST F
|
||||
|
||||
Switching to Django was the right move, it reduced friction, sped up backend feature development, and made the application more maintainable.
|
||||
|
||||
## Phase 3 — Defining AdventureLog & Community-Guided Growth
|
||||
## Phase 3 — Defining Voyage & Community-Guided Growth
|
||||
|
||||
**Dates:** September 2024 — June 2025
|
||||
**Versions:** v0.7.0 → v0.10.0
|
||||
|
||||
This phase is about defining the product: what is AdventureLog, what is it not, and how do we make it useful for other people?
|
||||
This phase is about defining the product: what is Voyage, what is it not, and how do we make it useful for other people?
|
||||
|
||||
### Core feature evolution
|
||||
|
||||
@@ -125,17 +125,17 @@ This phase is about defining the product: what is AdventureLog, what is it not,
|
||||
### UX polish & identity
|
||||
|
||||
- Logo: I swapped out the placeholder Windows map emoji for a proper logo designed by a friend (thanks, Jacob!). It made the app look more “real” and brandable.
|
||||
- Localization: Frontend got translations to make AdventureLog accessible to more users.
|
||||
- Localization: Frontend got translations to make Voyage accessible to more users.
|
||||
- Calendar view: added a calendar to visualize trips over time, another highly requested feature.
|
||||
|
||||
### Integrations & polish
|
||||
|
||||
- **Immich integration** (huge win): Sync photos from Immich to AdventureLog adventures. This solved the “where do my travel photos live?” problem for many self-hosters and reduced friction for users who already had an Immich instance.
|
||||
- **Immich integration** (huge win): Sync photos from Immich to Voyage adventures. This solved the “where do my travel photos live?” problem for many self-hosters and reduced friction for users who already had an Immich instance.
|
||||
- **Backend optimizations:** performance tweaks, PWA support, OIDC support for enterprise-friendly auth, and other server configurability options.
|
||||
|
||||
### Community milestones
|
||||
|
||||
- Docker image downloads crossed **100K** — a concrete, surreal milestone. GitHub stars crossed **1K** shortly after. These numbers matter because they mean people are using and relying on AdventureLog.
|
||||
- Docker image downloads crossed **100K** — a concrete, surreal milestone. GitHub stars crossed **1K** shortly after. These numbers matter because they mean people are using and relying on Voyage.
|
||||
- Collections received “smart recommendations” — algorithmic suggestions for new locations to add to a collection based on existing entries. This added a bit of discovery and delight.
|
||||
|
||||
### Ops & deployment improvements
|
||||
@@ -144,7 +144,7 @@ This phase is about defining the product: what is AdventureLog, what is it not,
|
||||
|
||||
### Takeaway
|
||||
|
||||
Phase 3 is where AdventureLog stopped being “my little project” and started becoming a community-shaped tool. The roadmap was heavily guided by user requests, and that made the app both more useful and more fun to build.
|
||||
Phase 3 is where Voyage stopped being “my little project” and started becoming a community-shaped tool. The roadmap was heavily guided by user requests, and that made the app both more useful and more fun to build.
|
||||
|
||||
## Phase 4 — Solidification & Expansion of the Core Platform
|
||||
|
||||
@@ -179,7 +179,7 @@ Now the project focuses on _polish, robustness, and expanding the core platform_
|
||||
|
||||
### Takeaway
|
||||
|
||||
This phase is about turning AdventureLog from “a promising tool” into “a dependable tool.” It’s less about big rewrites and more about incremental, meaningful improvements.
|
||||
This phase is about turning Voyage from “a promising tool” into “a dependable tool.” It’s less about big rewrites and more about incremental, meaningful improvements.
|
||||
|
||||
## Lessons, patterns, and a few thoughts
|
||||
|
||||
@@ -193,16 +193,16 @@ This phase is about turning AdventureLog from “a promising tool” into “a d
|
||||
- UUIDs as primary keys were scary, but doing it early saved headaches. Plan big breaking changes early; avoid them once people rely on your software.
|
||||
|
||||
4. **Simplicity wins in deployment**
|
||||
- Removing extra containers and simplifying deployment options made AdventureLog more approachable for hobbyist hosts — which is the core audience.
|
||||
- Removing extra containers and simplifying deployment options made Voyage more approachable for hobbyist hosts — which is the core audience.
|
||||
|
||||
5. **Iterate visibly**
|
||||
- Small, visible wins (better login flow, calendar, Immich sync) build momentum and community trust.
|
||||
|
||||
## Current state & what’s next
|
||||
|
||||
AdventureLog is alive, maintained, and focused on being the best self-hosted travel app it can be: accessible, performant, and useful for trip planning and personal travel history.
|
||||
Voyage is alive, maintained, and focused on being the best self-hosted travel app it can be: accessible, performant, and useful for trip planning and personal travel history.
|
||||
|
||||
Writing this made me realize how much of AdventureLog’s identity came from mistakes, feedback, and stubbornness. It’s the result of learning, throwing away things that didn’t work, embracing tools that did, and listening to people who actually used it. I’m proud of how it’s evolved and excited for the next phase.
|
||||
Writing this made me realize how much of Voyage’s identity came from mistakes, feedback, and stubbornness. It’s the result of learning, throwing away things that didn’t work, embracing tools that did, and listening to people who actually used it. I’m proud of how it’s evolved and excited for the next phase.
|
||||
|
||||
If you made it this far: thanks. If you want to help — issues, PRs, ideas, or design feedback are always welcome. The project is alive because of an amazing community of users and contributors!
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# AdventureLog v0.10.0 - Trip Maps, Google Maps Integration & Quick Deploy Script
|
||||
# Voyage v0.10.0 - Trip Maps, Google Maps Integration & Quick Deploy Script
|
||||
|
||||
Released 06-10-2025
|
||||
|
||||
Hi everyone,
|
||||
|
||||
I’m pleased to share **AdventureLog v0.10.0**, a focused update that brings timezone-aware planning, smoother maps, and simpler deployment. This release refines many of the core features you’ve been using and addresses feedback from the community. Thank you for your contributions, suggestions, and ongoing support!
|
||||
I’m pleased to share **Voyage v0.10.0**, a focused update that brings timezone-aware planning, smoother maps, and simpler deployment. This release refines many of the core features you’ve been using and addresses feedback from the community. Thank you for your contributions, suggestions, and ongoing support!
|
||||
|
||||
## 🧭 Time-Aware Travel Planning
|
||||
|
||||
@@ -45,7 +45,7 @@ I’m pleased to share **AdventureLog v0.10.0**, a focused update that brings ti
|
||||
|
||||
## 📷 Immich Integration Upgrades
|
||||
|
||||
- Choose whether to copy Immich images into AdventureLog storage or reference them via URL to avoid duplicating files.
|
||||
- Choose whether to copy Immich images into Voyage storage or reference them via URL to avoid duplicating files.
|
||||
- Toggle “Copy Images” on or off to manage storage preferences.
|
||||
- Updated logic to prevent duplicate image uploads when using Immich.
|
||||
|
||||
@@ -61,7 +61,7 @@ I’m pleased to share **AdventureLog v0.10.0**, a focused update that brings ti
|
||||
|
||||
- New guide for deploying with Caddy web server, covering TLS setup and reverse proxy configuration.
|
||||
- Updated instructions for Google Maps integration, including API key setup and troubleshooting.
|
||||
- Follow our Mastodon profile at [@adventurelog@mastodon.social](https://mastodon.social/@adventurelog) for updates and discussion.
|
||||
- Follow our Mastodon profile at [@voyage@mastodon.social](https://mastodon.social/@voyage) for updates and discussion.
|
||||
- Chat with other users on our [Discord server](https://discord.gg/wRbQ9Egr8C) to share feedback, ask questions, or swap travel tips.
|
||||
|
||||
## ✨ NEW: Quick Deploy Script
|
||||
@@ -71,7 +71,7 @@ Based on community feedback, we’ve added a simple deployment script:
|
||||
1. Run:
|
||||
|
||||
```bash
|
||||
curl -sSL https://get.adventurelog.app | bash
|
||||
curl -sSL https://get.voyage.app | bash
|
||||
```
|
||||
|
||||
2. Provide your domain/ip details when prompted.
|
||||
@@ -91,7 +91,7 @@ Self-hosting just got a bit easier—no more manual setup steps.
|
||||
This will link all adventures to their correct country, region, and city.
|
||||
|
||||
- **Timezone Migrations**
|
||||
If you have older trips without explicit timezones, simply view a trip’s detail page and AdventureLog will auto-convert the dates.
|
||||
If you have older trips without explicit timezones, simply view a trip’s detail page and Voyage will auto-convert the dates.
|
||||
|
||||
## 👥 Thanks to Our Contributors
|
||||
|
||||
@@ -106,18 +106,18 @@ Your pull requests, issue reports, and ongoing feedback have been instrumental.
|
||||
- @larsl-net
|
||||
- @marcschumacher
|
||||
|
||||
Every contribution helps make AdventureLog more reliable and user-friendly.
|
||||
Every contribution helps make Voyage more reliable and user-friendly.
|
||||
|
||||
## 💖 Support the Project
|
||||
|
||||
If you find AdventureLog helpful, consider sponsoring me! Your support keeps this project going:
|
||||
If you find Voyage helpful, consider sponsoring me! Your support keeps this project going:
|
||||
|
||||
[https://seanmorley.com/sponsor](https://seanmorley.com/sponsor)
|
||||
|
||||
📖 [View the Full Changelog on GitHub](https://github.com/seanmorley15/AdventureLog/compare/v0.9.0...v0.10.0)
|
||||
📖 [View the Full Changelog on GitHub](https://github.com/seanmorley15/Voyage/compare/v0.9.0...v0.10.0)
|
||||
|
||||
Thanks for being part of the AdventureLog community. I appreciate your feedback and look forward to seeing where your next journey takes you!
|
||||
Thanks for being part of the Voyage community. I appreciate your feedback and look forward to seeing where your next journey takes you!
|
||||
|
||||
Happy travels,
|
||||
**Sean Morley** (@seanmorley15)
|
||||
Project Lead, AdventureLog
|
||||
Project Lead, Voyage
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# AdventureLog v0.11.0 - Strava + Wanderer Integration, New UI, and More
|
||||
# Voyage v0.11.0 - Strava + Wanderer Integration, New UI, and More
|
||||
|
||||
Released 09-02-2025
|
||||
|
||||
Hi everyone,
|
||||
|
||||
I’m thrilled to announce **AdventureLog v0.11.0** - a huge update that **completely reimagines how you track and plan your adventures**. Adventures are now officially called **Locations**, and you can enrich them with **Activities** and **Trails**, whether added manually or imported via Strava and Wanderer.
|
||||
I’m thrilled to announce **Voyage v0.11.0** - a huge update that **completely reimagines how you track and plan your adventures**. Adventures are now officially called **Locations**, and you can enrich them with **Activities** and **Trails**, whether added manually or imported via Strava and Wanderer.
|
||||
|
||||
On top of that, the app has a **full UI rewrite** with a cleaner, smoother interface, enhanced navigation, and improved mobile experience. Combined with expanded localization, this release gives you more ways than ever to explore, manage, and relive your journeys.
|
||||
|
||||
@@ -96,22 +96,22 @@ Special thanks to:
|
||||
- @cathelijne
|
||||
- @mrekin
|
||||
|
||||
Every contribution makes AdventureLog more user-friendly and reliable.
|
||||
Every contribution makes Voyage more user-friendly and reliable.
|
||||
|
||||
---
|
||||
|
||||
## 💖 Support the Project
|
||||
|
||||
If you enjoy AdventureLog, consider sponsoring the project:
|
||||
If you enjoy Voyage, consider sponsoring the project:
|
||||
|
||||
[https://seanmorley.com/sponsor](https://seanmorley.com/sponsor)
|
||||
|
||||
---
|
||||
|
||||
📖 [Full Changelog on GitHub](https://github.com/seanmorley15/AdventureLog/compare/v0.10.0...v0.11.0)
|
||||
📖 [Full Changelog on GitHub](https://github.com/seanmorley15/Voyage/compare/v0.10.0...v0.11.0)
|
||||
|
||||
Thanks for being part of the AdventureLog community!
|
||||
Thanks for being part of the Voyage community!
|
||||
|
||||
Happy travels,
|
||||
**Sean Morley** (@seanmorley15)
|
||||
Project Lead, AdventureLog
|
||||
Project Lead, Voyage
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# AdventureLog v0.12.0 - Trip Planning Improvements, Itineraries & Budgets
|
||||
# Voyage v0.12.0 - Trip Planning Improvements, Itineraries & Budgets
|
||||
|
||||
Released 02-03-2026
|
||||
|
||||
Hi everyone 👋
|
||||
|
||||
I’m excited to announce **AdventureLog v0.12.0**, one of the **largest and most transformative updates** since the project began. This release takes AdventureLog beyond logging and into **true trip planning**, with a fully redesigned itinerary experience, smarter recommendations, budgeting tools, and major authentication improvements. The theme of this update is: **Planning, Itineraries & Smarter Trips**.
|
||||
I’m excited to announce **Voyage v0.12.0**, one of the **largest and most transformative updates** since the project began. This release takes Voyage beyond logging and into **true trip planning**, with a fully redesigned itinerary experience, smarter recommendations, budgeting tools, and major authentication improvements. The theme of this update is: **Planning, Itineraries & Smarter Trips**.
|
||||
|
||||
This update lays the foundation for **end-to-end trip planning** — from ideas, to routes, to schedules, to costs — all while continuing to strengthen self-hosted and privacy-respecting workflows.
|
||||
|
||||
@@ -121,16 +121,16 @@ A special thank you to the developers who directly contributed code to this rele
|
||||
- @fullstack-nick
|
||||
- @madmp87
|
||||
|
||||
Your contributions — whether large features, small fixes, documentation improvements, or refactors — directly improve AdventureLog for everyone. Thank you for being part of the project!
|
||||
Your contributions — whether large features, small fixes, documentation improvements, or refactors — directly improve Voyage for everyone. Thank you for being part of the project!
|
||||
|
||||
## 💖 Support the Project
|
||||
|
||||
If AdventureLog helps you plan, remember, or relive your travels, consider supporting the project:
|
||||
If Voyage helps you plan, remember, or relive your travels, consider supporting the project:
|
||||
|
||||
👉 https://seanmorley.com/sponsor
|
||||
|
||||
📖 **Full Changelog:**
|
||||
https://github.com/seanmorley15/AdventureLog/compare/v0.11.0...v0.12.0
|
||||
https://github.com/seanmorley15/Voyage/compare/v0.11.0...v0.12.0
|
||||
|
||||
Happy planning & happy travels!
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# AdventureLog v0.7.0
|
||||
# Voyage 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!
|
||||
Hi everyone! I am super excited to announce Voyage 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
|
||||
|
||||
@@ -33,7 +33,7 @@ Hi everyone! I am super excited to announce AdventureLog v0.7.0! This is one of
|
||||
|
||||
### Other
|
||||
|
||||
- New logo for AdventureLog! Thanks @redtechtiger!
|
||||
- New logo for Voyage! 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)
|
||||
@@ -41,7 +41,7 @@ Hi everyone! I am super excited to announce AdventureLog v0.7.0! This is one of
|
||||
# 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!
|
||||
As a computer science student, I pour my free time into developing and enhancing Voyage, 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!
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# AdventureLog v0.7.1
|
||||
# Voyage 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!).
|
||||
Hi everyone! I am super excited to announce the release of Voyage v0.7.1. This update includes a lot of improvements that make using Voyage more enjoyable and accessible. This update is largely community driven as it addresses more than 10 enhancement requests (thanks everyone!).
|
||||
|
||||
# What's New ✨
|
||||
|
||||
@@ -10,7 +10,7 @@ Hi everyone! I am super excited to announce the release of AdventureLog v0.7.1.
|
||||
|
||||
> [!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
|
||||
> The **migration guide** can be found here: https://docs.voyage.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
|
||||
@@ -50,7 +50,7 @@ Hi everyone! I am super excited to announce the release of AdventureLog v0.7.1.
|
||||
# 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!
|
||||
As a computer science student, I pour my free time into developing and enhancing Voyage, 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!
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# AdventureLog v0.8.0 - Immich Integration, Calendar and Customization
|
||||
# Voyage v0.8.0 - Immich Integration, Calendar and Customization
|
||||
|
||||
Released 01-08-2025
|
||||
|
||||
Hi everyone! 🚀
|
||||
I’m thrilled to announce the release of **AdventureLog v0.8.0**, a huge update packed with new features, improvements, and enhancements. This release focuses on delivering a better user experience, improved functionality, and expanded customization options. Let’s dive into what’s new!
|
||||
I’m thrilled to announce the release of **Voyage v0.8.0**, a huge update packed with new features, improvements, and enhancements. This release focuses on delivering a better user experience, improved functionality, and expanded customization options. Let’s dive into what’s new!
|
||||
|
||||
---
|
||||
|
||||
@@ -11,8 +11,8 @@ I’m thrilled to announce the release of **AdventureLog v0.8.0**, a huge update
|
||||
|
||||
### Immich Integration
|
||||
|
||||
- AdventureLog now integrates seamlessly with [Immich](https://github.com/immich-app), the amazing self-hostable photo library.
|
||||
- Import your photos from Immich directly into AdventureLog adventures and collections.
|
||||
- Voyage now integrates seamlessly with [Immich](https://github.com/immich-app), the amazing self-hostable photo library.
|
||||
- Import your photos from Immich directly into Voyage adventures and collections.
|
||||
- Use Immich Smart Search to search images to import based on natural queries.
|
||||
- Sort by photo album to easily import your trips photos to an adventure.
|
||||
|
||||
@@ -87,14 +87,14 @@ I’m thrilled to announce the release of **AdventureLog v0.8.0**, a huge update
|
||||
### 🌐 Infrastructure
|
||||
|
||||
- Added **Kubernetes Configurations** for scalable deployments (@MaximUltimatum).
|
||||
- Launched a **New [Documentation Site](https://adventurelog.app)** for better guidance and support.
|
||||
- Launched a **New [Documentation Site](https://voyage.app)** for better guidance and support.
|
||||
|
||||
---
|
||||
|
||||
## Sponsorship 💖
|
||||
|
||||
[](https://www.buymeacoffee.com/seanmorley15)
|
||||
As always, AdventureLog continues to grow thanks to your incredible support and feedback. If you love using the app and want to help shape its future, consider supporting me on **Buy Me A Coffee**. Your contributions go a long way in allowing for AdventureLog to continue to improve and thrive 😊
|
||||
As always, Voyage continues to grow thanks to your incredible support and feedback. If you love using the app and want to help shape its future, consider supporting me on **Buy Me A Coffee**. Your contributions go a long way in allowing for Voyage to continue to improve and thrive 😊
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# AdventureLog v0.9.0 - Smart Recommendations, Attachments, and Maps
|
||||
# Voyage v0.9.0 - Smart Recommendations, Attachments, and Maps
|
||||
|
||||
Released 03-19-2025
|
||||
|
||||
Hi travelers! 🌍
|
||||
I’m excited to unveil **AdventureLog v0.9.0**, one of our most feature-packed updates yet! From Smart Recommendations to enhanced maps and a refreshed profile system, this release is all about improving your travel planning and adventure tracking experience. Let’s dive into what’s new!
|
||||
I’m excited to unveil **Voyage v0.9.0**, one of our most feature-packed updates yet! From Smart Recommendations to enhanced maps and a refreshed profile system, this release is all about improving your travel planning and adventure tracking experience. Let’s dive into what’s new!
|
||||
|
||||
---
|
||||
|
||||
@@ -11,14 +11,14 @@ I’m excited to unveil **AdventureLog v0.9.0**, one of our most feature-packed
|
||||
|
||||
### 🧠 Smart Recommendations
|
||||
|
||||
- **AdventureLog Smart Recommendations**: Get tailored suggestions for new adventures and activities based on your collection destinations.
|
||||
- **Voyage Smart Recommendations**: Get tailored suggestions for new adventures and activities based on your collection destinations.
|
||||
- Leverages OpenStreetMap to recommend places and activities near your travel destinations.
|
||||
|
||||
---
|
||||
|
||||
### 🗂️ Attachments, GPX Maps & Global Search
|
||||
|
||||
- **Attachments System**: Attach files to your adventures to view key trip data like maps and tickets in AdventureLog!
|
||||
- **Attachments System**: Attach files to your adventures to view key trip data like maps and tickets in Voyage!
|
||||
- **GPX File Uploads & Maps**: Upload GPX tracks to adventures to visualize them directly on your maps.
|
||||
- **Global Search**: A universal search bar to quickly find adventures, cities, countries, and more across your instance.
|
||||
|
||||
@@ -54,7 +54,7 @@ I’m excited to unveil **AdventureLog v0.9.0**, one of our most feature-packed
|
||||
|
||||
### 🖥️ PWA Support
|
||||
|
||||
- **Progressive Web App (PWA) Support**: Install AdventureLog as a PWA on your desktop or mobile device for a native app experience.
|
||||
- **Progressive Web App (PWA) Support**: Install Voyage as a PWA on your desktop or mobile device for a native app experience.
|
||||
|
||||
---
|
||||
|
||||
@@ -111,14 +111,14 @@ A huge shoutout to our amazing new contributors! 🎉
|
||||
- @jyyyeung
|
||||
- @marcschumacher
|
||||
|
||||
Thank you for helping AdventureLog grow! 🙌
|
||||
Thank you for helping Voyage grow! 🙌
|
||||
|
||||
---
|
||||
|
||||
## Support My Work 💖
|
||||
|
||||
[](https://www.buymeacoffee.com/seanmorley15)
|
||||
If AdventureLog has made your travels more organized or your trip memories richer, consider supporting my work on **Buy Me A Coffee**. Your support directly helps shape the future of this project! ☕
|
||||
If Voyage has made your travels more organized or your trip memories richer, consider supporting my work on **Buy Me A Coffee**. Your support directly helps shape the future of this project! ☕
|
||||
|
||||
---
|
||||
|
||||
@@ -130,4 +130,4 @@ Happy travels,
|
||||
|
||||
---
|
||||
|
||||
**[Full Changelog](https://github.com/seanmorley15/AdventureLog/compare/v0.8.0...v0.9.0)**
|
||||
**[Full Changelog](https://github.com/seanmorley15/Voyage/compare/v0.8.0...v0.9.0)**
|
||||
|
||||
Reference in New Issue
Block a user