Tag version 0.6.1-alpha

This commit is contained in:
G.K.MacGregor
2023-06-24 18:05:05 +01:00
parent 7b59c78cee
commit 88ea066481
2 changed files with 2 additions and 3 deletions

View File

@@ -29,8 +29,7 @@ The following X/26 enhancement triplets are not rendered by the editor, although
- Invocation of Objects from POP and GPOP pages. - Invocation of Objects from POP and GPOP pages.
- DRCS characters. - DRCS characters.
- Modified G0 and G2 character set designation using X/26 triplets with mode 01000. - Modified G0 and G2 character set designation using X/26 triplets with mode 01000.
- Full screen and full row colours set by Active Objects. - Proportional font spacing on Level 3.5
- Level 3.5 font style: bold, italic and proportional spacing.
## Using the X/26 triplet editor ## Using the X/26 triplet editor
The X/26 triplet editor sorts all the triplet modes available into categories, which are: The X/26 triplet editor sorts all the triplet modes available into categories, which are:

View File

@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
QApplication::setApplicationDisplayName(QApplication::applicationName()); QApplication::setApplicationDisplayName(QApplication::applicationName());
QApplication::setOrganizationName("gkmac.co.uk"); QApplication::setOrganizationName("gkmac.co.uk");
QApplication::setOrganizationDomain("gkmac.co.uk"); QApplication::setOrganizationDomain("gkmac.co.uk");
QApplication::setApplicationVersion("0.6-alpha"); QApplication::setApplicationVersion("0.6.1-alpha");
QCommandLineParser parser; QCommandLineParser parser;
parser.setApplicationDescription(QApplication::applicationName()); parser.setApplicationDescription(QApplication::applicationName());
parser.addHelpOption(); parser.addHelpOption();