sscan 0.1 → 0.2
raw patch · 6 files changed
+20/−20 lines, 6 files
Files
- CHANGELOG +0/−5
- Main.hs +0/−3
- NEWS.md +12/−0
- README.md +6/−4
- debian/changelog +0/−5
- sscan.cabal +2/−3
− CHANGELOG
@@ -1,5 +0,0 @@-sscan (0.1) unstable; urgency=medium-- * Initial public release.-- -- Sean Whitton <spwhitton@spwhitton.name> Sun, 12 Mar 2017 16:55:46 -0700
Main.hs view
@@ -117,9 +117,6 @@ in unlines [ "InfoBegin" , "InfoKey: Title" , "InfoValue: scan of " ++ date- , "InfoBegin"- , "InfoKey: Author"- , "InfoValue: spw" ] makeInitialState :: IO St
+ NEWS.md view
@@ -0,0 +1,12 @@+0.2 (2020-01-27)+----------------++- README tweaks.+- Switch CHANGELOG to NEWS.md.+- Stop adding document author metadata.+ Previously, the author's own initials were hardcoded into sscan.++0.1 (2017-03-12)+----------------++- Initial public release.
README.md view
@@ -26,7 +26,7 @@ ```` 3. Use [stack][] to build and install sscan: ````-stack --resolver=lts-8.2 install sscan+stack install sscan ```` Note that stack will automatically download and install the various@@ -44,9 +44,11 @@ ## Usage -Open a terminal, run `sscan` and follow the on-screen instructions.-If you can't see all the key bindings, you will need to increase the-size of your terminal.+Ensure that `~/.local/bin` is in your PATH environment variable.++Then open a terminal, run `sscan` and follow the on-screen+instructions. If you can't see all the key bindings, you will need to+increase the size of your terminal. ## Bugs/patches
− debian/changelog
@@ -1,5 +0,0 @@-sscan (0.1) unstable; urgency=medium-- * Initial public release.-- -- Sean Whitton <spwhitton@spwhitton.name> Sun, 12 Mar 2017 16:55:46 -0700
sscan.cabal view
@@ -1,5 +1,5 @@ name: sscan-version: 0.1+version: 0.2 synopsis: text UI for scanning with SANE -- description: license: GPL-3@@ -10,8 +10,7 @@ category: Graphics build-type: Simple extra-source-files:- CHANGELOG- debian/changelog+ NEWS.md README.md cabal-version: >=1.10