Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

all notable changes to this project will be documented in this file.

## [2.5.0] - 2021-05-17

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

## [2.4.1] - 2021-03-30

thanks to ANF-Studios for help on this hotfix.
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<h2>about</h2>

if you like this project, please consider donating. any support is appreciated as it helps pay the server. more info at [pastemyst/donate](https://paste.myst.rs/donate)
if you like this project, please consider donating. any support is appreciated as it helps pay the server. more info at [pastemyst/donate](https://paste.myst.rs/donate)

features:
* simple and beautiful interface
Expand Down Expand Up @@ -90,8 +90,9 @@ here are some api libraries that are developed by other people. they are not dir

| link | language | author | supports v2 |
|---------------------------------------------------------------------|------------|-----------------|-------------|
| [pastemyst.v](https://github.com/billyeatcookies/pastemyst.v) | v | billyeatcookies | yes |
| [pastemyst-ts](https://github.com/YilianSource/pastemyst-ts) | ts | YilianSource | yes |
| [pastemystgo](https://github.com/WaifuShork/pastemystgo) | go | WaifuShork | yes |
| [pastemyst.v](https://github.com/billyateallcookies/pastemyst.v) | v | billyeatcookies | yes |
| [pastemyst-ts](https://github.com/YilianSource/pastemyst-ts) | ts | YilianSource | yes |
| [pastemyst-rs](https://github.com/ANF/pastemyst-rs) | rust | ANF-Studios | yes |
| [pastemyst.js](https://github.com/harshhhdev/pastemyst.js) | js/ts | harshhhdev | yes |
| [pastemyst-d](https://github.com/CodeMyst/pastemyst-d) | d | codemyst | yes |
Expand Down