Releases: CodeMyst/pastemyst
Releases · CodeMyst/pastemyst
v2.8.4
14 Oct 14:14
Compare
Sorry, something went wrong.
No results found
v2.8.3
28 Apr 15:48
Compare
Sorry, something went wrong.
No results found
changelog
added
deprecated v1 api
added PasteMyst.jl to docs (thanks to lines-of-codes)
fixed
navigation styling on brave
v2.8.2
26 Feb 14:17
Compare
Sorry, something went wrong.
No results found
changelog
added
added pull-policy: build to docker-compose.yml
fixed
added the /app dir to the git safe dirs in the Dockerfile so that the pastemyst version could be fetched properly from git inside the docker container
v2.8.1
28 Nov 12:34
Compare
Sorry, something went wrong.
No results found
changelog
fixed
removed vultr from the donation page
v2.8.0
26 May 22:52
Compare
Sorry, something went wrong.
No results found
changelog
added
added API endpoint data/numPastes for getting the currently active number of pastes
v2.7.1
02 May 14:15
Compare
Sorry, something went wrong.
No results found
changelog
added
added new theme - catppuccin
v2.7.0
02 Oct 12:51
Compare
Sorry, something went wrong.
No results found
changelog
added
showing some stats about a paste in the meta section (line count, word count, byte size)
ability to add html to the head tag of all pages through the config file (useful for adding analytics scripts)
fixed
typo in time api endpoint documentation (thanks to billyeatcookies)
fixed a login bug, no need to refresh the page an additional time through js after logging in (cookie was set to strict)
password field for encrypting/decrypting a paste wasn't a proper password field
v2.6.0
15 Jul 18:28
Compare
Sorry, something went wrong.
No results found
changelog
added
new pasty editor button is now clearer (thanks to @TheDutchMagikarp )
added MystPaste.NET to docs (thanks to shift-eleven)
added pastemyst-cpp do docs (thanks to billyeatcookies)
added pastemyst.java to docs (thanks to Yeffy)
when autodetect is selected, it will try and get the language from the pasty's title if it has an extension
v2.5.0
17 May 18:18
Compare
Sorry, something went wrong.
No results found
changelog
added
added getting the current user through the api
added getting all of current user's pastes through the api
specified that the param should be encoded for the api/data/language endpoint (thanks to ANF-Studios)
added pastemystgo to the docs (thanks to WaifuShork)
fixed
unbreakable words will now wrap in markdown
tables now properly scroll on overflow
fixed the link to pastemyst.v in the docs
v2.4.1
30 Mar 15:18
Compare
Sorry, something went wrong.
No results found
changelog
thanks to @ANF-Studios for help on this hotfix.
fixed
pastes with an id of length 3 or less were crashing the program because it tried to get the .zip part of the url
pastemyst now successfully builds on windows