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

Release v1.3.4+14 #268

Merged
merged 2 commits into from
Nov 30, 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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,26 @@

- Fixed integration test error
- Bump flutter version

---

# What's Changed v1.3.4+14

## [Bug Fixes]

- Fixed BottomNav always show
- Fixed Settings twice navigation pop
- Fixed onTap juz item

## [UX]

- Integrated sign in with apple
- Add description to access location

## [Technical]

- Created CODE_OF_CONDUCT md file
- Changed screenshots and description
- Added Contributing to MyQuran md file
- Created LICENSE
- Created SECURITY md
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: "none"

version: 1.3.3+13
version: 1.3.4+14

environment:
sdk: ">=3.5.0 <4.0.0"
Expand Down