Skip to content

Commit ecfdb94

Browse files
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

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.0.5](https://github.com/involvex/awesome-github-app/compare/v0.0.3...v0.0.5) (2026-02-27)
1+
## [0.0.6](https://github.com/involvex/awesome-github-app/compare/v0.0.3...v0.0.6) (2026-02-28)
22

33
### Bug Fixes
44

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "awesome-github-app",
44
"slug": "awesome-github-app",
55
"owner": "involvex",
6-
"version": "0.0.5",
6+
"version": "0.0.6",
77
"orientation": "portrait",
88
"userInterfaceStyle": "automatic",
99
"githubUrl": "https://github.com/involvex/awesome-github-app.git",
@@ -27,7 +27,7 @@
2727
"backgroundColor": "#ffffff"
2828
},
2929
"userInterfaceStyle": "automatic",
30-
"versionCode": 5
30+
"versionCode": 6
3131
},
3232
"web": {
3333
"output": "single",
@@ -36,7 +36,7 @@
3636
},
3737
"ios": {
3838
"bundleIdentifier": "com.involvex.awesomegithubapp",
39-
"buildNumber": "5",
39+
"buildNumber": "6",
4040
"infoPlist": {
4141
"ITSAppUsesNonExemptEncryption": false
4242
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "awesome-github-app",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)