Skip to content

Releases: CodeMyst/pastemyst

1.6.4

14 Aug 12:59
e47e7c5
Compare
Choose a tag to compare

Changelog

  • Updated the logo

1.6.3

14 Apr 11:55
f0de9d1
Compare
Choose a tag to compare

Changelog

  • Fixed copying the paste content on Firefox

1.6.2

04 Mar 16:54
de5e8a2
Compare
Choose a tag to compare

Changelog

  • Set the tab size in the paste content to 4 spaces.
  • You no longer can change the language value of a paste to an invalid value, it's checked by the server.

1.6.1

04 Feb 15:19
4231f18
Compare
Choose a tag to compare

Changelog

  • The "Expires In" and "Language" dropdowns are properly laid out on mobile devices
  • The PasteMyst content code now has a smaller font on mobile devices so you can see more at the same time

1.6

01 Feb 20:48
f3632d0
Compare
Choose a tag to compare
1.6

Changelog

  • Better language detection (using shaman).
  • Ability to manually specify the language (web and api). Some notes about it:
    • The default is autodetect, but you can select from the dropdown more languages.
    • Autodetect won't change the editor's syntax highlighting.
    • If the selected language isn't supported in the editor then the editor will display as plain text.
    • The language selector isn't removed when the plain editor is used. This is of course because the language isn't used just for the editor but for the language of the paste.
  • Showing the current version in the page navigation (and with a link to the changelog).

1.5

08 Jan 13:00
52d207a
Compare
Choose a tag to compare
1.5

Changelog

  • Shorter links (example link: https://paste.myst.rs/ynq, old pastes with the old URL and ID can still be accessed)
  • Displaying when the paste expires (only displays it if the paste expires and isn't set to "never")
  • The plain text editor isn't re-sizable anymore

1.4

20 Dec 17:03
4e60e25
Compare
Choose a tag to compare
1.4

Changelog

  • Added a simple plain text editor (default on phones)
  • Code is now wrapping
  • Google reCAPTCHA is removed (it's annoying)
  • Added unit tests
  • Using Ubuntu Mono in the Monaco editor
  • Using specific version of dbc (1.1.8)
  • Using absolute paths for styles, scripts, etc.
  • Fixed SEO titles (API Docs title wasn't working since isn't able to override the regular title)

1.3

19 Nov 18:11
eb149c5
Compare
Choose a tag to compare
1.3

Changelog

  • Published to a webpage (paste.myst.rs)
  • Styled the paste page better
    • Easier to distinguish the paste content from the rest of the page
    • Title and navigation combined into one codeblock
    • Moved id and createdAt info to the bottom
  • Clicking the page title redirects to the home page
  • The website should now be indexed by search engines
  • Displaying number of PasteMysts in the footer
  • Copyright symbol in footer isn't so small anymore

1.2: Merge pull request #20 from CodeMyst/fix/api-docs-seo

12 Nov 17:59
750c1b1
Compare
Choose a tag to compare

Changelog

  • Added SEO stuff
  • Added a footer
  • Using Ubuntu Mono inside code blocks
  • Page is now responsive and works better on mobile
  • Quitting the app will now stop the expired PasteMyst deletion task immediately

1.1: Merge pull request #5 from CodeMyst/fix/api-docs-ratelimit

10 Nov 19:20
2777bef
Compare
Choose a tag to compare

Changelog:

  • Added the ability to set when a PasteMyst expires