Completed: Repo Migration
by Fri, 17 Jul 2020
onThe repository migration mentioned in the previous post is now complete.
The new home for the repository is here.
Github will automatically redirect older URLs to the new URL.
by Fri, 17 Jul 2020
onThe repository migration mentioned in the previous post is now complete.
The new home for the repository is here.
Github will automatically redirect older URLs to the new URL.
by Fri, 26 Jun 2020
onJust a heads up: We will soon be migrating our code repository hosted on Github under a new Github organisation.
The migration will be done using Github's migration feature which will ensure that issue history, watches, favourties, etc are preserved. Github will also automatically redirect old URLs to the new repository URL.
A commit confirming the migration has been pushed to the repository more than a month back: Commit Hash: 5aa2c060257411de2be20b93acde2e6e09051975
We will post a new blog entry once the migration is complete.
by Wed, 06 Feb 2019
onA new release of gngr is available (version 0.3.15) from the download page.
The focus of this release was to update dependencies and ensure compatibility with Java 11. A detailed changelog is in the GitHub release page.
Two benefits of running gngr under Java 11 are:
by Sun, 20 Jan 2019
onA new release of gngr is available (version 0.3.14) from the download page.
A minor bug fix release. A detailed changelog is available on the GitHub release page.
by Tue, 05 Jun 2018
onIn order to make contributions easier to the project, we are changing our policy to support Developer Certificate of Origin (DCO) and not require a CLA anymore. Signing the CLA was a cumbersome process, so we understand if some contributors didn't feel comfortable with it.
The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. The DCO is provided by the developer when they add a "Signed off" line to their git commit message. The git command line tool supports adding this with "-s" command line option.
Note that to ensure that the commit message originates from the developer, we also require that commits be signed with a GPG key. Setting up GPG does require some time, but once setup it, it requires very little manual intervention.
by Fri, 30 Jun 2017
onA new release of gngr is available (version 0.3.13) from the download page.
The focus of this release was on improving security. A detailed changelog is available on the GitHub release page.
by Tue, 08 Nov 2016
onA new release of gngr is available (version 0.3.12) from the download page.
The focus of this release was on layout improvements. Close to 680 progressions observed on the CSS2.1 test suite. A detailed changelog is available on the GitHub release page.
by Wed, 25 May 2016
onA new release of gngr is available (version 0.3.11) from the download page.
The focus of this release was on usability and layout improvements. A detailed changelog is available on the GitHub release page.
We automated the building and testing of the browser and we also have continuous integration running on Travis-CI. This has allowed us to make rapid improvements.
by Sun, 13 Sep 2015
onA new release of gngr is available (version 0.3.10). Grab it from the download page.
The focus of this release was on layout improvements. A detailed changelog is available on the GitHub release page.
Change log of the intermediate releases (v0.3.8 and v0.3.9) is also available on the GitHub releases page. We missed updating this blog for them.
by Sat, 28 Feb 2015
onA new release of gngr is available (version 0.3.7). Grab it from the download page.
The release frequency has slowed down a bit because of two reasons