Skip to content

Commit

Permalink
v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kg4zow committed Sep 8, 2024
1 parent a026189 commit 033bad9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.7 - 2024-09-07

Added "download rmdoc" functionality

* added download_rmdoc()
* replaced '/', '\', and ':' in visible names, with underscores
* moved PassThru() (prints byte counts while reading data from a file)
from download_pdf.go to do_download.go, so other download_xxx() can
use it
* included '-D' in usage() message

## v0.06 - 2023-12-22

* Added `download` command
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.06
0.7

The first line of this file is used as the "version number" in the resulting
executable. The rest of the file (such as this comment) is ignored.

0 comments on commit 033bad9

Please sign in to comment.