|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.6.0](https://github.com/prismaymedia/linkfy/compare/linkfy-v2.5.0...linkfy-v2.6.0) (2025-11-26) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* **auth:** implement frictionless login modal and fix auth redirect flow ([305fb1c](https://github.com/prismaymedia/linkfy/commit/305fb1c0475080109a52341d5847ff1d1c02b082)) |
| 9 | +* **backend/config:** move CORS to config file with whitelist ([2c59762](https://github.com/prismaymedia/linkfy/commit/2c597629afc9560b45fb0ecf275df89d8b49c45b)) |
| 10 | +* **config:** improve CORS config and whitelist handling ([f7d5b91](https://github.com/prismaymedia/linkfy/commit/f7d5b919c13a87c84d7821a920fade9d71a493f9)) |
| 11 | +* **db:** implement persistent storage for history and favorites ([abd74dc](https://github.com/prismaymedia/linkfy/commit/abd74dc8b81d62c8749f92e2348d8dd4faa0c25d)) |
| 12 | +* **Frontend/UI:** add header repo link, enable user dashboard access, and remove unused UI elements ([63b9d1e](https://github.com/prismaymedia/linkfy/commit/63b9d1e032c750ba7802ae530844d994b1f51579)) |
| 13 | +* Implement comprehensive version synchronization system ([2202204](https://github.com/prismaymedia/linkfy/commit/220220490f2141f36a9aa4d150c96ac7db84da28)) |
| 14 | +* **security:** add external URL sanitization and validation ([24c4f57](https://github.com/prismaymedia/linkfy/commit/24c4f5730fe741b736114646d0358f8cc4f6f0c7)) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* Correct alignment and formatting issues in README.md ([5330888](https://github.com/prismaymedia/linkfy/commit/5330888908f67f73aa5079c204a31c1b6891ccca)) |
| 20 | +* **database:** apply formatting suggestions for imports and custom error class ([6d7b0ea](https://github.com/prismaymedia/linkfy/commit/6d7b0ea38e9f1507cd7bd0b1404604a5985dc3d0)) |
| 21 | +* **database:** Improve history update and fix imports ([e8f9be7](https://github.com/prismaymedia/linkfy/commit/e8f9be7db149f742ebeffc8aa8930e8e2bc95277)) |
| 22 | +* **database:** prevent unintended overwrite in history sync conflict updates ([d7a6689](https://github.com/prismaymedia/linkfy/commit/d7a668989c709e2e3d1c058841a0cc4db7f80e51)) |
| 23 | +* secure external GitHub links in header and navigation ([a015450](https://github.com/prismaymedia/linkfy/commit/a0154503c858aa2f84cbd676383bef1b8536bfcb)) |
| 24 | +* **url-sanitizer:** add locale support to Deezer path regex ([3fd197d](https://github.com/prismaymedia/linkfy/commit/3fd197dae34e782a2af333ce381126dcf8ae8af0)) |
| 25 | +* **url-sanitizer:** correct error message to match supported URL patterns ([69bd039](https://github.com/prismaymedia/linkfy/commit/69bd039cd7fbeaf867c8993deedf453ce609e991)) |
| 26 | +* **url-sanitizer:** correct HTTPS validation and improve XSS detection ([5fdb262](https://github.com/prismaymedia/linkfy/commit/5fdb262dd4a03900d6c9489601793aca297d3ed7)) |
| 27 | +* **url-schema:** enhance URL validation and XSS filtering ([d1d4514](https://github.com/prismaymedia/linkfy/commit/d1d451476d555dc373ae86f7a9d8166365f54cf9)) |
| 28 | + |
| 29 | + |
| 30 | +### Code Refactoring |
| 31 | + |
| 32 | +* **auth:** apply Copilot and CodeRabbit recommendations ([0646f54](https://github.com/prismaymedia/linkfy/commit/0646f54be58c268229a37560935d770e63619b18)) |
| 33 | + |
3 | 34 | ## [2.5.0](https://github.com/prismaymedia/linkfy/compare/linkfy-v2.4.0...linkfy-v2.5.0) (2025-11-11) |
4 | 35 |
|
5 | 36 |
|
|
0 commit comments