From 5cdb53d57b68ce2f6300a3022058f0f5bdebf08d Mon Sep 17 00:00:00 2001 From: "R. S. Doiel" Date: Sat, 9 Mar 2024 12:48:07 -0800 Subject: [PATCH] Quick Save --- CITATION.cff | 4 ++-- Makefile | 2 +- about.md | 6 +++--- fadein2osf.1.md | 2 +- installer.sh | 2 +- osf2txt.1.md | 20 ++++++++++---------- txt2osf.1.md | 20 ++++++++++---------- version.go | 20 ++++++++++---------- 8 files changed, 38 insertions(+), 38 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index ecb3952..684eee2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,6 +14,6 @@ maintainers: orcid: "" repository-code: "https://github.com/rsdoiel/osf" -version: 0.0.4 +version: 0.0.5 license-url: "https://rsdoiel.github.io/osf/license.html" -keywords: [ "Github", "text markup", "screen play" ] +keywords: [ "GitHub", "text markup", "screen play" ] diff --git a/Makefile b/Makefile index 3838d0a..3239ea3 100644 --- a/Makefile +++ b/Makefile @@ -211,6 +211,6 @@ distribute_docs: @cp -v INSTALL.md dist/ @cp -vR man dist/ -release: .FORCE save build save distribute_docs dist/Linux-x86_64 dist/Linux-aarch64 dist/macOS-x86_64 dist/macOS-arm64 dist/Windows-x86_64 dist/Windows-arm64 dist/Linux-armv7l +release: .FORCE build save distribute_docs dist/Linux-x86_64 dist/Linux-aarch64 dist/macOS-x86_64 dist/macOS-arm64 dist/Windows-x86_64 dist/Windows-arm64 dist/Linux-armv7l .FORCE: diff --git a/about.md b/about.md index 55c5e5d..a65ff2b 100644 --- a/about.md +++ b/about.md @@ -10,7 +10,7 @@ authors: orcid: "https://orcid.org/0000-0003-0900-6903" repository-code: "https://github.com/rsdoiel/osf" -version: 0.0.4 +version: 0.0.5 license-url: "https://rsdoiel.github.io/osf/license.html" keywords: [ "GitHub", "text markup", "screen play" ] @@ -19,7 +19,7 @@ keywords: [ "GitHub", "text markup", "screen play" ] About this software =================== -## osf 0.0.4 +## osf 0.0.5 ### Authors @@ -39,6 +39,6 @@ A library and command line programs for working with FadeIn and Open Screenplay ### Programming languages -- Go +- Go >= 1.22 diff --git a/fadein2osf.1.md b/fadein2osf.1.md index 08e64be..bdaa688 100644 --- a/fadein2osf.1.md +++ b/fadein2osf.1.md @@ -29,4 +29,4 @@ Display converted OSF 2.0 XML to the console fadein2osf -i screenplay.fadein -fadein2osf 0.0.4 +fadein2osf 0.0.5 diff --git a/installer.sh b/installer.sh index f55905a..af33124 100755 --- a/installer.sh +++ b/installer.sh @@ -4,7 +4,7 @@ # Set the package name and version to install # PACKAGE="osf" -VERSION="0.0.4" +VERSION="0.0.5" GIT_GROUP="rsdoiel" RELEASE="https://github.com/$GIT_GROUP/$PACKAGE/releases/tag/v$VERSION" diff --git a/osf2txt.1.md b/osf2txt.1.md index c6b80f5..99ffe80 100644 --- a/osf2txt.1.md +++ b/osf2txt.1.md @@ -8,15 +8,15 @@ and returns plain text OPTIONS - -generate-manpage generate man page - -generate-markdown generate Markdown documentation - -h, -help display help - -i, -input set the input filename - -l, -license display license - -nl, -newline add a trailing newline - -o, -output set the output filename - -quiet suppress error messages - -v, -version display version + -generate-manpage generate man page + -generate-markdown generate Markdown documentation + -h, -help display help + -i, -input set the input filename + -l, -license display license + -nl, -newline add a trailing newline + -o, -output set the output filename + -quiet suppress error messages + -v, -version display version EXAMPLES @@ -29,4 +29,4 @@ Or alternatively cat screenplay.osf | osf2txt > screenplay.txt -osf2txt 0.0.4 +osf2txt 0.0.5 diff --git a/txt2osf.1.md b/txt2osf.1.md index bb93243..57abdff 100644 --- a/txt2osf.1.md +++ b/txt2osf.1.md @@ -8,15 +8,15 @@ and returns an OSF 2.0 text OPTIONS - -generate-manpage generate man page - -generate-markdown generate Markdown documentation - -h, -help display help - -i, -input set the input filename - -l, -license display license - -nl, -newline add a trailing newline - -o, -output set the output filename - -quiet suppress error messages - -v, -version display version + -generate-manpage generate man page + -generate-markdown generate Markdown documentation + -h, -help display help + -i, -input set the input filename + -l, -license display license + -nl, -newline add a trailing newline + -o, -output set the output filename + -quiet suppress error messages + -v, -version display version EXAMPLES @@ -29,4 +29,4 @@ Or alternatively cat screenplay.txt | txt2osf > screenplay.osf -txt2osf 0.0.4 +txt2osf 0.0.5 diff --git a/version.go b/version.go index 785f21e..46cff06 100644 --- a/version.go +++ b/version.go @@ -5,16 +5,16 @@ import ( ) const ( - // Version number of release - Version = "0.0.4" + // Version number of release + Version = "0.0.5" - // ReleaseDate, the date version.go was generated - ReleaseDate = "2023-06-20" + // ReleaseDate, the date version.go was generated + ReleaseDate = "2024-03-09" - // ReleaseHash, the Git hash when version.go was generated - ReleaseHash = "aa27ad3" + // ReleaseHash, the Git hash when version.go was generated + ReleaseHash = "6647cfa" - LicenseText = ` + LicenseText = ` All rights reserved. Redistribution and use in source and binary forms, with or without @@ -45,9 +45,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // FmtHelp lets you process a text block with simple curly brace markup. func FmtHelp(src string, appName string, version string, releaseDate string, releaseHash string) string { - m := map[string]string{ - "{app_name}": appName, - "{version}": version, + m := map[string]string { + "{app_name}": appName, + "{version}": version, "{release_date}": releaseDate, "{release_hash}": releaseHash, }