Commit ecfdb94
committed
## [0.0.6](v0.0.3...v0.0.6) (2026-02-28)
### Bug Fixes
- remove sensitive data from OAuth logs and update build trigger ([ec69370](ec69370))
- **ui:** cast Markdown image styles to ImageStyle to resolve TS incompatibility ([13d228f](13d228f))
- **ui:** resolve React 19 key spread error and improve Markdown README layout ([3d5dc47](3d5dc47))
- **ui:** resolve React 19 key spread error and improve Markdown README layout ([5748df7](5748df7))
- **ui:** use correct types for Markdown styles to resolve ESLint any warning ([065dd95](065dd95))
- **ui:** use proper types in Markdown image rule to resolve ESLint warnings ([5509e7b](5509e7b))
## [0.0.3](v0.0.2...v0.0.3) (2026-02-23)
### Features
- **feed:** replace chip filters with modal-based filter selection ([670ab60](670ab60))
- **ios:** add ITSAppUsesNonExemptEncryption to iOS infoPlist for App Store compliance ([3d99863](3d99863))
- release v0.0.3 with modal-based feed filters and iOS App Store compliance ([fbdc994](fbdc994))
## [0.0.2](b2fedb7...v0.0.2) (2026-02-23)
### Bug Fixes
- normalize line endings in test utility files ([46784b3](46784b3))
- remove unused vars to pass ESLint ([371bba7](371bba7))
- rename API route for Expo Router compatibility ([e921945](e921945))
### Features
- add Alert UI component with design tokens ([f02bd59](f02bd59))
- add date format settings and improve explore screens ([2456590](2456590))
- add Expo Go OAuth support with separate client ID configuration ([3674531](3674531))
- add expo-version-bump and improve header navigation ([40b8370](40b8370))
- add favorites functionality to explore screen ([a42aec2](a42aec2))
- add GitHub OAuth client secret support and auth redirection ([ab4e2e3](ab4e2e3))
- add GitHub URL to app.json and repository to package.json ([8b06059](8b06059))
- add iOS configuration and versionCode to app.json ([25f9e61](25f9e61))
- add OAuth callback route and redirect to feed after login ([6756dff](6756dff))
- add OAuth config and improve type safety in explore screens ([0e8ae38](0e8ae38))
- add useActivity hook, Plan.md, and update gitignore ([b4acdc6](b4acdc6))
- add web OAuth credentials to app.json ([82179f7](82179f7))
- **app.json:** enable new architecture for Android build ([26004b2](26004b2))
- **auth:** enhance GitHub OAuth flow with improved token exchange ([17edcce](17edcce))
- **auth:** enhance OAuth authentication with PKCE and Expo Go validation ([7071b97](7071b97))
- **ChipFilter:** adjust spacing and sizing for more compact layout ([fe66925](fe66925))
- configure expoGo client ID and add prebuild scripts ([54f84f8](54f84f8))
- enhance home screen UI and replace SecureStore with custom storage ([0437282](0437282))
- integrate Expo splash screen and add adaptive Android app icons ([b2fedb7](b2fedb7))
- **oauth:** add Cloudflare Worker for secure web OAuth token exchange ([3b87a9e](3b87a9e))
- **oauth:** add configurable web token exchange URL for web OAuth flow ([f0c155f](f0c155f))
- **oauth:** redirect users based on auth status after OAuth callback ([b4d187d](b4d187d))
- separate native and web OAuth client IDs ([014b29f](014b29f))1 parent eb4ad36 commit ecfdb94
3 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments