Skip to content

Commit cf6c334

Browse files
authored
Merge pull request #368 from CodeMyst/bump
bump to 2.5.0
2 parents 570f464 + dcdc463 commit cf6c334

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## [2.5.0] - 2021-05-17
6+
7+
### added
8+
9+
- added getting the current user through the api
10+
- added getting all of current user's pastes through the api
11+
- specified that the param should be encoded for the api/data/language endpoint (thanks to ANF-Studios)
12+
- added pastemystgo to the docs (thanks to WaifuShork)
13+
14+
### fixed
15+
16+
- unbreakable words will now wrap in markdown
17+
- tables now properly scroll on overflow
18+
- fixed the link to pastemyst.v in the docs
19+
520
## [2.4.1] - 2021-03-30
621

722
thanks to ANF-Studios for help on this hotfix.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<h2>about</h2>
2828

29-
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)
29+
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)
3030

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

9191
| link | language | author | supports v2 |
9292
|---------------------------------------------------------------------|------------|-----------------|-------------|
93-
| [pastemyst.v](https://github.com/billyeatcookies/pastemyst.v) | v | billyeatcookies | yes |
94-
| [pastemyst-ts](https://github.com/YilianSource/pastemyst-ts) | ts | YilianSource | yes |
93+
| [pastemystgo](https://github.com/WaifuShork/pastemystgo) | go | WaifuShork | yes |
94+
| [pastemyst.v](https://github.com/billyateallcookies/pastemyst.v) | v | billyeatcookies | yes |
95+
| [pastemyst-ts](https://github.com/YilianSource/pastemyst-ts) | ts | YilianSource | yes |
9596
| [pastemyst-rs](https://github.com/ANF/pastemyst-rs) | rust | ANF-Studios | yes |
9697
| [pastemyst.js](https://github.com/harshhhdev/pastemyst.js) | js/ts | harshhhdev | yes |
9798
| [pastemyst-d](https://github.com/CodeMyst/pastemyst-d) | d | codemyst | yes |

0 commit comments

Comments
 (0)