Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
v14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed Mar 25, 2024
1 parent f340430 commit 4873989
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Please document your changes in this format:

## [Unreleased]

## [14.0.1] - 2024-03-25
### Fixed
- Nginx configuration improvements @nicksellen https://codeberg.org/karrot/karrot-frontend/commit/f3404300a03d811afe6e2380f7c285db5c812078
- get the client ip from X-Forwarded-For header if it comes from
a trusted proxy (assuming all IANA private networks are trusted)
- doesn't pass X-Forwarded-Proto any more
this configuration doesn't support https anyway so scheme is
always http, and it prevents passthrough of the X-Forwarded-Proto
header from the proxy in front of it
- give /bundlesize.html it's own CSP

## [14.0.0] - 2024-03-22
### Changed
- Move main repository and CI to codeberg @nicksellen
Expand Down Expand Up @@ -963,7 +974,8 @@ After months of planning and programming, the first version of ~the foodsaving t
[#2663]: https://github.com/karrot-dev/karrot-frontend/issues/2663
[#2677]: https://github.com/karrot-dev/karrot-frontend/issues/2677

[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v14.0.0...HEAD
[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v14.0.1...HEAD
[14.0.1]: https://github.com/karrot-dev/karrot-frontend/compare/v14.0.0...v14.0.1
[14.0.0]: https://github.com/karrot-dev/karrot-frontend/compare/v13.0.1...v14.0.0
[13.0.1]: https://github.com/karrot-dev/karrot-frontend/compare/v13.0.0...v13.0.1
[13.0.0]: https://github.com/karrot-dev/karrot-frontend/compare/v12.1.0...v13.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "karrot-frontend",
"productName": "Karrot",
"version": "14.0.0",
"version": "14.0.1",
"description": "Karrot is a free and open-source tool for grassroots initiatives and groups of people that want to coordinate face-to-face activities on a local, autonomous and voluntary basis.",
"author": "Karrot Team <[email protected]>",
"homepage": "https://karrot.world/",
Expand Down

0 comments on commit 4873989

Please sign in to comment.