kpumuk opened a new pull request, #20: URL: https://github.com/apache/thrift-website/pull/20
It is currently harder than necessary to find Thrift changelogs: * [GitHub releases](https://github.com/apache/thrift/releases/tag/v0.23.0) links to http://thrift.apache.org/download * http://thrift.apache.org/download links to binaries and checksums * The actual changelog is in the repository in the [CHANGES.md](https://github.com/apache/thrift/blob/master/CHANGES.md) file This pull request renders the 3 (randomly chosen number) latest releases from the changelog on a separate page. This is done by adding a new syntax to the `remote_snippet` tag: `####,N` where number of `#` represents the markdown header level to count and N is the number of such headers. In case of Thrift changelog, we use second level headers, so `##,3` will render 3 versions. ## Screenshots <img width="1926" height="800" alt="CleanShot 2026-04-29 at 13 28 24@2x" src="https://github.com/user-attachments/assets/bfc0fe25-db42-4daa-a272-4843a3b44663" /> <img width="1936" height="664" alt="CleanShot 2026-04-29 at 13 29 18@2x" src="https://github.com/user-attachments/assets/09260246-341b-44c3-bd5f-773391a85459" /> <img width="1586" height="1486" alt="CleanShot 2026-04-29 at 13 29 50@2x" src="https://github.com/user-attachments/assets/83b8bdd4-e7e8-4d02-8691-c9b03758eb5c" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
