mirror of
https://github.com/workinghard/GuitarTeX2.git
synced 2025-12-13 18:32:09 +00:00
upped to version 3.5.0
This commit is contained in:
14
README.md
14
README.md
@@ -1,23 +1,25 @@
|
||||
# Server online: guitartex2.nikolai-rinas.de
|
||||
# Server online: guitartex2.nikolai-rinas.de - port 3121
|
||||
|
||||
## Build
|
||||
You can build it on you platform with maven. I'm using Visual Studio Code with maven an openjdk package to build the release versions.
|
||||
You can build it on your platform with maven. I'm using Visual Studio Code with maven an openjdk package to build the release versions.
|
||||
|
||||
## Documentation
|
||||
* [Available in German](https://github.com/workinghard/GuitarTeX2/blob/a9db41ba391bd3afd5dafd1106c3e946599ce262/doc/GuitartTeX2-documentation_de.pdf)
|
||||
* [Available in English](https://github.com/workinghard/GuitarTeX2/blob/3db89f3205e154896073fc75aa1a59e937b54a07/doc/GuitartTeX2-documentation_en.pdf)
|
||||
Details can be found [here](https://guitartex2.nikolai-rinas.de/)
|
||||
|
||||
|
||||
## Release Notes
|
||||
=============
|
||||
|
||||
### Version 3.4.1
|
||||
* New build pipeline with VSC and maven
|
||||
### Version 3.5.0
|
||||
* New build pipeline with maven and VSC (optional)
|
||||
* Code cleanup
|
||||
* Dropped standalone mac app support
|
||||
* Standalone gtx converter available
|
||||
* Published build versions for Windows/Linux/Mac
|
||||
* Guitartab command is now dynamic \textwidth (thanks for contribution @e-dschungel)
|
||||
* gtxtabs command changed. If you like the old version instead, please add following line to your song/book:
|
||||
|
||||
```\renewcommand{\gtxtabs}[2]{\makebox[0cm][l]{\raisebox{#1}{#2}}}```
|
||||
|
||||
### Version 3.4.0:
|
||||
* Code cleanup: Java 1.8 is required
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>guitartex2.GuitarTeX2</groupId>
|
||||
<artifactId>GuitarTeX2</artifactId>
|
||||
<version>3.4.1</version>
|
||||
<version>3.5.0</version>
|
||||
|
||||
<name>GuitarTeX2</name>
|
||||
<url></url>
|
||||
|
||||
@@ -1133,7 +1133,8 @@ public class GTXParser {
|
||||
+ "\\makebox[0cm][l]{\\raisebox{5ex}{\\line(1,0){\\textwidth}}}%\n"
|
||||
+ "\\makebox[0cm][l]{\\raisebox{3ex}{\\line(1,0){\\textwidth}}}%\n"
|
||||
+ "~}\n\n"
|
||||
+ "\\newcommand{\\gtxtabs}[2]{\\makebox[0cm][l]{\\raisebox{#1}{#2}}}\n"
|
||||
//+ "\\newcommand{\\gtxtabs}[2]{\\makebox[0cm][l]{\\raisebox{#1}{#2}}}\n"
|
||||
+ "\\newcommand{\\gtxtabs}[2]{{\\makebox[0cm][l]{\\raisebox{#1}{\\adjustbox{margin=0ex 0ex, bgcolor=white}{#2}}}}}"
|
||||
+ // define arrow symbols for harp tunes
|
||||
"\\newcommand{\\hdraw}{\n"
|
||||
+ " \\begin{picture}(0,0)\n"
|
||||
@@ -1363,7 +1364,8 @@ public class GTXParser {
|
||||
+ "\\makebox[0cm][l]{\\raisebox{5ex}{\\line(1,0){\\textwidth}}}%\n"
|
||||
+ "\\makebox[0cm][l]{\\raisebox{3ex}{\\line(1,0){\\textwidth}}}%\n"
|
||||
+ "~}\n\n"
|
||||
+ "\\newcommand{\\gtxtabs}[2]{\\makebox[0cm][l]{\\raisebox{#1}{#2}}}\n"
|
||||
//+ "\\newcommand{\\gtxtabs}[2]{\\makebox[0cm][l]{\\raisebox{#1}{#2}}}\n"
|
||||
+ "\\newcommand{\\gtxtabs}[2]{{\\makebox[0cm][l]{\\raisebox{#1}{\\adjustbox{margin=0ex 0ex, bgcolor=white}{#2}}}}}"
|
||||
+ // define arrow symbols for harp tunes
|
||||
"\\newcommand{\\hdraw}{\n"
|
||||
+ " \\begin{picture}(0,0)\n"
|
||||
|
||||
@@ -128,5 +128,5 @@ warnTitle=Warning!
|
||||
statusTitle=Status
|
||||
|
||||
frameConstructor=GuitarTeX2
|
||||
appVersion=Version - 3.4.1
|
||||
appVersion=Version - 3.5.0
|
||||
copyright=Nikolai Rinas
|
||||
|
||||
@@ -127,5 +127,5 @@ warnTitle=Warnung!
|
||||
statusTitle=Status
|
||||
|
||||
frameConstructor=GuitarTeX2
|
||||
appVersion=Version - 3.4.1
|
||||
appVersion=Version - 3.5.0
|
||||
copyright=Nikolai Rinas
|
||||
Reference in New Issue
Block a user