I have tagged and deployed NimForum 2.0.1 yesterday. This is a very minor release. The two main improvements are:
* The forum now runs on Jester 0.4.0 and HttpBeast 0.2.0. * User sessions are no longer tied to your IP address. So for those of us on the go, or with an ISP that likes to change our IP frequently, the experience should be much better. In fact, you should stay logged in until you either log out or clear your browser cookies. In addition, we have started getting some awesome [PRs](https://github.com/nim-lang/nimforum/pulls?q=is%3Apr+is%3Aclosed) on the forum. Including many test improvements from @jyapayne. Creating PRs with new tests is a great way to start contributing to NimForum. The tests are all here for those that are interested in checking them out: [https://github.com/nim-lang/nimforum/tree/master/tests/browsertests](https://github.com/nim-lang/nimforum/tree/master/tests/browsertests).
