Skip to content

Releases: eeebbaandersson/dev-roadmap-skilltracker

v1.3.0 — Identity, Security & Account Management

Choose a tag to compare

@eeebbaandersson eeebbaandersson released this 08 Jul 16:55
d981c7b

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

Choose a tag to compare

@eeebbaandersson eeebbaandersson released this 27 Apr 09:15
c34e87a

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

Choose a tag to compare

@eeebbaandersson eeebbaandersson released this 25 Apr 12:39
f0a6886

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 🚀

Choose a tag to compare

@eeebbaandersson eeebbaandersson released this 03 Apr 14:17
e31e70e

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

  1. Clone the repo.
  2. Run
docker-compose up
  1. Visit http://localhost:8080.

Test: Docker & CI/CD Setup

Pre-release

Choose a tag to compare

@eeebbaandersson eeebbaandersson released this 03 Apr 12:13
ac5952c

verify docker setup and CI/CD workflow.