Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to v0.1.4 #90

Merged
merged 2 commits into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 17 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
## v0.1.4 - 22/12/2024
## Updated
- README

## v0.1.3 - 22/12/2024
## Added
### Added
- Building instruction

## 0.1.2 - 21/12/2024
## Added
### Added
- Listen when scan ticket error

## v0.1.1 - 18/12/2024
## Added
### Added
- Secure ticket's QR code

## v0.1.0 - 08/12/2024
## Added
### Added
- Sign in guard
- Test for calculate price
- Workflow for test
Expand All @@ -21,44 +25,44 @@
- Open map for parking direction
- Android integration
- Secure QR
## Fixed
### Fixed
- Saved screen and Booking screen visible without signin
- Hide QR for complete tickets

## v0.0.9 - 03/12/2024
## Fixed
### Fixed
- Wrong uri routes after pop back on release version

## v0.0.8 - 03/12/2024
## Added
### Added
- LICENSE, Issues templates, PR template
- Display nearby parkings base on user location and screen camera
- Config Hive for storing recent search
- Handle Search parking logics
- Integrate Payment using Stripe

## v0.0.7 - 22/11/2024
## Added
### Added
- Implement Supabase for storing: tickets, favorite parkings, user vehicles
## Fixed
### Fixed
- Wrong config Github action

## v0.0.6 - 21/11/2024
## Added
### Added
- Implement Supabase for user profile
- Dynamic profile page
- Logic for edit profile
- Social Login: Facebook and Google
- Temporary hide remember me and forgot password
## Fixed
### Fixed
- Wrong function handling when verity otp failure

## v0.0.5 - 18/11/2024
## Added
### Added
- Login logics
- Register logics
- Initialization Supabase
## Fixed
### Fixed
- Wrong app name
- Browser pop back issues
- App paths Re-organization
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ enum sort_order {
}
```
- Navigate to the [Supabase SQL Editor](https://app.supabase.io/project/_/sql) and add all sql to create [EcoParking tables](https://github.com/hieutbui/database_function/tree/51b9f545f6e2c937b58ee5b90747ae115876ad83/creation)
- Navigate to the [Supabase Integration](https://supabase.com/dashboard/project/_/integrations) and enable: Cron, GraphQL and Stripe Wrapper. (Note: Some integration need a key to connect)
- Inside [Cron Jobs](https://supabase.com/dashboard/project/_/integrations/cron/jobs), link `update_ticket_status` function with schedule: `*/10 * * * *`

#### Set up env vars

Expand Down
Loading