Skip to content

Releases: henfrydls/Portafolio-Manager

Release v1.3.1

20 Mar 23:42
ad97753

Choose a tag to compare

🚀 What's New in v1.3.1

📊 Metrics

  • Coverage: 51%
  • Tests: 96 passing
  • Security: All checks passed ✅

🔧 Installation

Docker

docker pull ghcr.io/henfrydls/portafolio-manager:v1.3.1

From Source

git clone https://github.com/henfrydls/Portafolio-Manager.git
cd henfrydls
git checkout v1.3.1
pip install -r requirements.txt

📝 Full Changelog

View full changelog

What's Changed

  • chore(deps)(deps): bump the python-minor-patch group with 2 updates by @dependabot[bot] in #93
  • chore(ci): bump metcalfc/changelog-generator from 4.3.1 to 4.6.2 in the actions-all group by @dependabot[bot] in #94
  • fix(prod): CSRF and security for reverse proxy by @henfrydls in #95
  • feat: add demo link to project cards by @henfrydls in #96
  • feat: reCAPTCHA v3 antispam for contact form by @henfrydls in #97
  • fix: reCAPTCHA v3 UX and double-submit prevention by @henfrydls in #98
  • fix: CSP blocking reCAPTCHA and Umami analytics by @henfrydls in #99

Full Changelog: v1.3.0...v1.3.1

Release v1.3.0

20 Mar 22:06
264cf53

Choose a tag to compare

🚀 What's New in v1.3.0

📊 Metrics

  • Coverage: 51%
  • Tests: 96 passing
  • Security: All checks passed ✅

🔧 Installation

Docker

docker pull ghcr.io/henfrydls/portafolio-manager:v1.3.0

From Source

git clone https://github.com/henfrydls/Portafolio-Manager.git
cd henfrydls
git checkout v1.3.0
pip install -r requirements.txt

📝 Full Changelog

View full changelog

What's Changed

  • chore(deps): bump django from 5.2.10 to 5.2.12 in /requirements by @dependabot[bot] in #86
  • chore(deps)(deps): bump whitenoise from 6.11.0 to 6.12.0 by @dependabot[bot] in #85
  • chore(deps)(deps): bump python-dotenv from 1.2.1 to 1.2.2 by @dependabot[bot] in #84
  • chore(deps)(deps): bump dj-database-url from 3.1.0 to 3.1.2 by @dependabot[bot] in #83
  • chore(deps)(deps-dev): bump pytest-django from 4.11.1 to 4.12.0 by @dependabot[bot] in #81
  • chore(deps)(deps): bump markdown from 3.10 to 3.10.2 by @dependabot[bot] in #80
  • chore(deps)(deps-dev): bump coverage from 7.13.1 to 7.13.4 by @dependabot[bot] in #79
  • feat: mobile responsive UI and UX improvements by @henfrydls in #87

Full Changelog: v1.2.3...v1.3.0

Release v1.2.3

20 Jan 20:42
3a9f315

Choose a tag to compare

🚀 What's New in v1.2.3

📊 Metrics

  • Coverage: 51%
  • Tests: 96 passing
  • Security: All checks passed ✅

🔧 Installation

Docker

docker pull ghcr.io/henfrydls/portafolio-manager:v1.2.3

From Source

git clone https://github.com/henfrydls/Portafolio-Manager.git
cd henfrydls
git checkout v1.2.3
pip install -r requirements.txt

📝 Full Changelog

View full changelog

What's Changed

  • chore(deps)(deps): bump django from 5.2.9 to 5.2.10 by @dependabot[bot] in #56
  • docs: add GHCR installation guide for production deployments by @henfrydls in #62
  • feat(seo): add Open Graph and Twitter Card meta tags by @henfrydls in #63
  • chore(deps)(deps-dev): bump pytest-django from 4.5.2 to 4.11.1 by @dependabot[bot] in #54
  • chore(deps)(deps-dev): bump coverage from 7.3.0 to 7.13.1 by @dependabot[bot] in #55
  • chore(deps)(deps-dev): bump django-debug-toolbar from 4.2.0 to 6.1.0 by @dependabot[bot] in #53

Full Changelog: v1.2.2...v1.2.3

Release v1.2.2

20 Jan 04:23

Choose a tag to compare

🚀 What's New in v1.2.2

📊 Metrics

  • Coverage: 51%
  • Tests: 96 passing
  • Security: All checks passed ✅

🔧 Installation

Docker

docker pull ghcr.io/henfrydls/portafolio-manager:v1.2.2

From Source

