Skip to content

Releases: exodev-exordium/exordium-desktop

0.5.11

03 Mar 02:25
9619d4a
Compare
Choose a tag to compare

Dev Build 0.5.11

This version of the Exordium application is meant to be used as testing. All VPN functionality has been removed.

In this update we modified the repository names under exordium-dev. exordium-dev/exordium has now been renamed to .../exordium-desktop and a new repository for the mobile platform has been created .../exordium-mobile. We pushed some new changes and have some code regarding our new database and api structure that will be released in version 0.6.x. Most likely this will be the last update before the next release that will consist of broken changes.

0.5.10

09 Feb 22:36
699f919
Compare
Choose a tag to compare

Dev Build 0.5.10

This version of the Exordium application is meant to be used as testing. All VPN functionality has been removed.

In this update we re added the css versions of Font awesome (Pro 5.12.1). We re organised our design files for the theme and colours, waiting for new designs to be drawn up so we can offer more then one design of Exordium.

  • As requested by @tvOdyssey, the update icon has been reinstated #20.
  • Font awesome has been changed from js-svg back to css-webfont, to resolve #20.
  • Updates via electron-updater are only downloaded and installed with user verification, as requested by @tvOdyssey #22.
  • Added jumplist and overlayicons, as requested by @tvOdyssey #26.

0.5.9

08 Feb 22:49
b64bc3f
Compare
Choose a tag to compare

Dev Build 0.5.9

This version of the Exordium application is meant to be used as testing. All VPN functionality has been removed.

In this update we re did the auto updating functions so that a feature for postponing updates can be added (as requested by @tvOdyssey #22), we also customised a few minor things, like adding the dev build version in the top left corner, and fixing minor issues like the incorrect connection status being sent to discord.

  • As requested by @tvOdyssey, a notification has been added when an update has been detected #21.

0.5.8

05 Feb 04:18
b64bc3f
Compare
Choose a tag to compare

Dev Build 0.5.8

This version of the Exordium application is meant to be used as testing. All VPN functionality has been removed.

In this update we made completely changed the way that the World-map and Traffic Monitoring functions work.

  • As requested by @tvOdyssey, we have changed the default graph tool-tips to something more custom. It has fixed flickering #16 however needs to be modified more for design.

0.5.7

29 Jan 07:02
3c1791a
Compare
Choose a tag to compare

Dev Build 0.5.7

This version of the Exordium application is meant to be used as testing. All VPN functionality has been removed.

In this update we made many more changes to the worldmap page, fixing an issue with the graph when the page is re-loaded by jQuery, as requested in #14 by @tvOdyssey

  • Worldmap now keeps results for 60 seconds, and then shifts old speeds.

0.5.6

29 Jan 04:13
3c1791a
Compare
Choose a tag to compare

Dev Build 0.5.6

This version of the Exordium application is meant to be used as testing. All VPN functionality has been removed.

In this update we made many more changes to the worldmap page. Some of those changes include the following;

  • Worldmap is now loading via mapbox
  • The worldmap shows your current ip address location on the world map.
  • System network monitoring has been added (shows volumes for download and upload, and speeds for download and upload)
  • A graph has also been added to show a visualisation of the download speeds.

0.5.5

27 Jan 03:21
3c1791a
Compare
Choose a tag to compare

Dev Build 0.5.5

This version of the Exordium application is meant to be used as testing. All VPN functionality has been removed.

In this update we changed the map page to load Mapbox as requested and spoken about in #9 by @InvalidEm

0.5.4

26 Jan 19:53
3c1791a
Compare
Choose a tag to compare

Dev Build 0.5.4

This version of the Exordium application is meant to be used as testing. All VPN functionality has been removed.

In this update we made some changes to the way we download new updates, and how we log what is going on in the background.

  • Attempting to disable differential downloads for nsis so that utilises download-progress and sends information to the client, as the only issue to #12 by @tvOdyssey .
  • Added electron-log so we can understand errors better.

0.5.3

26 Jan 05:14
f27884b
Compare
Choose a tag to compare

Dev Build 0.5.3

This version of the Exordium application is meant to be used as testing. All VPN functionality has been removed.

In this update we made many changes to the design of the signin page, and made fixes to the worldmap page.

  • Changed the size of the columns on the sign in page to display the beautiful images better
  • Randomised the images displayed on the sign in page of the app, as an extra feature, as requested in the issue #6 by @RavenVex
  • Added a fix for the word-map not taking up the full size of the vh and vw, as reported #9 by @InvalidEm
  • Added an HTML 5 Notification to let people know that the app is in developer mode still
  • Added an authentication handler for the signin form (should error due to the api not completely existing yet)

0.5.2

25 Jan 22:40
f27884b
Compare
Choose a tag to compare

Dev Build 0.5.2

This version of the Exordium application is meant to be used as testing. All VPN functionality has been removed.

In this update we added electron system notification handlers, and bootstrap handlers for signin form errors and other messages.

  • More imagery has been added to the application, as requested in issue #6 by @RavenVex
  • Added debugging messages for an issue that @RavenVex was experiencing.