Skip to content

Commit

Permalink
Merge pull request #31 from qresp-code-development/v2.0.1
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
mgovoni-devel authored Oct 21, 2020
2 parents a677ce8 + 978d23d commit 8dc28ec
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
# Change Log

## v2.0.1 (2020/10/21)

Patch Update

- Added Abbreviations for CC Licenses
- Added workaround for webp images on Safari (iOS + MacOS)
- Clarified error messages
- Requests get upgraded from http to https by default
- Other minor styling and stability improvements

## v2.0.0 (2020/10/19)

Major Update

- Added new frontend service, using NextJS(React)
- Improved UI using Material UI
- Updated outdated packages
- Reduced external dependencies
- Fixed search by tags
- And added various small quality of life improvements for users

- Improved UI using Material UI
- Updated outdated packages
- Reduced external dependencies
- Fixed search by tags
- And added various small quality of life improvements for users

- Added new API routes, to publish and verify humans
- Updated schema from v1.1 to v1.2, added new License field.
- Updated schema from v1.1 to v1.2, added new License field.

## v1.2.2 (2020/09/25)

Expand Down
2 changes: 1 addition & 1 deletion backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='qresp',
version='2.0.0',
version='2.0.1',
url='http://qresp.org/',
entry_points = {
'console_scripts': ['qresp=project.__main__:main'],
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qresp",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 8dc28ec

Please sign in to comment.