From dcdc46322f52d7d55c3f847afa23a03a54df69ff Mon Sep 17 00:00:00 2001 From: CodeMyst Date: Mon, 17 May 2021 20:10:19 +0200 Subject: [PATCH] bump to 2.5.0 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 7 ++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9b0a6..ba2bd19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 578359f..48f191a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@

about

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