Releases: dgarijo/Widoco
WIDOCO 1.4.15: Major bug fixes
WIDOCO 1.4.15_1 (pre-release): Namespace prefixes fixes and WebVowl update
This pre-release fixes issues regarding namespace prefixes (now they will be rad directly from the ontology instead of using LODE); it updates WebVOWL to the latest version (which let's you change the settings in your visualization)
More information on the addressed issues can be seen in: https://github.com/dgarijo/Widoco/milestone/2?closed=1
WIDOCO 1.4.15 (pre-release): Bug fixes and FAQ
(This is a pre-relase. For more information about the next release see https://github.com/dgarijo/Widoco/milestone/2)
This pre-release of WIDOCO fixes some bugs and adds a FAQ for common questions posted as issues. In particular, this solves:
- External links will now open in another window instead of appearing dotted.
- Fixed issue that made the index not be generated when including all the sections in a single html.
- Added a FAQ explaining why by default the documentation cannot be seen locally.
- Added a FAQ regarding how to use markdown on class definitions.
- Error with a missing path when the CLI was run, which resulted in the /sections folder not being generated.
- Fixed a typo in acknowledgments
- Fixed typo in schema.org snippet.
- Fixed a few URLs from http -> https
WIDOCO 1.4.14: Multiple updates and bug fixes
This version of WIDOCO updates some of the web services used:
- Updated a comprehensive --help command.
- Reviewed metadata properties (added incompatibleWith)
- Removed JENA dependencies (now only OWLAPI is used)
- Unified logging (now only SLF4J is used).
- Fixed pointers in WIDOCO guidelines.
- Updated OOPS! webservice call.
- Fixed invalid ttl file when generating the provenance of a documentation.
WIDOCO 1.4.13: Linking evaluation in documentation
This version of WIDOCO removes a few of unused dependencies and, if desired, shows a link to the OOPS! evaluation generated in the documentation. Before, this link had to be added manually.
Thanks to @HaydarAk for the suggestions on how to show it in the main page.
WIDOCO 1.4.12: Big fixes and new configurations
This version of WIDOCO addresses the following issues (thanks to @pmcb55 for his contributions!!)
- #354: The page would display centered in the visualization instead of the element loaded.
- #362: Upgraded to latest version of OWL API
- #361: Allowed adding a "-uniteAllSections" flag that will print all sections on the same document. Hence, dynamic loading will be removed.
- Tidying up PROV rendering.
- Small typo fixes in the default html
WIDOCO 1.4.11: Better logging and bug fixes
WIDOCO 1.4.10: Pull requests, updates and bug fixes
This version of WIDOCO incorporates pull requests from @seralf and @jgeluk (updating to the latest version of WebVowl) and fixes the following issues:
- #333 Now if there is an error in one of the imports the application will continue running instead of failing.
- #217 Now the changelog can be expanded and collapsed, which makes it easier to navigate
- #313 A link will be added in the index page if provided in the config file (using contextURI="YOUR URL")
- #339 Now WIDOCO will generate the folders four your htaccess file as well.
In addition, now the base encoding is UTF-8.
WIDOCO 1.4.9: Supporting schema.org
This version of WIDOCO addresses the following:
- #274: Now WIDOCO will include the domain and range if you use schema:domainIncludes and schema:rangeIncludes to declare it in your object properties or data properties with . Note that WIDOCO still does not support plain rdf:Property.
- Reduced the level of logging
WIDOCO 1.4.8: Logging and automated citation
This release of WIDOCO includes:
- Fixes from @jgeluk to do proper logging.
- Fix #264: now an automated citation will be produced for your ontology by default (if the appropriate metadata is there: creators, revision, and URL (this version)
- JenaCatalogIRIMapper now supports Jena's ont-policy.rdf file to resolve imports with local files
- Fixed #321, now WIDOCO uses a more recent version of OWL API