Skip to content

Releases: CleepDevice/cleep-desktop

0.2.0

14 Sep 21:41
Compare
Choose a tag to compare

Changed

  • Move all logic previously in angularjs to electron
  • Remove cleepbus from cleepdesktop as external binary
  • Clean angularjs code
  • Rewrite most of electron source code
  • Bump electron to latest v20
  • Bump dependencies

0.1.6

05 Feb 17:38
Compare
Choose a tag to compare

Fixed

  • Fix linux build (problem with pyinstaller)
  • Fix macos build (invalid npm path)
  • Properly handle errors during CI for all envs

0.1.5

05 Feb 10:37
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Fixed

  • Fix monitoring: messages were not displayed
  • Fix monitoring: messages were not catched at application startup
  • Fix device command sending
  • Fix local iso dialog that doesn't open

Changed

  • Display monitoring message details
  • Limit number of monitoring messages in list
  • Add button to clear monitoring messages
  • Add unique network identifier to cleep-desktop like other devices
  • Implement basics for device command sending
  • Update ts libs (electron v13.X)
  • Update python libs

0.1.4

18 May 10:54
Compare
Choose a tag to compare

Fixes

  • Improve device page cache handling
  • Re-fix hide changelog button when downloading update
  • Fix local iso file selection
  • Fix local iso file download notification

Changes

  • Update librairies
  • Fix electron deprecation warning (remote)

0.1.3

01 May 17:16
Compare
Choose a tag to compare

Fixes:

  • Fix devices list when device has Cleep reinstalled (it appeared twice)
  • Hide changelog button when updating Cleep
  • Change selected device list item color (less "red" that confuses with an error)
  • Fix first run dialog close button that doesn't work
  • Fix help page issues
  • Bump electron 12.0.6
  • Fix build for macos

0.1.2

29 Apr 13:25
Compare
Choose a tag to compare

Fixes

  • No mac addresses found under windows
  • Change zipped log file extension to allow system to open file directly
  • Do not display other cleep-desktop connection in device list
  • New device not displayed on first connection
  • Trigger fatal error when cleepdesktopcore binary not found
  • Handle case when connection to cleepbus failed

0.1.1

25 Apr 12:54
Compare
Choose a tag to compare

Fixes

  • Fix problems opening logs
  • Fix error retrieving wireless interfaces when no wifi adapter under windows

0.1.0

19 Apr 16:19
Compare
Choose a tag to compare

Changes:

  • Electron code migrated to typescript
  • Bump major libs (python, angularjs, electron)
  • Update build/publish scripts after major pyinstaller update
  • Detect raspios images instead of deprecated raspbians ones
  • Core modules updates according to cleep changes

Fixes:

  • Fix cleep-os releases detection

0.0.16

19 May 09:42
Compare
Choose a tag to compare
0.0.16 Pre-release
Pre-release

Fixes:

  • Fix Electron deprecation warnings

Updates:

  • Update electron
  • Publish MacOS application again using bitrise.io
  • Publish Windows and Linux version on circleci.com

0.0.15

25 Mar 21:44
Compare
Choose a tag to compare

No MacOs version in this release due to changes in signing method. My old MacBook Pro is outdated and it's not able to sign MacOs version.

Fixes:

  • Fix core error switching debug flag
  • Fix js error when opening splashscreen in rare cases
  • Handle error when opening cleep-desktop on windows computer with invalid hostname (non ascii chars)

Updates:

  • Update electron to new latest version 8 (from 6.x)
  • Bump some js libs (sentry...)
  • Update card icon layout
  • Update python libraries
  • Update license label (Apache => MIT)

Features:

  • Display cleep-desktop file cache directory
  • Update python libraries during packaging