Skip to content

Commit

Permalink
Merge pull request #10 from sentriz/release-v0.3.0
Browse files Browse the repository at this point in the history
chore: release 0.3.0
  • Loading branch information
sentriz authored Sep 9, 2021
2 parents c25ee7e + 45cb84f commit aadd6f7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.3.0](https://www.github.com/sentriz/socr/compare/v0.2.2...v0.3.0) (2021-08-01)


### Features

* add db migrations ([86c2db1](https://www.github.com/sentriz/socr/commit/86c2db17007a06dd0635d252c971dbb78989c061))
* add filter by media to search endpoint ([4dede23](https://www.github.com/sentriz/socr/commit/4dede234567ce07bd5fbb7bbffad030f0aad13b0))
* add image preview thumbnails ([980c09a](https://www.github.com/sentriz/socr/commit/980c09a44297ca9f89f54cd0e9950c04678f0a23))
* **ci:** check prettier ([26f1803](https://www.github.com/sentriz/socr/commit/26f18035e7a68439f6090256a340c9c02dd6c6e0))
* **ci:** lint and test frontend ([8435204](https://www.github.com/sentriz/socr/commit/84352040043152fcce4da6bd73ed0c97effd4e24))
* **readme:** add flow img ([d5757d8](https://www.github.com/sentriz/socr/commit/d5757d8e990a542dbd1f01b1fe2e29cec184f127))
* **ui:** add "check" command ([3878c6c](https://www.github.com/sentriz/socr/commit/3878c6cc3253932b4de83b161ec281308026d0ad))
* **ui:** add no results found state ([f9f1652](https://www.github.com/sentriz/socr/commit/f9f16520b82a50bd843885e2f44703ac496b5e04))
* **ui:** add option to filter by media type ([01ff10a](https://www.github.com/sentriz/socr/commit/01ff10a74a210ad92d1f80356e8d709472eab76e))
* **ui:** don't show public text for videos ([12a036e](https://www.github.com/sentriz/socr/commit/12a036e847dd137fd89490d38007a2aa81f563c3))
* **ui:** show video icon for videos ([ad03b6d](https://www.github.com/sentriz/socr/commit/ad03b6dedf8bcddd7991731b8cb1760c831fa22f))
* **ui:** use hericons ([948f459](https://www.github.com/sentriz/socr/commit/948f45918a3d857a05a23d7f58d13dfb3c3c6e53))


### Bug Fixes

* **build:** add build deps to final container ([a02943e](https://www.github.com/sentriz/socr/commit/a02943e63ef2014a195922739fc8a202307fc859))
* **lint:** remove funlen ([b102bea](https://www.github.com/sentriz/socr/commit/b102beab72d4e83f26328926d6870eeca8ea55ad))
* swap image / video icons ([75de539](https://www.github.com/sentriz/socr/commit/75de539d54bba53abc9a7b8510be4715cccc5158))
* **ui:** emit load event for video with loadstart ([ea5c2a0](https://www.github.com/sentriz/socr/commit/ea5c2a042086dc843a710108a01d218c33ef457b))
* **ui:** fix type errors ([25dfd0e](https://www.github.com/sentriz/socr/commit/25dfd0e8bdf2cd58e0e3eb779a12b2ef01e7f5d2))
* update accepted sort order dec -> desc ([cd53fe4](https://www.github.com/sentriz/socr/commit/cd53fe48922bfad041ba3e52ba35bb74f0c95467))

### [0.2.2](https://www.github.com/sentriz/socr/compare/v0.2.1...v0.2.2) (2021-05-14)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.3.0

0 comments on commit aadd6f7

Please sign in to comment.