Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bpresles
Cesium
Commits
bacda093
Commit
bacda093
authored
4 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
[enh] Add changelog for 1.6.8. Fix doc for node v12
parent
3fe0b473
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/changelog/changelog_v1.6.8.md
+18
-0
18 additions, 0 deletions
doc/changelog/changelog_v1.6.8.md
doc/development_guide.md
+5
-5
5 additions, 5 deletions
doc/development_guide.md
doc/fr/development_tutorial-03-android.md
+1
-1
1 addition, 1 deletion
doc/fr/development_tutorial-03-android.md
with
24 additions
and
6 deletions
doc/changelog/changelog_v1.6.8.md
0 → 100644
+
18
−
0
View file @
bacda093
# Version v1.6.8
## All platforms
-
[enh] Build: upgrade to cordova@10.0.0, and node.js v12. Refactor Cordova hook to use main gulpfile.js
-
[fix] Map: optimize loading time (remove the search layer)
## Web extension
-
[
enh] Handle G1 link, like 'web+june://' - See [this post
](
https://forum.duniter.org/t/g1link-syntax-review-choisissons-la-syntaxe-g1lien/7522
)
## Android
-
[
enh] Handle G1 link, like 'june://' - See [this post
](
https://forum.duniter.org/t/g1link-syntax-review-choisissons-la-syntaxe-g1lien/7522
)
## Desktop
-
[
fix] Fix startup error on Ubuntu 20+ - [#921
](
https://git.duniter.org/clients/cesium-grp/cesium/-/issues/921
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
doc/development_guide.md
+
5
−
5
View file @
bacda093
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
## In a post-it
## In a post-it
```
bash
```
bash
nvm use 1
0
nvm use 1
2
git clone git@git.duniter.org:clients/cesium-grp/cesium.git
git clone git@git.duniter.org:clients/cesium-grp/cesium.git
cd
cesium
cd
cesium
yarn
yarn
...
@@ -22,7 +22,7 @@ To build Cesium, you will have to:
...
@@ -22,7 +22,7 @@ To build Cesium, you will have to:
sudo
apt-get
install
git wget curl unzip build-essential software-properties-common ruby ruby-dev ruby-ffi gcc make
sudo
apt-get
install
git wget curl unzip build-essential software-properties-common ruby ruby-dev ruby-ffi gcc make
```
```
2.
Installing node.js v1
0
:
2.
Installing node.js v1
2
:
*
First, install
[
nvm
](
https://github.com/nvm-sh/nvm
)
(
Node
Version Manager) :
*
First, install
[
nvm
](
https://github.com/nvm-sh/nvm
)
(
Node
Version Manager) :
```
bash
```
bash
...
@@ -35,7 +35,7 @@ To build Cesium, you will have to:
...
@@ -35,7 +35,7 @@ To build Cesium, you will have to:
*
Configure nvm to use the expected version: (
**WARNING**
: upper version will NOT work !)
*
Configure nvm to use the expected version: (
**WARNING**
: upper version will NOT work !)
```
bash
```
bash
nvm
install
1
0
nvm
install
1
2
```
```
3.
Installing node build tools, as global dependencies:
3.
Installing node build tools, as global dependencies:
...
@@ -65,9 +65,9 @@ To build Cesium, you will have to:
...
@@ -65,9 +65,9 @@ To build Cesium, you will have to:
This should create new directories
`platforms/android`
and
`platforms/ios`
.
This should create new directories
`platforms/android`
and
`platforms/ios`
.
> As a reminder: check that your command line is configured
correctly
:
> As a reminder: check that your command line is
well
configured:
> - You must place yourself in the directory of the application: `cd cesium`
> - You must place yourself in the directory of the application: `cd cesium`
> - and working with NodeJs **v1
0
**: `nvm use 1
0
` (please check using the command `node --version`)
> - and working with NodeJs **v1
2
**: `nvm use 1
2
` (please check using the command `node --version`)
### Prepare configuration file
### Prepare configuration file
...
...
This diff is collapsed.
Click to expand it.
doc/fr/development_tutorial-03-android.md
+
1
−
1
View file @
bacda093
...
@@ -119,7 +119,7 @@ node --version
...
@@ -119,7 +119,7 @@ node --version
Si vous n'êtes pas sur une v6, utilisez la commande
Si vous n'êtes pas sur une v6, utilisez la commande
```
```
nvm use 1
0
nvm use 1
2
```
```
Vous pouvez maintenant lancer l'instalaltion du projet Cesium pour Android :
Vous pouvez maintenant lancer l'instalaltion du projet Cesium pour Android :
...
...
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