Skip to content
Snippets Groups Projects
Commit 22ef5d3e authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[enh] Add missing changelog for v1.2.10 and v1.3.0

parent a5d9f477
No related branches found
No related tags found
No related merge requests found
# 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
# 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)
...@@ -54,7 +54,7 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ && $3 =~ ^[0-9]+$ ]]; then ...@@ -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 # Load env.sh if exists
if [[ -f "${DIRNAME}/env.sh" ]]; then if [[ -f "${DIRNAME}/env.sh" ]]; then
source ${DIRNAME}/env.sh source ${DIRNAME}/env.sh $*
fi fi
# Check the Java version # Check the Java version
......
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