Skip to content
Snippets Groups Projects
Commit 3aced122 authored by Adam Procter's avatar Adam Procter
Browse files

Merge branch 'changesdoc'

parents 3b445321 05bceb60
No related branches found
No related tags found
No related merge requests found
# 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 # 0.1.2
_1st March 2020_ _1st March 2020_
### Added ### Added
- Imported missing css for handles for vue draggable, nodes are now resizable - Imported missing css for handles for vue draggable, nodes are now resizable.
- Size of node is also sync'd in realtime cross devices - Size of node is also sync'd in realtime cross devices.
# 0.1.1 # 0.1.1
...@@ -15,7 +36,7 @@ After Toby tried to start working on the main code base it soon become evident t ...@@ -15,7 +36,7 @@ After Toby tried to start working on the main code base it soon become evident t
### Changed ### 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. - 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. - Changed DeBug.vue to reload to your current install local or otherwise.
......
{ {
"name": "nodenogg.in", "name": "nodenogg.in",
"version": "0.1.2", "version": "0.1.3",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
......
...@@ -14,7 +14,13 @@ ...@@ -14,7 +14,13 @@
<em>(+ helpers &amp; supporters)</em> <em>(+ helpers &amp; supporters)</em>
</p> </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> <ul>
<li> <li>
...@@ -54,9 +60,9 @@ ...@@ -54,9 +60,9 @@
</li> </li>
<li> <li>
&nbsp; &nbsp;
<a <a href="https://discursive.adamprocter.co.uk/categories/phd/"
href="https://discursive.adamprocter.co.uk/categories/phd/" >discursive (phd catergory link)</a
>discursive (phd catergory link)</a> >
(blog) (blog)
</li> </li>
<li> <li>
...@@ -74,12 +80,14 @@ ...@@ -74,12 +80,14 @@
</li> </li>
<li> <li>
&nbsp; &nbsp;
<a href="https://gitlab.adamprocter.co.uk/adamprocter/couchdocs">gitlab</a> <a href="https://gitlab.adamprocter.co.uk/nn/">gitlab</a>
(code) (code)
</li> </li>
<li> <li>
&nbsp; &nbsp;
<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) (raise and review)
</li> </li>
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment