|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.6.0](https://github.com/prismaymedia/linkfy/compare/linkfy-v2.5.0...linkfy-v2.6.0) (2025-12-04) |
| 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 | +* **extension:** implement full URL detection workflow and suggestion popup ([7cf6ebb](https://github.com/prismaymedia/linkfy/commit/7cf6ebbdcc21a80d4c4944a967758cd4cd059c98)) |
| 13 | +* **Frontend/UI:** add header repo link, enable user dashboard access, and remove unused UI elements ([63b9d1e](https://github.com/prismaymedia/linkfy/commit/63b9d1e032c750ba7802ae530844d994b1f51579)) |
| 14 | +* **history:** store, display, search and clear user conversion history ([1f6aa47](https://github.com/prismaymedia/linkfy/commit/1f6aa47b0dc14bd7e788a539e8be1a42c43b6677)) |
| 15 | +* Implement comprehensive version synchronization system ([2202204](https://github.com/prismaymedia/linkfy/commit/220220490f2141f36a9aa4d150c96ac7db84da28)) |
| 16 | +* **security:** add external URL sanitization and validation ([24c4f57](https://github.com/prismaymedia/linkfy/commit/24c4f5730fe741b736114646d0358f8cc4f6f0c7)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* align failed-history recording with validated convert flag ([dfdca61](https://github.com/prismaymedia/linkfy/commit/dfdca61a44dcd792df2db2e570de483f73cf319b)) |
| 22 | +* apply code quality improvements ([c19750c](https://github.com/prismaymedia/linkfy/commit/c19750c44ce53af74fd952f7818cc8bfc6ef173c)) |
| 23 | +* **client:** safely handle createdAt and payload fields in history timeline ([28e21be](https://github.com/prismaymedia/linkfy/commit/28e21bee9bb2c1ac09a44b0780e3ec1bd5a8e22d)) |
| 24 | +* Correct alignment and formatting issues in README.md ([5330888](https://github.com/prismaymedia/linkfy/commit/5330888908f67f73aa5079c204a31c1b6891ccca)) |
| 25 | +* **database:** apply formatting suggestions for imports and custom error class ([6d7b0ea](https://github.com/prismaymedia/linkfy/commit/6d7b0ea38e9f1507cd7bd0b1404604a5985dc3d0)) |
| 26 | +* **database:** Improve history update and fix imports ([e8f9be7](https://github.com/prismaymedia/linkfy/commit/e8f9be7db149f742ebeffc8aa8930e8e2bc95277)) |
| 27 | +* **database:** prevent unintended overwrite in history sync conflict updates ([d7a6689](https://github.com/prismaymedia/linkfy/commit/d7a668989c709e2e3d1c058841a0cc4db7f80e51)) |
| 28 | +* **extension:** wrap switch-case scope and update Deezer match patterns ([664afbf](https://github.com/prismaymedia/linkfy/commit/664afbfc0554dc4c9eddea67ed7b423f13bf0c2b)) |
| 29 | +* **history:** fix i18n interpolation and clean up unused error variable ([19f5558](https://github.com/prismaymedia/linkfy/commit/19f5558870c2613b3cc3470792efb457c95e8695)) |
| 30 | +* **history:** replace template literals with proper i18n interpolation ([234793f](https://github.com/prismaymedia/linkfy/commit/234793fad7f726a8005a9bcd83a398b4277846c3)) |
| 31 | +* implement suggested updates and missing i18n keys ([fb0c776](https://github.com/prismaymedia/linkfy/commit/fb0c7767d0a1c11ad45264acc165528f08941aeb)) |
| 32 | +* **manifest, background:** wrap case blocks to prevent scope leakage and update manifest accordingly ([9667986](https://github.com/prismaymedia/linkfy/commit/9667986d58494e9020d52ff19eef05e8684db926)) |
| 33 | +* **manifest:** remove unnecessary utils.js entry from web_accessible_resources ([ee75c65](https://github.com/prismaymedia/linkfy/commit/ee75c65d4a04f28456c699a70ddd5359deb273ae)) |
| 34 | +* secure external GitHub links in header and navigation ([a015450](https://github.com/prismaymedia/linkfy/commit/a0154503c858aa2f84cbd676383bef1b8536bfcb)) |
| 35 | +* **url-sanitizer:** add locale support to Deezer path regex ([3fd197d](https://github.com/prismaymedia/linkfy/commit/3fd197dae34e782a2af333ce381126dcf8ae8af0)) |
| 36 | +* **url-sanitizer:** correct error message to match supported URL patterns ([69bd039](https://github.com/prismaymedia/linkfy/commit/69bd039cd7fbeaf867c8993deedf453ce609e991)) |
| 37 | +* **url-sanitizer:** correct HTTPS validation and improve XSS detection ([5fdb262](https://github.com/prismaymedia/linkfy/commit/5fdb262dd4a03900d6c9489601793aca297d3ed7)) |
| 38 | +* **url-schema:** enhance URL validation and XSS filtering ([d1d4514](https://github.com/prismaymedia/linkfy/commit/d1d451476d555dc373ae86f7a9d8166365f54cf9)) |
| 39 | + |
| 40 | + |
| 41 | +### Code Refactoring |
| 42 | + |
| 43 | +* **auth:** apply Copilot and CodeRabbit recommendations ([0646f54](https://github.com/prismaymedia/linkfy/commit/0646f54be58c268229a37560935d770e63619b18)) |
| 44 | + |
3 | 45 | ## [2.5.0](https://github.com/prismaymedia/linkfy/compare/linkfy-v2.4.0...linkfy-v2.5.0) (2025-11-11) |
4 | 46 |
|
5 | 47 |
|
|
0 commit comments