-
What does v0.0.2 brings to the table? Is there a release note or something somewhere?
-
Hey quahfamili,
We're actually on release 0.0.3 right now, although the code on try.nodebb.org hasn't been updated yet.
Informally, the jump from 0.0.2 to 0.0.3 are mostly bugfixes and stability changes brought about through re-factoring. We don't intend on following
major.minor.revision
version numbers until v0.1, so even though the jump from 0.0.2 to 0.0.3 looks incremental, there are a number of changes that may require you to re-runnode app --setup
.For the full list of bugfixes, please take a look here
-
Hi quahfamili,
Most of the work that was done is in the background regarding stability and bug fixes, for example we were storing topics, posts and categories in key/value pairs and we moved them over to hashes which is more suitable for this kind of thing. We also added support for sub-folder installation as in you can install NodeBB into yourdomain.com/forum, this was not possible before.
For a list of all issues closed in 0.0.2 and other milestones you can check milestones
-
We also added support for sub-folder installation as in you can install NodeBB into yourdomain.com/forum, this was not possible before.
^ This is a big one. A number of users were asking us whether it was possible to run under a subdirectory, and now we're proud to say we can.
Copyright © 2024 NodeBB | Contributors