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

Add release notes #3

Open
dalton5 opened this issue Jul 3, 2022 · 2 comments
Open

Add release notes #3

dalton5 opened this issue Jul 3, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@dalton5
Copy link

dalton5 commented Jul 3, 2022

First thanks for the great work.

Is it possible to add the retrieving of release notes please?

The lib works very well.

Thanks,

@X-SLAYER X-SLAYER added the enhancement New feature or request label Jan 5, 2023
@timobaehr
Copy link

timobaehr commented Jan 10, 2023

For iOS:

http://itunes.apple.com/lookup?bundleId=<bundleId> returns a simple JSON response. results[0].releaseNotes gives you back the release notes without ugly HTML parsing and regular expressions:

{
    "resultCount": 1,
    "results": [{
        ...
        "supportedDevices": ["iPhone5s-iPhone5s", ...],
        "kind": "software",
        "minimumOsVersion": "10.0",
        "releaseDate": "2021-01-14T08:00:00Z",
        "currentVersionReleaseDate": "2023-01-10T08:00:33Z",
        "releaseNotes": "NEW:\n* Estimation of the amount of gas consumption.\n\nIMPROVEMENTS:\n* When change was saved, show short info below.\n* Cold water meter can be classified as seasonal\n* More public utilities\n\nFIXES:\n* Wastewater amount is set to 0 when wastewater costs are disabled.\n* Duplicate contracts will be deleted automatically\n* Cost overview not visible only after tab change",
        "version": "1.6.119"
    }] 
}

@timobaehr
Copy link

timobaehr commented Jan 12, 2023

I made a pull for this issue:
#10

Please review. Android PlayStore release notes are available on Google Play Homepage again on January 12th.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants