Skip to content

6.3

Compare
Choose a tag to compare
@JulianFun123 JulianFun123 released this 20 Sep 21:27
· 99 commits to master since this release
5b1e69c

Moved markdown-preview to top

Login

Removed IAAuth and added OAuth2 for multiple providers

OAUTH2_INTERAAPPS_CLIENT_ID=NONE
OAUTH2_INTERAAPPS_CLIENT_SECRET=

OAUTH2_GITHUB_CLIENT_ID=NONE
OAUTH2_GITHUB_CLIENT_SECRET=

OAUTH2_GOOGLE_CLIENT_ID=NONE
OAUTH2_GOOGLE_CLIENT_SECRET=

OAUTH2_DISCORD_CLIENT_ID=NONE
OAUTH2_DISCORD_CLIENT_SECRET=

OAUTH2_TWITCH_CLIENT_ID=NONE
OAUTH2_TWITCH_CLIENT_SECRET=

CURL it!

You can now use a simple curl command to paste a (or multiple) file(s) on Pastefy on nearly every linux machine.

curl -F f=@hello_world.txt https://www.pastefy.ga

More Settings

There are more settings especially for the editor

More Improvements

Editor

  • More languages supportet
  • Better autocompletion for brackets or newlines
  • It just feels better (Try it out)
  • Tabs are now shown in the full-screen editor

Now every folder is correctly shown

More

  • The 'new'-button on a paste-list is now opening the sidenav in fullscreen so it gets more emphasised.

And more...