Skip to content

Releases: esrlabs/chipmunk

0.0.15

05 Jan 11:38
Compare
Choose a tag to compare
  • fix issue with processing regExp
  • fix issue with search request for several words
  • add bookmarks into search results view

0.0.14

04 Jan 14:06
Compare
Choose a tag to compare
  • fixed issue with not-separated lines in logs
  • fixed issue with updating

0.0.13

02 Jan 21:11
Compare
Choose a tag to compare
  • version up of electron-updater

0.0.12

02 Jan 19:28
Compare
Choose a tag to compare
  • added application logs
  • added manual update caller
  • added desktop developer console caller

0.0.11

02 Jan 14:56
Compare
Choose a tag to compare
  • changed logs location to user's folder

0.0.10

02 Jan 12:30
Compare
Choose a tag to compare

Fixes:

  • fixed styles issues
  • fixed regExp search issues
  • fixed logs-view layout issues

Features:

  • updated logic of search-requests view
  • added monitor of ports and processes

0.0.9

19 Dec 17:37
Compare
Choose a tag to compare
  • added possibility to execute any command/program from logviewer and get its output

0.0.8

04 Dec 11:50
Compare
Choose a tag to compare

New:

  • fixed bug with crushing logviewer (windows platform) with opening serial port with incorrect settings.
  • added addition information for user about access errors (to serial ports) or errors, which are related with unsupported serial port parameters
  • fixed serial port settings dialog (settings are saved and loaded correctly)
  • fixed possibility to change settings of serial port (with each next opening of port)
  • on darwin and linux platforms ADB stream will be restored automatically after phone was unplugged and plugged again (with windows platform this feature wasn't tested as well).

Known issues:

  • windows platform: serial port can be failed to open with baudRate 921600 (it depends on opening serial port)

0.0.7

30 Nov 23:41
Compare
Choose a tag to compare

New:

  • Added support for adb for win platform.
  • Corrected styles for dark theme
  • Changed default theme settings
  • Added possibility to define path to adb SDK

Known issues:

  • Fail to connect to serial port on win platform with baudRate: 921600, but connection with baudRate 57600 for example comes well

0.0.6

28 Nov 01:14
Compare
Choose a tag to compare

0.0.6.
What's new:

  • as an experimental functionality added possibility "listen" stream from ADB Logcat. This functionality is in testing stage.

Known issues:

  • if phone-device will be disconnected during LogViewer is listening Logcat stream and connected again, stream isn't restored and have to be restarted (stopped and started again).
  • windows version is in testing. This is the first public build for windows and can work not stable.
  • windows version doesn't support ADB Logcat yet