Skip to content

Releases: duniter/cesium

1.6.8

14 Aug 11:20
Compare
Choose a tag to compare
1.6.8 Pre-release
Pre-release

Release v1.6.8

1.6.7

06 May 09:10
Compare
Choose a tag to compare
  • Add a read only mode (see this post for details)
    To enable this mode :
    • edit the file <CESIUM_ROOT>/config.js
    • set option readonly to true
  • [desktop] Fix error when launching Cesium on Debian 10 and Ubuntu 20

1.6.6

01 May 15:41
Compare
Choose a tag to compare
1.6.6 Pre-release
Pre-release
  • Add a demo mode (see this post for details)
    To enable this mode :
    • edit the file <CESIUM_ROOT>/config.js
    • set option demo to true

1.6.5

22 Apr 17:41
Compare
Choose a tag to compare

All platforms

  • [fix] Unable to report abuse, or like, a profile, if not login - fix #913

Android

  • [fix] Fix startup error, under Android 10 (API 28) - #898
  • [fix] Fix 'findIndex' error on transaction history, under Android 4.4 (API 19) - fix #912

1.6.4

22 Apr 16:31
Compare
Choose a tag to compare
1.6.4 Pre-release
Pre-release

Fix_Android-4.4

1.6.3

14 Apr 15:30
Compare
Choose a tag to compare
1.6.3 Pre-release
Pre-release

FixAndroid10

1.6.2

13 Apr 21:31
Compare
Choose a tag to compare
1.6.2 Pre-release
Pre-release

Changelog

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

Firefox and Chrome extension

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

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 

1.6.1

17 Mar 17:01
Compare
Choose a tag to compare

New major release

Since the previous release (v1.3.11):

  • 390 commits;
  • 639 files changes;
  • 5 contributors; Thanks to them!

What's new?

All platforms

  • [enh] Home: Add feed (news);
  • [enh] Menu: new menu layout, and new icon for "My operations";
  • [enh] Navigation: better performance, by adding a network cache (between session if enable in settings);
  • [enh] Transfer: display the amount's unit as a dropdown
  • [enh] My operations: show many pubkeys, when TX has more than one issuers (or recipients);
  • [enh] My operations: Optimize load;
  • [enh] Add Esperanto translations;
  • [fix] Secondary wallet: allow to see certifications;
  • [fix] Wallet: Fix freeze on "Loading...";

Android / iOs

  • [enh] Can toggle QR code into full screen;
  • [enh] Show more QRcode (on a identity page, in the transactions history) ;
  • [enh] Add 64bit compatibility for libsodium (crypto library)
  • [fix] Menu: badge alignment (mobile device);
  • [fix] Transfer: always hide the digitKeyboard when not a mobile device - fix #866;
  • [fix] iOS : Fix layout issues, on tablet;

Firefox and Chrome extension

  • [enh] Allow to add Cesium as a browser extension;

Cesium+ plugin

  • [enh] Cesium+: add a view to monitor Cesium+ pod network;
    Accessible throw add a new button in "Network" menu, when expert mode has been enabled, in Settings;
  • [enh] Cesium+ settings: Use the specific Cs+ network view, to select a Pod;
  • [enh] Cesium+ pod stats: Allow to see stats pages (data and synchro) from any Cesium+ pod;
  • [fix] My wallet: better explanation for where Cesium+ profile are stored;
  • [fix] Registry > page: Fix comment "send button" alignment;
  • [fix] Settings: Remove unused fields stored in remote (and encrypted) settings;
  • [fix] Cs+ network: Fix an error in console, when leaving the network view;

Build tools

  • [enh] Full rewrite of all build scripts (migration to gulp v4, nodejs v10);
  • [enh] Generate sourcemaps files, in addition to minified javascript files, to be able to debug in any web browser;
  • [enh] Manage all dependencies throw package.json and yarn (move away from bower)
  • [enh] Generate checksum files (SHA256)

Check integrity of downloaded files!

After downloaded a Cesium artifact, please check it's integrity :

  sha256sum <downloaded_file>

Then compare result to this map :

96ebb4f0fc6fb7a19bb399bd212dde792602526139f6b2eae6d03026fc74e753  cesium-v1.6.1-android.apk
9822157cdc309deae2f5b808040440118efac7d0f5f6b79d381d0c9abe9a8362  cesium-v1.6.1-extension.zip
f646e35d66cda605449af0e404c954b4ba58cd227ffe429cc05274f19ad969b1  cesium-v1.6.1-extension-chrome.crx
a91e9481c81caf3d1cf321d02984474a15f35af44a0ab005212f48fa426975b8  cesium-v1.6.1-extension-firefox.xpi
1c28ec29379c4001d4ed8a53a5f960a1d1b38cde8afe745bb6964d629e862254  cesium-v1.6.1-web.zip
caa173805da25ea00a97332f57d07e848a002dcde2f21b567cdf9aa110b3a62a  cesium-desktop-v1.6.1-linux-x64.deb
98c31b41ca0030b70d83a7c3b543feaba22625611994a69e94a32daa35c74f72  cesium-desktop-v1.6.1-linux-x64.tar.gz
6d2e9e024939d250ca656968525ddfe3c2b83685c1523a24bc1b6e34e0315daa  cesium-desktop-v1.6.1-macos.dmg

1.6.0

17 Mar 16:08
Compare
Choose a tag to compare
1.6.0 Pre-release
Pre-release
v1.6.0

MajorRelease

1.5.12

17 Mar 13:40
Compare
Choose a tag to compare
1.5.12 Pre-release
Pre-release

AddSourceMaps