title | search | toc |
---|---|---|
News |
false |
true |
{% assign latest = 1 %}
-
{% for post in site.posts reversed limit:latest %}
{{ post.content }}
{% endfor %}
If you want a curt overview of what to expect in the next release, check the changelog in the making, which we update approximately every 100 changesets. If you want to know almost everything, follow the commit log instead.
If you want to know only when new releases happen, you can subscribe to the very low frequency gemrb-release mailing list.
-
{% for post in site.posts offset:latest %}
- {{ post.date | date: "%Y: " }}{{ post.title }} {% endfor %}