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

updated for v 0.1.3

Changelog, version in package, tweaked About page as well
parent 3b445321
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
_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.
......
{
"name": "nodenogg.in",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
......
......@@ -14,7 +14,13 @@
<em>(+ helpers &amp; 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>
&nbsp;
<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>
&nbsp;
<a href="https://gitlab.adamprocter.co.uk/adamprocter/couchdocs">gitlab</a>
<a href="https://gitlab.adamprocter.co.uk/nn/">gitlab</a>
(code)
</li>
<li>
&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)
</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment