If the pre-built binary cannot be launched in your environment, try to launch it from the source code as described in README.md.
feat: add install scripts
feat: konata.vbs now passes command line argument
feat: the packaged version now uses asar
feat: trim spaces before/after numbers in Kanata log
feat: optimize Onikiri parser
feat: internal data compression is now performed in worker threads
feat: add a feature that accepts drag-on-dropped multiple files
feat: splitter positions are adjusted on "adjust position"
feat: add error handling to onikiri_parser
feat: add "ThreadID" pipeline color scheme
feat: add a short cut key that quits Konata
feat: add a shell script to launch Konata
feat: add a feature that loads files passed through command line arguments
feat: update Electron to 10.1.3
feat: add a feature that changes a zoom factor
feat: adding settings dialog
feat: improve scroll when finding next/previous texts
feat: add short cut keys of ctrl+up/down for zoom in/out
feat: label pane fonts are no longer expanded
feat: the background of pipelines is drawn in stripe colors
fix: fix a bug where Konata can crash when loading invalid files
fix: fix a bug where statistics processing is incorrectly stopped
fix: fix a bug where it crashes when using a color scheme
fix: fix a bug where Konata crashes when loading invalid files
fix: konata.sh now can accept input files correctly
fix: fix a bug where Konata does not parse command line arguments correctly
fix: fix a bug where un-retired/un-flushed ops are not closed correctly
fix: fix a bug where stages cannot be shown when lean/stage names include spaces
fix: fix a bug where Konata cannot be launched in a directory other than the source directory
fix: fix a bug where globally installed Electron is used in konata.sh/.vbs
fix fix a bug where setting values are not applied correctly
fix: remove CSS animation for progress bars
fix fix a bug where set values are not applied correctly
fix: fix the position of a find result tip
fix: fix a bug where internal data compression can corrupt
fix: fix a bug where it can crash when no file is selected in a file open dialog
fix: fix a bug where stage sizes are incorrectly calculated
fix: disable key board shortcuts when dialogs are opened
Assets
5
- feat: significantly reduce memory usage when loading large files
- feat: add a custom color scheme feature
- You can add customized color schemes by modifying the configuration file
- feat: tweak zoom related parameters
- fix: fix a bug where lanes consisting of 3 or more were not rendered correctly
- fix: fix "Unique" color scheme
Note that this version is possibly unstable due to significant changes in internal data structures...
Assets
5
- Add a feature that saves command histories (up/down key shows histories like a command line shell)
- Add "l" command, which loads a file
- Labels in the left pane is now zoomed
- A splitter position is now saved
Assets
5
- Add a feature to save the window position of Konata.
- Tweak an algorithm of horizontal position compensation for vertical wheel scroll.
- The "adjust position" feature now synchronizes the zoom level when the sync-mode is enabled.
- In the configuration file, add threshold parameters that determine the level of detail at which Konata renders pipelines.
- Reduce memory usage slightly (10%~).
Assets
5
- Fix bugs related to a command palette
- Add another color scheme
- Tweak rendering parameters
Assets
5
- Fix a freeze bug in scrolling/zooming
- Add asynchronous search/stats features
- Add a location bookmark feature
- Add recently loaded file histories
- Add stats support for x86 in gem5
- Update Electron to v6.0.1
Assets
5
- Fix a bug where Konata freezes when a very large file is loaded
- Update electron to 4.0.7
Assets
5
- Fix bugs in gem5 O3CPUAll parser
- Improve search functionality
Assets
5
- Improve search functionality
- Support O3CPUAll log as well as O3PipeView. (ex. --debug-flags=O3PipeView,O3CPUAll in gem5)
- Add "dark" theme
Assets
5
- Fix a bug where a zooming function sometimes freezes
- Add "find" function (ctrl+f, F3, shift+F3)
- Add a Dockerfile to ease deployment (thanks Jason!)
- Update Electron to v4.0.4