-
Notifications
You must be signed in to change notification settings - Fork 5
/
release-notes.html
55 lines (50 loc) · 2.28 KB
/
release-notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="EN">
<title>R. S. Doiel, Software Engineer/Analyst - release-notes</title>
<link rel="stylesheet" type="text/css" href="/printfonts/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="/webfonts/fonts.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/site.css" media="screen" />
<link title="RSS feed for rsdoiel's blog" rel="alternate" type="application/rss+xml" href="https://rsdoiel.github.io/rss.xml" />
<link title="markdown source for page" rel="alternative" type="application/markdown" href="release-notes.md">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="./">README</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="about.html">About</a></li>
<li><a href="INSTALL.html">Install</a></li>
<li><a href="https://github.com/rsdoiel/scripttool">GitHub</a></li>
</ul>
</nav>
<section>
<!-- <h1>release-notes</h1> -->
<h1 id="releases">Releases</h1>
<h2 id="v0.0.7-2022-08-07-project-refresh">v0.0.7, 2022-08-07, project
refresh</h2>
<p>This release is mostly a code re-organization due to changes in how
Go 1.18 supports modules. The packages osf, fountain, and fdx are now
part of the scripttool. The modules are largely stable. It’s been years
since I’ve changed them. The scripttool itself has bee restructure. A
major change is the command line syntax. I am now using a
<code>scripttool [-help|-version|-license] VERB [OPTIONS] [ADDITIONAL_PARAMETERS]</code>.
Each “verb” can have its own set of options and they come after the
“verb” before it expected additional parameters.</p>
<p>The build process for source code and website have been significantly
updated. I’m using Pandoc and pdtk to build the website. The old
Makefile and Python scripts have been replace by a two new Makefile
(i.e. Makefile, website.mak).</p>
<p>In the <code>scripttool</code> command the “characters” verb will
list the characters found in a fountain formatted screenplay. By default
it is order of appearance but there is now an option <code>-alpha</code>
for alphabetical sorts.</p>
</section>
<footer>
</footer>
</body>
</html>