Skip to content

Commit 0177473

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2026-03-15) ### Bug Fixes * add Dockerfile for Fliq server and update production API URL ([6180c75](6180c75)) * add dotenv, docker-compose, and update server README ([448c1d6](448c1d6)) * remove hardcoded URLs and add .env to gitignore ([b910b0c](b910b0c)) * update Node.js to 22 in release workflow for semantic-release compatibility ([7315339](7315339)) * use correct backend API URL instead of frontend SPA domain ([16b167a](16b167a)) ### Features * add event tracking, push notifications, and standalone Fliq server ([165e09e](165e09e)) * add explicit push notification permission button to onboarding ([0a304cb](0a304cb)) * add onboarding flow, swipe-to-delete, auto-delete setting, and SDK fixes ([1d5ecfc](1d5ecfc)) * add reveal styles, EAS config, legal links, and store listing ([9bb6535](9bb6535)) * build Create Secret screen and deeplink generation ([0741aef](0741aef)) * build Home screen with message list, storage layer, and FAB ([170b47f](170b47f)) * build Reveal screen with scratch-off and blur reveal styles ([4708ff6](4708ff6)) * implement direct deep linking for incoming URLs ([eb84fdb](eb84fdb)) * integrate LinkForty SDK for optional dashboard tracking ([6b8924d](6b8924d)) * push-to-phone delivery, navigation fixes, and updated docs ([065b59f](065b59f)) * scaffold Fliq demo app with Expo Router and NativeWind ([8883b8a](8883b8a))
1 parent 7315339 commit 0177473

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 1.0.0 (2026-03-15)
2+
3+
4+
### Bug Fixes
5+
6+
* add Dockerfile for Fliq server and update production API URL ([6180c75](https://github.com/linkforty/fliq/commit/6180c75890e2a611be00c9de7ab94b71f710d4db))
7+
* add dotenv, docker-compose, and update server README ([448c1d6](https://github.com/linkforty/fliq/commit/448c1d69ec237bd8512b5bd04120556e18738e0c))
8+
* remove hardcoded URLs and add .env to gitignore ([b910b0c](https://github.com/linkforty/fliq/commit/b910b0c9d18a14be15ea6fd6e17db7f8b895629c))
9+
* update Node.js to 22 in release workflow for semantic-release compatibility ([7315339](https://github.com/linkforty/fliq/commit/7315339c262c450df3611f799248403664c4af62))
10+
* use correct backend API URL instead of frontend SPA domain ([16b167a](https://github.com/linkforty/fliq/commit/16b167a91b4a366a125369b21b1c2602ae0c4d70))
11+
12+
13+
### Features
14+
15+
* add event tracking, push notifications, and standalone Fliq server ([165e09e](https://github.com/linkforty/fliq/commit/165e09e75966a6e3f77e4a1730d93370e1375a49))
16+
* add explicit push notification permission button to onboarding ([0a304cb](https://github.com/linkforty/fliq/commit/0a304cbd478c6004f8c12bc2261e32cb9ca52c93))
17+
* add onboarding flow, swipe-to-delete, auto-delete setting, and SDK fixes ([1d5ecfc](https://github.com/linkforty/fliq/commit/1d5ecfc4f2e2ba1fd11bfe2b26cfa83a63e0042c))
18+
* add reveal styles, EAS config, legal links, and store listing ([9bb6535](https://github.com/linkforty/fliq/commit/9bb65356172c3b3b588facf11cd3420b6c438739))
19+
* build Create Secret screen and deeplink generation ([0741aef](https://github.com/linkforty/fliq/commit/0741aef8ea9704d745e996c04ecf08ab6065a264))
20+
* build Home screen with message list, storage layer, and FAB ([170b47f](https://github.com/linkforty/fliq/commit/170b47f1376f698008cea9c66ee8bc0739dc4086))
21+
* build Reveal screen with scratch-off and blur reveal styles ([4708ff6](https://github.com/linkforty/fliq/commit/4708ff607dca48317c3f9c6a239e4bb25b202e5f))
22+
* implement direct deep linking for incoming URLs ([eb84fdb](https://github.com/linkforty/fliq/commit/eb84fdba71c4d76c57f2c3e099e5795b43be17c8))
23+
* integrate LinkForty SDK for optional dashboard tracking ([6b8924d](https://github.com/linkforty/fliq/commit/6b8924d47c5082b4d73e3d73fe980bb312c5c793))
24+
* push-to-phone delivery, navigation fixes, and updated docs ([065b59f](https://github.com/linkforty/fliq/commit/065b59f029b78931d15d2170e3672ac6cf8acbc2))
25+
* scaffold Fliq demo app with Expo Router and NativeWind ([8883b8a](https://github.com/linkforty/fliq/commit/8883b8a8156c2e65c4daf3e69d377f86875be831))

0 commit comments

Comments
 (0)