git clone https://github.com/henfrydls/Portafolio-Manager.git
cd henfrydls
git checkout v1.2.2
pip install -r requirements.txt

📝 Full Changelog

View full changelog

What's Changed

  • fix: Markdown tables, Mermaid diagrams, and formatting by @henfrydls in #60

Full Changelog: v1.2.1...v1.2.2

v1.2.1

18 Jan 20:48

Choose a tag to compare

🚀 What's New in v1.2.1

📊 Metrics

  • Coverage: 51%
  • Tests: 96 passing
  • Security: All checks passed ✅

🔧 Installation

Docker

docker pull ghcr.io/henfrydls/portafolio-manager:v1.2.1

From Source

git clone https://github.com/henfrydls/Portafolio-Manager.git
cd henfrydls
git checkout v1.2.1
pip install -r requirements.txt

📝 Full Changelog

View full changelog

Full Changelog: v1.2.0...v1.2.1

v1.2.0

17 Jan 23:50

Choose a tag to compare

🚀 What's New in v1.2.0

📊 Metrics

  • Coverage: 51%
  • Tests: 96 passing
  • Security: All checks passed ✅

🔧 Installation

Docker

docker pull ghcr.io/henfrydls/portafolio-manager:v1.2.0

From Source

git clone https://github.com/henfrydls/Portafolio-Manager.git
cd henfrydls
git checkout v1.2.0
pip install -r requirements.txt

📝 Full Changelog

View full changelog

What's Changed

  • ci: add comprehensive CI/CD pipeline and expand test coverage by @henfrydls in #30
  • chore(deps): bump gunicorn from 21.2.0 to 22.0.0 in /requirements by @dependabot[bot] in #33
  • chore(deps): bump django from 5.2 to 5.2.9 in /requirements by @dependabot[bot] in #32
  • chore(deps): bump requests from 2.32.3 to 2.32.4 in /requirements by @dependabot[bot] in #31
  • ci: add comprehensive CI/CD pipeline and expand test coverage by @henfrydls in #50
  • chore(deps): bump pillow from 10.0.0 to 10.3.0 in /requirements by @dependabot[bot] in #51
  • chore(deps)(deps): bump gunicorn from 22.0.0 to 23.0.0 by @dependabot[bot] in #42
  • chore(deps)(deps): bump requests from 2.32.4 to 2.32.5 by @dependabot[bot] in #43
  • chore(deps)(deps): bump psycopg2-binary from 2.9.9 to 2.9.11 by @dependabot[bot] in #46
  • chore(ci): bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #34
  • chore(ci): bump amannn/action-semantic-pull-request from 5 to 6 by @dependabot[bot] in #35
  • chore(ci): bump softprops/action-gh-release from 1 to 2 by @dependabot[bot] in #36
  • chore(ci): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #37
  • chore(deps)(deps): bump markdown from 3.6 to 3.10 by @dependabot[bot] in #39
  • chore(deps)(deps-dev): bump factory-boy from 3.3.0 to 3.3.3 by @dependabot[bot] in #40
  • chore(ci): bump abirismyname/create-discussion from 1.2.0 to 2.1.0 by @dependabot[bot] in #41
  • chore(deps)(deps): bump pillow from 10.0.0 to 12.1.0 by @dependabot[bot] in #45
  • chore(deps)(deps): bump python-dotenv from 1.0.1 to 1.2.1 by @dependabot[bot] in #49
  • chore(deps)(deps): bump dj-database-url from 2.2.0 to 3.1.0 by @dependabot[bot] in #44
  • chore(deps)(deps): bump whitenoise from 6.5.0 to 6.11.0 by @dependabot[bot] in #47
  • chore(deps)(deps): bump django-redis from 5.4.0 to 6.0.0 by @dependabot[bot] in #48

New Contributors

Full Changelog: v1.1.4...v1.2.0

v1.1.4

03 Jan 05:01
2fb4f04

Choose a tag to compare

What's Changed

  • Refactor: Modular Views Structure & Bug Fixes (Issue #17) by @henfrydls in #29

Full Changelog: v1.1.3...v1.1.4

v1.1.3

08 Dec 03:22
8112974

Choose a tag to compare

What's Changed

  • Fix: Duplicate ProjectTypes & Improved Form UI (Issue #27) by @henfrydls in #28

Full Changelog: v1.1.2...v1.1.3

v1.1.2

08 Dec 02:43
f1edad6

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

08 Dec 02:17
a6fc383

Choose a tag to compare

What's Changed

  • feat: Continuous Learning updates & Top Institutions by @henfrydls in #23

Full Changelog: v1.1...v1.1.1