Skip to content

Releases: greymd/ttcopy

v2.2.2

15 Mar 17:52
Compare
Choose a tag to compare

Documentation

  • 📔 Defined the versions required to the dependencies clearly. (#47)

For Developers

  • ⚗ Improved the test cases. (#46, #47)

For the users, this release does NOT contain any updates on the application code, but just documentation.

v2.2.1

13 Mar 13:36
Compare
Choose a tag to compare

Bugfix: ttcopy does not work with specific conditions (#45).

v2.2.0

21 Feb 13:01
Compare
Choose a tag to compare

New Features

  • 🔰 Prompt the default user ID and password at the first run. Rocket-start for the new users! (#40)

v2.1.1

21 Feb 12:57
Compare
Choose a tag to compare

Bug fixes

  • 🔧 Use /tmp as the temporary directory if $TMPDIR is not set. The permission issues with such environment will be fixed. (#41)

v2.1.0

11 Feb 02:10
Compare
Choose a tag to compare

New Features

🔀 Proxy support (#38)

  • You can use proxy by setting $TTCP_PROXY.

v2.0.2

09 Feb 09:25
Compare
Choose a tag to compare

Bug fix: Putting wrong password causes copied contents to be lost (#36).

v2.0.1

07 Feb 15:26
Compare
Choose a tag to compare

New patch version including following hot fixes.

  • Correct wrong description in README.md
  • ttcopy.plugin.zsh updates PATH indirectly.
    • it means zplug "greymd/ttcopy" works.

v2.0.0

07 Feb 14:21
Compare
Choose a tag to compare

New features

  • 💻 Now ttcopy and ttpaste themselves are executables. Not shell commands. (#33)
    • The directory structure has been changed. The commands are in /bin
  • 🤐 Compress the data before upload (#30)
  • 🔒 Encrypt the file's url which is stored in cl1p.net. More secure. (#34)

v1.1.1

05 Feb 15:50
Compare
Choose a tag to compare

Small fixes

v1.1.0

29 Jan 09:40
Compare
Choose a tag to compare

New features

  • -i and --id options.
    • User can specify temporal TTCP_ID.
  • -p and --password options.
    • User can specify temporal TTCP_PASSWORD.