Skip to content

Commit

Permalink
Added 1.3.5+15 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldar2021 committed Dec 6, 2024
1 parent d73a170 commit d6f9ccc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Tested v<versioncode>
# Create branch & Check auto CI
- [ ] `rl/v<versioncode>`
- [ ] Change version in `app/pubspec.yaml`
- [ ] Write change information
- [ ] Run `git add .`
- [ ] Run `git commit -m "release v<versioncode>"`
- [ ] Run `git push --set-upstream origin rl/v<versioncode>`
Expand All @@ -23,7 +24,6 @@ Tested v<versioncode>
- [ ] Create a tag
- `git tag -a v<version> -m "release v<versioncode"`
- `git push origin v<version>`
- [ ] Write change information

## Deploy Android
Testing (Open Testing)
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

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

## [UX]

Expand All @@ -95,3 +95,11 @@
- Added Contributing to MyQuran md file
- Created LICENSE
- Created SECURITY md

---

# What's Changed v1.3.5+15

## [UX]

- Added access to some features without logging in

0 comments on commit d6f9ccc

Please sign in to comment.