Releases: phillipc0/WA-DP
Releases · phillipc0/WA-DP
v3.0.2 WA-DP - Docker Integration: Volume Data Persistence Fix
Changes
Fixes
- Fix portfolio.json not persisting in volume through docker update by @FreakMediaLP & @phillipc0 in #204
Help on installation see README.md
Full Changelog: v3.0.1...v3.0.2
v3.0.1 WA-DP - Docker Integration
Changes
Major
- Docker Integration by @FreakMediaLP in #182
Minor
Dependencies & Fixes
- Docker pipeline fix by @phillipc0 in #185
- Bumb everything & update dependabot by @phillipc0 & @RBN-Apps in #146
- Add versioning & fix sonar pipeline/checks failing by @phillipc0 in #146
- Fixed standalone frontend deployment by @FreakMediaLP in #196
Help on installation see README.md
Full Changelog: v2.1.0...v3.0.1
v2.1.0 WA-DP - Adaptive UI
Changes
Minor
- Authentication dependent navbar by @joos-too in #178
- Backend dependent login button by @joos-too in #178
- Content dependent personal-info by @Copilot & @phillipc0 in #168
Dependencies
- Bumb everything (except tailwind 4) by @phillipc0 in #181
New Contributors
Full Changelog: v2.0.0...v2.1.0
v2.0.0 WA-DP - The Feature Update
Changes
Major
- Add import/export controls for portfolio data with validation by @RBN-Apps in #101
- Contributor Settings by @FreakMediaLP in #104
- Enhance Skill visualization by @phillipc0 in #115
- Add AI-powered bio generation and API key management features by @RBN-Apps in #156
Minor
- Madge (dependency graph) setup by @RBN-Apps in #99
- Add README.md by @RBN-Apps in #106
- Add sonar qube by @RBN-Apps in #107
- Improve Website Performance & UI (Lighthouse Report 100%) by @phillipc0 in #113
- Add CONTRIBUTING.md by @phillipc0 in #122
- Better social links by @RBN-Apps in #124
- Add JSDoc plugin and rules to ESLint configuration by @RBN-Apps in #147
- Create comprehensive GitHub Copilot instructions for WA-DP repository by @Copilot in #150
- Add loading skeletons for portfolio data components and improve data … by @RBN-Apps in #151
- Removed Image upload fields by @FreakMediaLP in #152
- Added steam social link by @FreakMediaLP in #158
Fixes
- Fix discord social link by @FreakMediaLP in #103
- fix button problem by removing label by @phillipc0 in #114
- Fix caching issue by adding cache busting to portfolio data fetching by @Copilot in #148
- Fixed Skill Animations by @FreakMediaLP in #159
- Fix JSON import validation for skill levels by @phillipc0 in #161
Dependencies
Many dependencies have been updated by @dependabot and @phillipc0
Installation for Users
- Download the build.zip
- Unzip it in a new directory
- Make the subdirectory /frontend available via a web server e.g. nginx
- Run the Backend via
npm start - The backend is not needed once the data has been configured and can be turned off
New Contributors
- @Copilot made their first contribution in #150
Full Changelog: v1.0.0...v2.0.0
v1.0.0 First WA-DP Release
First Release of WA-DP: Developer Portfolio 🥳
The website now has all necessary features implemented and can be used by anyone with a (web-)server.
The website has a homepage showing:
- Basic Information (e.g. name, bio)
- Skills (e.g. Java: 69%)
- GitHub Repos (Top 4 Public Repos shown)
- CV with Work Experience & Education (e.g. SWE @ Google in USA)
All of those can be adjusted under /edit if the backend is running and by logging in
The frontend folder of the build is supossed to be exposed to the web (e.g. via nginx) and the backend is recommended to be running using npm start.
Full Changelog: https://github.com/phillipc0/WA-DP/commits/v1.0.0