gngr blog gngr home download feed

Funding updates

by hrj on Sun, 20 Jun 2021

gngr is participating in Fund OSS, a democratic funding experiment for OSS projects.

Every contribution will be matched by a multiple from the common pool. So each buck will go a long way.

The FundOSS pilot ends on 24th June 2021. For the long term, I have also setup OpenCollective and Github Sponsors.

If we raise 1000$, we can start offering code bounties for new contributors, while I can focus on the re-write of the rendering engine to support CSS3.

Completed: Repo Migration

by hrj on Fri, 17 Jul 2020

The 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.

Upcoming: Repo Migration

by hrj on Fri, 26 Jun 2020

Just 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.

gngr v0.3.15

by hrj on Wed, 06 Feb 2019

A 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:

  • When a SOCKS5 proxy is configured, gngr will resolve domain names through the proxy itself.
  • http/2 support

gngr v0.3.14

by hrj on Sun, 20 Jan 2019

A 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.

Easier contributions with DCO

by hrj on Tue, 05 Jun 2018

In 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.

Further reading

gngr v0.3.13

by hrj on Fri, 30 Jun 2017

A 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.

New contributors

gngr v0.3.12

by hrj on Tue, 08 Nov 2016

A 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.

New contributors

  • @chetankothari, who is actually a veteran contributor to gngr. He previously worked on integrating jStyleParser into gngr, as seen in our older repository.

gngr v0.3.11, usability and layout improvements

by hrj on Wed, 25 May 2016

A 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.

Automation

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.

New contributors

gngr v0.3.10, huge performance and layout improvements

by hrj on Sun, 13 Sep 2015

A 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.