Commit Graph

8 Commits

Author SHA1 Message Date
9d3006ad8e feat: remove recommendations surface and backend 2026-03-10 20:20:00 +00:00
4caa1d717e feat: remove Globe Spin discover feature 2026-03-10 20:12:12 +00:00
c918c9ce2f fix(chat): support shared trips and polish controls 2026-03-09 22:04:53 +00:00
21954df3ee fix(chat): improve OpenCode Zen integration and error handling
- Fetch models dynamically from OpenCode Zen API (36 models vs 5 hardcoded)
- Add function calling support check before using tools
- Add retry logic (num_retries=2) for transient failures
- Improve logging for debugging API calls and errors
- Update system prompt for multi-stop itinerary context
- Clean up unused imports in frontend components
- Remove deleted views.py (moved to views/__init__.py)
2026-03-09 16:11:14 +00:00
9eb0325c7a fix(frontend): simplify collections view and restore invite access
Unify collections and shared items under a single Collections tab while keeping Archive separate, and fix card layering so menus render correctly. Restore invite discoverability by adding navbar access to /invites and add missing i18n keys to prevent raw key labels in collections/invites UI.
2026-03-08 01:29:52 +00:00
a3d12bf4b2 feat: refine itinerary flow and add OSRM connector metrics 2026-03-07 11:54:13 +00:00
df8d1adf15 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
2026-03-06 11:05:26 +00:00
Sean Morley
2b644d3afa Bug Fixes + Romanian Localization (#1034)
* Added translation using Weblate (Romanian)

* Translated using Weblate (Romanian)

Currently translated at 4.1% (45 of 1073 strings)

Translation: AdventureLog/Web App
Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/ro/

* Fix Svelte dependencies

* Add Romanian language support by registering locale files

* Update appVersion to 'v0.12.0-main-022726'

---------

Co-authored-by: Hango Bogdan Ioan <hangobogdan@gmail.com>
2026-02-27 15:30:18 -05:00