Skip to content

Releases: ggabbiani/orthodocs

v1.2.1

14 Apr 15:57
Compare
Choose a tag to compare

Maintenance release: fixed minor regression on version and help console messages.

v1.3.0

24 Mar 07:48
Compare
Choose a tag to compare
v1.3.0 Pre-release
Pre-release

This is a development release, in the unlikely event that you want to use this application, use the Latest release instead.

Features / changes:

[x] use c++17 set of features for all the supported OS.
[x] orthodocs shell wrapper unified for all the supported os, installation and build.
[x] --data-dir now fall-backs to the ODOX_DATADIR environment variable for retrieving the needed data directory
[x] added build number (actually the short git commit hash with a plus + when the git status is 'dirty') to the --version output
[ ] modified behaviour for --pkg-deps option: add new value 'svg' for producing the dependecy graphs as svg pictures;
[ ] streamline tests configuration;
[ ] add unit test cases for supported exceptions;
[ ] use utf8cpp instead of deprecated std::wstring_convert
[ ] improve staging by package linting (where is possible to, i.e. RPM, DEB)

v1.2.0

17 Mar 07:35
Compare
Choose a tag to compare

Completion of the ci/cd pipeline to all the supported systems:

  • Linux (Fedora and Ubuntu)
  • macOS
  • Windows

v1.1.0 - binary packages

13 Mar 09:24
Compare
Choose a tag to compare

In this new release, product installation has been streamlined for all the supported operative systems.

  • The CMake driven installation - meant for quick product check during its development - can be used to test pre-release or customized versions of OrthoDocs through a per-user installation.
  • Newly provided binary packages allow system-wide installation for final users.

OrthoDocs version 1.0.0

25 Feb 00:07
Compare
Choose a tag to compare

First release:

  • admonitions recognition inside comments
  • comment styles:
    • single line
    • block comments
    • decorated single line comments
    • decorated block comments
  • item cross-reference across the source tree produced documents
  • Table of Contents for rapid access to the produced documentation items
  • In-doc and stand-alone dependency graphs generation for inter packages dependecies
  • support for SCAD global functions, modules and variables
  • SPDX expression recognition inside documentation
  • support for Markdown as documentation writer
  • supported platforms:
    • Linux
    • macOS
    • Windows

Full Changelog: v0.8.0...v1.0.0

Consolidated version

08 Aug 10:17
Compare
Choose a tag to compare
Consolidated version Pre-release
Pre-release

Mostly working, many details to be fixed. One on all: documentation of global variables.

0.1

03 Aug 08:26
Compare
Choose a tag to compare
0.1
updated