Skip to content

v0.35

Compare
Choose a tag to compare
@shioyadan shioyadan released this 20 Feb 14:47
· 57 commits to master since this release

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