[v1.3.5] - 2025-07-13
some refactoring of route logic
[v1.3.5] - 2025-07-13
🛠 Refactoring
- Began modularizing route logic by moving selected routes out of
app.pyinto separate files - Set foundation for future route isolation (to continue in v1.5.5)
🐛 Bug Fixes
- Fixed minor startup issues related to subprocess execution and environment loading
- Improved reliability of identity detection on dashboard load
- Standardized relay URL parsing logic (silent fixes)
🔧 Internal Improvements
- Reduced
app.pyfrom 800+ lines to ~300 lines - Maintained backward compatibility while restructuring
Notes
- Major refactors intentionally paused after v1.3.5 to focus on feature development in v1.4
Write a comment