Updated changelog and manual.

This commit is contained in:
LoRd_MuldeR 2020-03-28 15:04:34 +01:00
parent 7179ad161e
commit 8773330c25
5 changed files with 21 additions and 51 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,15 @@
% ![](img/lamexp/banner.png)
LameXP Audio-Encoder Front-End – Changelog
---
title: "![LameXP](img/lamexp/banner.png)"
subtitle: "Audio-Encoder Front-End – Changelog"
---
# LameXP v4.xx History #
## LameXP v4.19 [unreleased] ## {-}
* Updated cURL to v7.69.1 (2020-03-11), with libcurl v7.69.1 and OpenSSL v1.1.0k
* Added command-line switch `--no-splash`, which can be used to hide the "splash" screen at startup
## LameXP v4.18 [2019-12-18] ## {-}
* Upgraded build environment to Microsoft Visual Studio 2017.9 (MSVC 14.16)
* Updated LAME encoder to v3.100.1-SVN (2019-07-23), compiled with ICL 19.0 and MSVC 14.16

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,7 @@
% ![](img/lamexp/banner.png)
LameXP Audio-Encoder Front-End – Manual
---
title: "![LameXP](img/lamexp/banner.png)"
subtitle: "Audio-Encoder Front-End – Manual"
---
# Introduction #
@ -504,11 +506,14 @@ Command-line options that are intended for testing and debugging:
Miscellaneous command-line options that may come in handy in certain situations:
* ``--no-splash``
Do **not** show the "splash" screen while application is starting up. Be aware that this will *not* (considerably) improve the application startup time, because the same initialization work still needs to be performed!
* ``--kill``
Exit all running instances of LameXP.
* ``--force-kill``
Exit all running instances of LameXP as quickly as possible, even if that incurs data loss. Use with extreme care!
Exit all running instances of LameXP as quickly as possible, even if that incurs data loss!

View File

@ -22,8 +22,7 @@ if not exist "%JAVA_HOME%\bin\java.exe" (
for %%i in ("%~dp0\..\..\doc\*.md") do (
echo PANDOC: %%~nxi
"%~dp0\..\..\..\Prerequisites\Pandoc\pandoc.exe" --from markdown_github+pandoc_title_block+header_attributes+implicit_figures --to html5 --toc -N --standalone -H "%~dp0\..\..\..\Prerequisites\Pandoc\css\github-pandoc.inc" "%%~i" | "%JAVA_HOME%\bin\java.exe" -jar "%~dp0\..\..\..\Prerequisites\HTMLCompressor\bin\htmlcompressor-1.5.3.jar" --compress-css -o "%%~dpni.html"
::"%~dp0\..\..\..\Prerequisites\Pandoc\pandoc.exe" --from markdown_github+pandoc_title_block+header_attributes --to html5 --toc -N --standalone -H "%~dp0\..\Style\style.css" "%%~i" --output "%%~dpni.html"
"%~dp0\..\..\..\Prerequisites\Pandoc\pandoc.exe" --from markdown_github+pandoc_title_block+header_attributes+implicit_figures+yaml_metadata_block --to html5 --toc -N --standalone -H "%~dp0\..\..\..\Prerequisites\Pandoc\css\github-pandoc.inc" "%%~i" | "%JAVA_HOME%\bin\java.exe" -jar "%~dp0\..\..\..\Prerequisites\HTMLCompressor\bin\htmlcompressor-1.5.3.jar" --compress-css -o "%%~dpni.html"
if not "!ERRORLEVEL!"=="0" (
"%~dp0\..\..\..\Prerequisites\CEcho\cecho.exe" red "\nSomething went wrong^^!\n"
pause && exit