The big change is support for multiple resource or library files
with the same name.
This has a backward-incompatibility. URLs used to be of the form
/doc/library_name/keyword_name, but that prevented you from having
more than one library or resource file with the same name. In this
version, each library or resource file is assigned an id, and that
is used in place of the library name.
The id is guaranteed to be unique while rfhub is running, but could
change when you stop and restart the hub.
Issues closed
- Issue 41 - Files with duplicate names aren't handled properly
- Issue 17 - should be able to search for keywords by name
Other changes
- Version and scope are only displayed for libraries
- For resource files, the file path is displayed for a particular
resource file in place of the version and scope
- The file path appears as a tooltip over names in the nav panel
- Added -v/--version command line argument
- Use bullet points next to keyword names in nav panel
- This CHANGELOG.md file was added