Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.3 KB

changelog_v1.6.2.md

File metadata and controls

53 lines (34 loc) · 1.3 KB

Version v1.6.2

All platforms

  • [enh] Improve private message icon, on a identity profile - fix #900

  • [enh] Improve avatar modal, when editing a Cesium+ profile:

    • allow drag and drop;
    • add a "previous" button;
  • [fix] Fix some ES translations

  • [fix] API: error 'qrcode not defined' - fix #903

Desktop

  • [enh] Add a splash screen

  • [fix] Fix command line option --debug

  • [fix] Open popup to select local Duniter node, if detected

Android

  • [enh] Fix Android 10 compatibility (due to secure storage Cordova plugin) - fix #908

Firefox and Chrome extension

  • [fix] Unable to set avatar and page's pictures - fix #904

Development environment

Build from source

Before building Cesium, please launch this commands:

cd cesium

# Update ionic CLI to latest 
npm remove ionic

npm i -g @ionic/cli

# Remove JS dependencies
rm -rf node_modules

# Clean Yarn cache, then install deps
yarn cache clean && yarn install

# Remove Cordova plugins
rm -rf plugins
  
# Re install Cordova plugins
cd scripts
./ionic-update.sh