diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7781d2f09f3aa7da467462639a8a7b12bba8c8..14d2dabf9d21f890cd0f4608ac856c3f74c2a9a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,32 @@ +# 0.1.3 + +_4th March 2020_ + +### Added + +- Emoji Reaction support. You can now add Emoji reactions to node cards. + +### Changed + +- Version stated in package.json is pulled into About.vue. Meaning version can now be updated in one place. +- Added link to this CHANGELOG.md on About.vue + +### Fixed + +– Box sizing so textarea now is same width. + +- Textarea ignores drag allowing selections. +- Markdown images now resize to fit node card width. +- About.vue link to code now correct to nn group repo. + # 0.1.2 _1st March 2020_ ### Added -- Imported missing css for handles for vue draggable, nodes are now resizable -- Size of node is also sync'd in realtime cross devices +- Imported missing css for handles for vue draggable, nodes are now resizable. +- Size of node is also sync'd in realtime cross devices. # 0.1.1 @@ -15,7 +36,7 @@ After Toby tried to start working on the main code base it soon become evident t ### Changed -- Now using CouchDB 3 +- Now using CouchDB 3. - Now using Environmental Variables (.env) to store the URL and log in for CouchDB meaning you can now change this information to suit your setup. - Changed DeBug.vue to reload to your current install local or otherwise. diff --git a/app/package.json b/app/package.json index d02c20108281cc45cb2c05083936ba721ee03449..61c65eef391d62767960d29783d280623cef4e31 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "nodenogg.in", - "version": "0.1.2", + "version": "0.1.3", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/app/src/views/About.vue b/app/src/views/About.vue index e6d9da8660e4c96a39fbe6d5dfbfded46593b60c..777f5a10508ce6029c45ff088c31ec0bc19d1e02 100644 --- a/app/src/views/About.vue +++ b/app/src/views/About.vue @@ -14,7 +14,13 @@ <em>(+ helpers & supporters)</em> </p> - <h3>version {{ myVersion }}</h3> + <h3> + version {{ myVersion }} - See full + <a + href="https://gitlab.adamprocter.co.uk/nn/nodenoggin/-/blob/master/CHANGELOG.md" + >Changelog</a + > + </h3> <ul> <li> @@ -54,9 +60,9 @@ </li> <li> - <a - href="https://discursive.adamprocter.co.uk/categories/phd/" - >discursive (phd catergory link)</a> + <a href="https://discursive.adamprocter.co.uk/categories/phd/" + >discursive (phd catergory link)</a + > (blog) </li> <li> @@ -74,12 +80,14 @@ </li> <li> - <a href="https://gitlab.adamprocter.co.uk/adamprocter/couchdocs">gitlab</a> + <a href="https://gitlab.adamprocter.co.uk/nn/">gitlab</a> (code) </li> <li> - <a href="https://github.com/adamprocter/couchdoc-mirror/issues">issues</a> + <a href="https://github.com/adamprocter/couchdoc-mirror/issues" + >issues</a + > (raise and review) </li> </ul>