Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nodenogg-duplicate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adam Procter
nodenogg-duplicate
Commits
3aced122
Commit
3aced122
authored
5 years ago
by
Adam Procter
Browse files
Options
Downloads
Plain Diff
Merge branch 'changesdoc'
parents
3b445321
05bceb60
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+24
-3
24 additions, 3 deletions
CHANGELOG.md
app/package.json
+1
-1
1 addition, 1 deletion
app/package.json
app/src/views/About.vue
+14
-6
14 additions, 6 deletions
app/src/views/About.vue
with
39 additions
and
10 deletions
CHANGELOG.md
+
24
−
3
View file @
3aced122
# 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.
...
...
This diff is collapsed.
Click to expand it.
app/package.json
+
1
−
1
View file @
3aced122
{
{
"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"
,
...
...
This diff is collapsed.
Click to expand it.
app/src/views/About.vue
+
14
−
6
View file @
3aced122
...
@@ -14,7 +14,13 @@
...
@@ -14,7 +14,13 @@
<em>
(+ helpers
&
supporters)
</em>
<em>
(+ helpers
&
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>
<a
<a
href=
"https://discursive.adamprocter.co.uk/categories/phd/"
href=
"https://discursive.adamprocter.co.uk/
categor
ies/phd/"
>
discursive (phd
cate
r
gor
y 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>
<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>
<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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment