Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Implement receiving of changelog #94

Open
mellowagain opened this issue Jan 2, 2019 · 1 comment
Open

Implement receiving of changelog #94

mellowagain opened this issue Jan 2, 2019 · 1 comment
Labels
feature: io type: suggestion Issues which suggest various features
Milestone

Comments

@mellowagain
Copy link
Owner

The osu! client shows on a Beta and Cutting Edge update the changelog on start in the bottom left corner. This is fetched using the /p/changelog route.

I propose the implementation of this in connection with the Git commit history of Shiro.

@mellowagain mellowagain added type: suggestion Issues which suggest various features feature: io labels Jan 2, 2019
@mellowagain mellowagain added this to the Backlog milestone Jan 2, 2019
@mellowagain
Copy link
Owner Author

The format for /p/changelog is each line is a new changelog, with each line having either two three arguments separated by a tab character (\t):

  • Type (One character, either + for "Added", * for "Fixed" or any other character for "Misc")
  • Author
  • Message

For example:

*	peppy	Bug fixes and minor improvements.

Note: /p/changelog without the &updater=3 argument just redirects to the osu-web changelog page, even with osu! user agent.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature: io type: suggestion Issues which suggest various features
Projects
None yet
Development

No branches or pull requests

1 participant