Conversation
Dinnerbone
left a comment
There was a problem hiding this comment.
LGTM
I wonder why it had a random reformat... do we not auto format in this repo? 🤔
|
Hmmm... Running |
|
Fun fact, back when we used Jekyll, we had a small setup for stable releases, but it was removed with the switch to React: ruffle-rs.github.io/index.html Lines 245 to 247 in 085ac08 |
c2b0e9f to
61985cc
Compare
|
That setup was "5 last stable releases", no separation of major/minor. |
61985cc to
34dc1d5
Compare
34dc1d5 to
b8a580b
Compare
|
Fixed searching for stable releases. Currently we have to traverse all releases to find out there's no stable releases (which takes around 15s, 80 releases per page, ~15 pages). Also changed |
This PR adds "Stable Releases" section to downloads (if there are any) and replaces the default download links with the latest stable version (or the latest nightly if there's no stable). By default 3 last minor, and 2 last major releases are shown. "Compatibility" still uses nightly for measuring progress.
This PR may be tested by switching the repo in config to
kjarosh/ruffle(there are some test releases).