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

feat: show all the unseen changelogs on changelog section #970

Merged
merged 2 commits into from
Jun 30, 2023

Conversation

TheAabedKhan
Copy link
Member

We have already been through the times when we push an update with lots of new features and fixes but due to some bugs, we immediately push a hotfix to resolve the issue. However, because of that hotfix, the changelog gets updated which just mentions about the hotfix and the users who didn't update the app before the hotfix won't be able to see all the new changes within the app while updating.

This PR fixes that problem by merging the changelogs.

For example: If I am on v1.3.0, then, I will be able to see the changelogs from v1.3.1 upto the latest version.

revanced_all_changelogs

We have already been through the times when we push an update with lots of new features and fixes but due to some bugs, we immediately push a hotfix to resolve the issue. However, because of that hotfix, the changelog gets updated which just mentions about the hotfix and the users who didn't update the app before the hotfix won't be able to see all the new changes within the app while updating.

This PR fixes that problem by merging the changelogs.

For example: If I am on `v1.3.0`, then, I will be able to see the changelogs from `v1.3.1` upto the latest version.
@TheAabedKhan TheAabedKhan changed the title feat: show all the changelogs on changelog section feat: show all the unseen changelogs on changelog section Jun 27, 2023
@Ushie Ushie changed the base branch from main to dev June 30, 2023 23:40
@Ushie Ushie merged commit 6fe05cd into ReVanced:dev Jun 30, 2023
1 check passed
@TheAabedKhan TheAabedKhan deleted the patch-8 branch July 7, 2023 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants