| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dist_1.42.0.tgz | 2026-03-15 | 1.6 MB | |
| 1.42.0 source code.tar.gz | 2026-03-15 | 16.3 MB | |
| 1.42.0 source code.zip | 2026-03-15 | 16.6 MB | |
| README.md | 2026-03-15 | 1.8 kB | |
| Totals: 4 Items | 34.4 MB | 0 | |
1.42.0
[!NOTE] Documentation is available at https://itskovacs.github.io/trip/
Feedback and ideas are welcome in the discussions!
[!WARNING] Post-Update Action Required: Setting up an Admin This major update brings significant under-the-hood improvements and error-handling improvements, as well as an admin UI. After installing this update, no user is admin by default. You must manually grant admin rights by running one of the commands below (a successful execution will output
1). Be sure to replacereplace_your_usernamewith your actual username.Option 1: Updating via Docker
docker exec -it <container_name> sqlite3 trip.sqlite "UPDATE user SET is_admin = 1 WHERE username = 'replace_your_username'; SELECT changes() as updated;"Option 2: Updating the SQLite file directlysqlite3 trip.sqlite "UPDATE user SET is_admin = 1 WHERE username = 'replace_your_username'; SELECT changes() as updated;"
:rocket: Features
- Admin UI: requires admin rights (see warning above); includes user management (reset passwords, delete), magic invites for disabled registration, and immediate-effect configuration updates
:lipstick: UI/UX Improvements
- Added a text and place toggle in trips
- Removed the BETA UI modal
- Made links clickable within trip notes.
:bug: Bug Fixes
- Fixed an issue where pretty print failed in shared trips
- Fixed model cascade behaviors
- Implemented many optimizations and completed model refactoring
Love using TRIP? Please consider supporting the project and its development by :coffee: buying me a coffee. Thank you!