Skip to content

Commit

Permalink
Publish as v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marble committed Oct 21, 2019
1 parent fcf8046 commit 198933f
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 10-Toolchain-actions/run_03-Run-action-and-exit.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys
import tct

VERSION = '2.8-dev'
VERSION = '2.8.0'

params = tct.readjson(sys.argv[1])
binabspath = sys.argv[2]
Expand Down
52 changes: 48 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,52 @@
Release v2.8-dev (permanent release as 'develop')
=================================================
Release v2.8.0 (Oct 21, 2019)
=============================

Lots of improvements!

Starting with 'reason' strings in the toolchain:

* b956969 Revamp 'reason' strings and 'exitcode'

Replace the old CheckIncludeFiles code:

* 32a54f6 Revamp run_04-Check-included-files

Start renaming the old variable name and use, for example, 'OrigProject' (now)
instead of 'gitdir' (previously):

* ce168d6 Add OrigProject in run_30-Adjust-the-buildsettings

Allow configuration of which files of the original project
'OrigProject' (=/PROJECT) shall be available in the copy 'TheProject' that
is used for documentation generation:

* 36e9c6b Add run_22-Get-more-documentation-files
* e131a6b Use 'get_documentation' in run_03-Copy-the-project.py
* 31e372e Add get_documentation_defaults in run_01-Start-with-everything


Make everything work for every localization as well:

* 9c08fb6 [BUGFIX][FEATURE] Have package result for each localization
* 884f9db [BUGFIX][FEATURE] Have latex result for each localization
* 286e1d2 [BUFGIX] Make localization work again


Allow a mapping for themes:

* 4c0e0b6 Update run_08-Copy-the-makedir.py: Copy /THEMES as MAKEDIR/_themes


Make everything configurable in - superpowered! - jobfile.json:

* b662d32 [!!!] jobfile.json takes precedence of commandline params


Enhancements, interesting or useful stuff:

* b3ab839 Set 'nonstopmode' in Makefile for 'make latex'
* cf5ea9d run_40-Make-html.py: Use 'sphinx-build -v -v -v'

* bugfix: in make_html get 'exitcode' if 'activateForLocalDebugging' is on
* set version to 'v2.8-dev'


Release v2.7.0 (Aug 15, 2019)
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RenderDocumentation
A Toolchain To Render TYPO3 Documentation
-----------------------------------------

:Version: 2.8-dev
:Date: 2019-08-21
:Version: 2.8.0
:Date: 2019-11-21
:Author: Martin Bless <[email protected]>
:Repository: https://github.com/marble/Toolchain_RenderDocumentation
:Target Folder: ~/Toolchains/RenderDocumentation
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.8-dev
2.8.0


# ##################################################
Expand Down

0 comments on commit 198933f

Please sign in to comment.