pcf v2.0.4
Messed up a release again! I accidentally left an illegal seek on Stdin
error so the Stdin reading wasn't actually fixed in the last version.
pcf v2.0.3
This release fixes a bug where multiple FTP stores were opening multiple
sessions (rather than using a single session). This caused STDIN
uploading and multi-file uploads to sometimes break depending on the FTP
server.
pcf v2.0.2
I forgot to bump the version number 🙄
pcf v2.0.1
This release simply adds an error message if the PCFSERVER variable is
blank.
pcf v2.0.0
This release removes the old hard-coded server configuration and
replaces it with an environment variable.
pcf v1.0.2
This release fixes a bug that caused some files to be rejected from some
ftp servers. The problem was that the full path was passed to the ftp
server instead of just the file base name and extension.
pcf v1.0.1
Implement the manpage. The program is still very simple and has no
options, but previously we had a useless placeholder manpage.
pcf v1.0.0
Basic paste.cf upload functionality is working. Reading from stdin or
arguments is supported. The url is returned for each file.