Skip to content

Commit 21b7861

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2026-02-20) ### Bug Fixes * **build:** correct build-front directory creation and copying ([51ba605](51ba605)) * **file-manager:** correct path navigation in file manager ([d06c1fc](d06c1fc)) * **file-manager:** handle localStorage access ([4bacdb4](4bacdb4)) * **file-manager:** prevent caching issues by adding cache-busting and no-store ([2c5c0bb](2c5c0bb)) ### Features * add "use client" directive to offline page ([9b21b8c](9b21b8c)) * **auth:** implement cookie-based authentication and api middleware ([174ae00](174ae00)) * **auth:** implement session-based password management ([64e8fb2](64e8fb2)) * **auth:** persist login state using localStorage ([d406937](d406937)) * **auth:** persist server url in localStorage and restore session ([97204dc](97204dc)) * **demo:** restrict operations and permissions in demo mode ([66ca84f](66ca84f)) * **file-list:** add thumbnail support and improve file display ([c215c1b](c215c1b)) * **file-manager:** add create folder functionality and update app name ([21d892c](21d892c)) * **file-manager:** add direct file proxy with cache and download options ([7b1d00b](7b1d00b)) * **file-manager:** add grid view and rename functionality ([f180a36](f180a36)) * **file-manager:** persist view mode preference in localStorage ([d0461e1](d0461e1)) * **file-upload:** improve upload reliability with listing verification ([84f3cdf](84f3cdf)) * implement automated semantic releases via GitHub Actions, including configuration and Makefile adjustments for standalone builds. ([af51979](af51979)) * implement file manager UI with authentication and upload functionality ([17e0e70](17e0e70)) * improve mobile responsiveness and add demo mode ([eb5134e](eb5134e)) * increase middleware client max body size limit ([48d1242](48d1242)) * **login-form:** update authentication to use basic auth ([0d5361c](0d5361c)) * **pwa:** add progressive web app support ([3b4f493](3b4f493)) * restructure app with landing page and auth flow ([83a1cf6](83a1cf6)) * update landing page title to reflect new frontend ([2462347](2462347))
1 parent 3991688 commit 21b7861

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# 1.0.0 (2026-02-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** correct build-front directory creation and copying ([51ba605](https://github.com/andrecrjr/cool-copyparty-front/commit/51ba605a77248bba4cd131285765713f86144940))
7+
* **file-manager:** correct path navigation in file manager ([d06c1fc](https://github.com/andrecrjr/cool-copyparty-front/commit/d06c1fc30fc81fd3f8cab78a753197082b17906a))
8+
* **file-manager:** handle localStorage access ([4bacdb4](https://github.com/andrecrjr/cool-copyparty-front/commit/4bacdb480fb8b0d907ba17558152543b9487d4d1))
9+
* **file-manager:** prevent caching issues by adding cache-busting and no-store ([2c5c0bb](https://github.com/andrecrjr/cool-copyparty-front/commit/2c5c0bb3e7fd5f3ff73b562a7383a5ddfec8dfb3))
10+
11+
12+
### Features
13+
14+
* add "use client" directive to offline page ([9b21b8c](https://github.com/andrecrjr/cool-copyparty-front/commit/9b21b8c97f3d3fb9dba4a30bcc16309ddb593cbc))
15+
* **auth:** implement cookie-based authentication and api middleware ([174ae00](https://github.com/andrecrjr/cool-copyparty-front/commit/174ae00de579ffd6aaa20789897eb09f98ac6d9f))
16+
* **auth:** implement session-based password management ([64e8fb2](https://github.com/andrecrjr/cool-copyparty-front/commit/64e8fb2e82dca258a4d298394e2858789ba8c257))
17+
* **auth:** persist login state using localStorage ([d406937](https://github.com/andrecrjr/cool-copyparty-front/commit/d40693732ba6f011bb26df30fc01eed80b10acca))
18+
* **auth:** persist server url in localStorage and restore session ([97204dc](https://github.com/andrecrjr/cool-copyparty-front/commit/97204dcbf608d251a07c89d827bc742fae2cde52))
19+
* **demo:** restrict operations and permissions in demo mode ([66ca84f](https://github.com/andrecrjr/cool-copyparty-front/commit/66ca84fc902ba62856cc054a59b21af935025082))
20+
* **file-list:** add thumbnail support and improve file display ([c215c1b](https://github.com/andrecrjr/cool-copyparty-front/commit/c215c1b8978a7215393c10cc08bda21274f8e4c6))
21+
* **file-manager:** add create folder functionality and update app name ([21d892c](https://github.com/andrecrjr/cool-copyparty-front/commit/21d892c845552f817b8c01af209ab96404a06f63))
22+
* **file-manager:** add direct file proxy with cache and download options ([7b1d00b](https://github.com/andrecrjr/cool-copyparty-front/commit/7b1d00be9f65416f6dd3ee534354a90788558be7))
23+
* **file-manager:** add grid view and rename functionality ([f180a36](https://github.com/andrecrjr/cool-copyparty-front/commit/f180a362610a2618436c0cd8cfbfb69ad1112061))
24+
* **file-manager:** persist view mode preference in localStorage ([d0461e1](https://github.com/andrecrjr/cool-copyparty-front/commit/d0461e1b767ed00225cd6b1a0b484b4a22945d1f))
25+
* **file-upload:** improve upload reliability with listing verification ([84f3cdf](https://github.com/andrecrjr/cool-copyparty-front/commit/84f3cdf6ddf639f4eee18cca4d2f9fcbfd14c41d))
26+
* implement automated semantic releases via GitHub Actions, including configuration and Makefile adjustments for standalone builds. ([af51979](https://github.com/andrecrjr/cool-copyparty-front/commit/af519795f6d8b4b63c8ec3836e86d2d977f25d63))
27+
* implement file manager UI with authentication and upload functionality ([17e0e70](https://github.com/andrecrjr/cool-copyparty-front/commit/17e0e7099422c20708de3a9c897318d019fb13c2))
28+
* improve mobile responsiveness and add demo mode ([eb5134e](https://github.com/andrecrjr/cool-copyparty-front/commit/eb5134e45367dded87eb0606bb50116477770a3b))
29+
* increase middleware client max body size limit ([48d1242](https://github.com/andrecrjr/cool-copyparty-front/commit/48d12423560e549e14441f67bc2934ee3a3eb7fa))
30+
* **login-form:** update authentication to use basic auth ([0d5361c](https://github.com/andrecrjr/cool-copyparty-front/commit/0d5361ce2a6e9ea97dee3f0f86f05e7b5f467c15))
31+
* **pwa:** add progressive web app support ([3b4f493](https://github.com/andrecrjr/cool-copyparty-front/commit/3b4f4934acaf476c6870b477c861e328c65c72f3))
32+
* restructure app with landing page and auth flow ([83a1cf6](https://github.com/andrecrjr/cool-copyparty-front/commit/83a1cf6f732163c7677a2a94b7b89ba7ab5b4c4c))
33+
* update landing page title to reflect new frontend ([2462347](https://github.com/andrecrjr/cool-copyparty-front/commit/2462347e1317d17abee6436c341e5da6dd029fdb))

0 commit comments

Comments
 (0)