Skip to content

Releases: CodeMyst/pastemyst

v2.8.3

28 Apr 15:48
df9805b
Compare
Choose a tag to compare

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
8cce6ae
Compare
Choose a tag to compare

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
fc61739
Compare
Choose a tag to compare

changelog

fixed

  • removed vultr from the donation page

v2.8.0

26 May 22:52
Compare
Choose a tag to compare

changelog

added

  • added API endpoint data/numPastes for getting the currently active number of pastes

v2.7.1

02 May 14:15
42ad82d
Compare
Choose a tag to compare

changelog

added

  • added new theme - catppuccin

v2.7.0

02 Oct 12:51
9d580ed
Compare
Choose a tag to compare

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
cbd8647
Compare
Choose a tag to compare

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
cf6c334
Compare
Choose a tag to compare

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
8722bfd
Compare
Choose a tag to compare

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

v2.4.0

16 Mar 14:14
477ebfd
Compare
Choose a tag to compare

changelog

added

  • reordering pasties (not implemented yet when editing)
  • specified how to provide the auth header for the api
  • downloading pastes as a zip file
  • added V and TS libs to docs (thanks to billyeatcookies and Yilian)

fixed

  • redirecting api requests that have a trailing slash
  • correct wrapping of inline code blocks in markdown rendered pastes (and docs)
  • faster theme loading (now there shouldn't be a flicker when you use the non-default theme)