Releases: esrlabs/chipmunk
Releases · esrlabs/chipmunk
0.0.15
- fix issue with processing regExp
- fix issue with search request for several words
- add bookmarks into search results view
0.0.14
- fixed issue with not-separated lines in logs
- fixed issue with updating
0.0.13
- version up of electron-updater
0.0.12
- added application logs
- added manual update caller
- added desktop developer console caller
0.0.11
- changed logs location to user's folder
0.0.10
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
- added possibility to execute any command/program from logviewer and get its output
0.0.8
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
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
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