Skip to content

Releases: CodeMyst/pastemyst

v2.3.2

21 Feb 20:24
2c310b8
Compare
Choose a tag to compare

changelog

added

  • added pastemyst.js and pastemyst-rs wrappers
  • dark+ theme (thanks to ANF Studios)

fixed

  • updated api docs to show that the extension of a language is optional

v2.3.1

07 Feb 21:28
Compare
Choose a tag to compare

changelog

added

  • added page about pastry the cli tool

fixed

  • fixed the looks of the solarized theme
  • fixed profile page sometimes ratelimiting (now all the pastes and their meta show up almost instantly)
  • fixed user search sometimes reporting that a user exists due to a bad mongodb query

v2.3.0

24 Jan 20:17
Compare
Choose a tag to compare

changelog

added

  • sessions are now stored in the mongo db
  • api now returns supporterLength and contributor for users

fixed

  • codeblocks in markdown with long lines were overflowing

v2.2.0

20 Jan 15:01
1f1a54f
Compare
Choose a tag to compare

changelog

added

  • showing api libraries in the api docs
  • versioning asset files (no more caching issues)

fixed

  • html isnt rendered anymore in markdown pastes because of security issues
  • fixed highlighting lines of a paste (you can now highlight lines again and the browser will correctly scroll to them)

v2.1.0

03 Dec 21:24
8f5d37d
Compare
Choose a tag to compare

changelog

huge thanks to yilian and harsh for contributing to this release.

added

  • toggleable options in the navigation change colour depending on the state
  • custom scrollbars
  • much better markdown styling in markdown pastes
  • better error page when an internal server error occurs
  • logging internal server errors

fixed

  • editor selection offset
  • when copying links the protocol was missing
  • fixed html mode
  • fixed jsx mode
  • returning plain text when the autodetection program fails (when it returns an out of memory exception for some reason)

v2.0.1

04 Nov 18:23
1006f29
Compare
Choose a tag to compare

changelog

fixed

  • navigation on firefox was wrapping for no reason (added width:100%; to the navigation ul)
  • wrong github link in the navigation (was the v2 repo)

v2.0.0

03 Nov 12:19
Compare
Choose a tag to compare

changelog

  • pastes can have multiple files (pasties)
  • encrypted pastes
  • tags
  • accounts
  • editing pastes
  • public profiles
  • themes
  • default language
  • better autodetection
  • paste edit history
  • viewing a paste at a specific edit
  • starring pastes
  • deleting pastes
  • private pastes
  • complete redesign
  • more feature complete rest api
  • cloning pastes
  • copying to clipboard
  • highlighting lines
  • highlighting lines of specific edits
  • better text editor
  • able to render markdown pastes
  • paste titles
  • option for word wrapping
  • option to toggle the website width
  • embedding into other websites
  • deleting accounts
  • searching pastes on your profile

1.7.2

14 Feb 18:13
Compare
Choose a tag to compare

Changelog

added options for pastes to expire in 1 month and 1 year

1.7.1

19 Dec 19:51
0844adf
Compare
Choose a tag to compare

Changelog

  • Removed "create new pastemyst" text
  • Made "create paste" button more noticable
  • Reduced the editor height a bit

1.7

15 Dec 14:24
bc89674
Compare
Choose a tag to compare
1.7

Changelog

  • Redesigned header and navigation (this is how it's mostly going to look like in 2.0 and I just couldn't handle looking at the old bad header)
  • Fix typo in api docs (satus -> status)
  • Added language to api docs