From 22ef5d3e8345ddc5be05d6c11741b26521cd810e Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Wed, 2 Jan 2019 13:07:51 +0100
Subject: [PATCH] [enh] Add missing changelog for v1.2.10 and v1.3.0

---
 doc/changelog/changelog_v1.2.10.md | 12 ++++++++++++
 doc/changelog/changelog_v1.3.0.md  |  8 ++++++++
 release.sh                         |  2 +-
 3 files changed, 21 insertions(+), 1 deletion(-)
 create mode 100644 doc/changelog/changelog_v1.2.10.md
 create mode 100644 doc/changelog/changelog_v1.3.0.md

diff --git a/doc/changelog/changelog_v1.2.10.md b/doc/changelog/changelog_v1.2.10.md
new file mode 100644
index 00000000..ab058333
--- /dev/null
+++ b/doc/changelog/changelog_v1.2.10.md
@@ -0,0 +1,12 @@
+# Version v1.2.10
+
+## Settings
+- If Duniter node is down, settings cannot be stored locally - fix [#788](https://git.duniter.org/clients/cesium-grp/cesium/issues/788)
+
+## My account
+- Le nombre de notifications affiché est incorrect - fix [#745](https://git.duniter.org/clients/cesium-grp/cesium/issues/745)
+
+## Cesium+ features
+
+### Settings
+- Allow to use Cesium+ Pod in version v1.1.3+
\ No newline at end of file
diff --git a/doc/changelog/changelog_v1.3.0.md b/doc/changelog/changelog_v1.3.0.md
new file mode 100644
index 00000000..c1b6ae8b
--- /dev/null
+++ b/doc/changelog/changelog_v1.3.0.md
@@ -0,0 +1,8 @@
+# Version v1.3.0
+
+## Desktop build
+
+- Upgrade to NW.js v0.35.0 
+- Better Duniter configuration detection (keyring and node)
+- Auto-login using keyring file at ~/.config/cesium/keyring.yml 
+- About popup: allow to open the DEV tools window - fix [#789](https://git.duniter.org/clients/cesium-grp/cesium/issues/789) 
diff --git a/release.sh b/release.sh
index 5dc6b266..0b078143 100755
--- a/release.sh
+++ b/release.sh
@@ -54,7 +54,7 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ && $3 =~ ^[0-9]+$ ]]; then
 
   # Load env.sh if exists
   if [[ -f "${DIRNAME}/env.sh" ]]; then
-    source ${DIRNAME}/env.sh
+    source ${DIRNAME}/env.sh $*
   fi
 
   # Check the Java version
-- 
GitLab