Skip to content

Releases: interaapps/pastefy

6.4.0

03 Mar 18:39
cd8c037
Compare
Choose a tag to compare

6.4.0 - Customization for self-hosters

New options for self-hosters:

PASTEFY_INFO_CUSTOM_LOGO=https://urltoimage
PASTEFY_INFO_CUSTOM_NAME=Custom Name
PASTEFY_INFO_CUSTOM_FOOTER=WEBSITE=https://example.org,SEPERATED BY COMMA=https://example.org

# Requires login for read and creation of pastes
PASTEFY_LOGIN_REQUIRED=false
# Login-requirements for specific access types
PASTEFY_LOGIN_REQUIRED_CREATE=false
# This will disable the raw mode as well for browser users
PASTEFY_LOGIN_REQUIRED_READ=false

# Check the encryption checkbox by default
PASTEFY_ENCRYPTION_DEFAULT=false

Fixed multiple bugs

6.3.6

20 Jan 19:26
392bdde
Compare
Choose a tag to compare

Added more autocompletions and changed to a newer version of JWS.

6.3.5

16 Jan 19:08
38b2eaf
Compare
Choose a tag to compare
  • Added Petrel Code Editor (With Auto-Completion for Java, Javascript and PHP)
  • Added Pretty button for JSON
  • Fixed bugs
  • Added HTTP Error codes

Full Changelog: 6.3.3...6.3.5

6.3.4

16 Jan 18:15
a061593
Compare
Choose a tag to compare
  • Added Petrel Code Editor (With Auto-Completion for Java, Javascript and PHP)
  • Added Pretty button for JSON
  • Fixed bugs
  • Added HTTP Error codes

Full Changelog: 6.3.3...6.3.4

6.3.3

21 Nov 18:28
935a1a2
Compare
Choose a tag to compare
Fixed build issues (#10), paste length problems (#11) and infinite lo…

6.3.2

14 Oct 18:46
c0a1112
Compare
Choose a tag to compare

6.3.2 -> Turning light on!

  • You can enable the light mode in the settings if you want to

  • Improved Markdown
  • Markdown Code will be hidden (Can be enabled) and the preview is at the top
  • Fixed some bugs
  • And more...
    Full Changelog: 6.3.1...6.3.2

6.3.1

21 Sep 21:42
b5f4224
Compare
Choose a tag to compare
  • Fixed some bugs (Edit button, Google & Discord Login)
  • Made LoginProviderSelection more beautiful

6.3

20 Sep 21:27
5b1e69c
Compare
Choose a tag to compare
6.3

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...

6.2

18 Sep 20:19
f161548
Compare
Choose a tag to compare
6.2

Editor Changes

Added line-numbering, bracket-closing and code highlighting for the text-editor

Settings:

Docker

There is now a docker image for Pastefy on DockerHub

docker pull interaapps/pastefy

...more

6.1

04 Jul 16:43
d3ac359
Compare
Choose a tag to compare
6.1
  • You can now edit Pastes
    image
  • You can now create Multi-Pastes
    image
  • Markdown
    image