Releases: eeebbaandersson/dev-roadmap-skilltracker
Releases · eeebbaandersson/dev-roadmap-skilltracker
Release list
v1.3.0 — Identity, Security & Account Management
Highlights:
- Identity & Auth: Added secure user registration and login flows with Spring Security and BCrypt password hashing.
- Personalized Roadmaps: Isolated skill tracking so users only manage their personal roadmap.
- Architecture Refactor: Cleaned up the User entity and introduced secure DTOs for safe data transfer between layers.
- UI & UX Finish: Added new authentication and account templates, streamlined component spacing, and replaced standard dashboard emojis with custom SVG icons.
v1.2.0 — Full Docker Support & Infrastructure
Highlights:
-
Containerization: Added docker-compose to run both the App and Database as a unified stack.
-
Persistence: Configured named volumes for PostgreSQL to ensure data remains intact.
v1.1.0 - Immersive UI with Depth-of-Field effects
Changes:
- Foreground HUD: Added blurred code blocks to create a 3D depth-of-field effect.
- Unified UI: Applied consistent background and foreground decorations across all views (Dashboard, Create, and Update).
- UX Polish: Improved form card transparency and backdrop filters for better readability against the new backgrounds.
v1.0.0 - The Dev RoadMap Official Release 🚀
First official release of The Dev Roadmap – a tool for developers to track and visualize their learning journey.
✨ Key Features
- Skill Management: Add, edit, and track your technical skills.
- Roadmap Visualization: See your progress toward your goals.
- Docker Support: Full Docker & Docker Compose integration.
- **CI/CD: **Automated pipeline using GitHub Actions.
🛠️ How to run
- Clone the repo.
- Run
docker-compose up- Visit http://localhost:8080.
Test: Docker & CI/CD Setup
verify docker setup and CI/CD workflow.