Skip to content

Releases: Riekr/jloga

v0.2.5

20 Oct 08:26
Compare
Choose a tag to compare
  • General:
    • Updated FlatLaf themes and font chooser
    • Updated to perspective 1.7.1
  • External scripts:
    • System property -Djloga.env.override=true will let os environment variables override the ones defined in env*.jloga.properties, this is useful if launching jloga from a workspace.
  • Build:
    • Upgrade to gradle 7.4.2 to support upcoming java versions

v0.2.4

02 Jun 08:04
Compare
Choose a tag to compare
  • General:
    • Native file dialogs (awt)
    • Project panel now opens with a click as default, you can roll back to hovering in settings.
    • Project pane can be dragged around and better description
  • Grids:
    • Grid view can be forced if header detection result is uncertain
    • Grid columns automatic initial widths
    • Grid view font is the same as in text viewer
  • External scripts:
    • Support for search output sections (specify a sectionRegex in .jloga.json file)
  • Bug fixes:
    • Unselectable values in project combos

v0.2.3

20 May 10:57
Compare
Choose a tag to compare
  • General:
    • Updated to perspective 1.3.13
    • Info in about pane (and "-info" cli switch)
    • Minor optimizations
  • External scripts:
    • External scripts are ordered by filename if it starts with a number
      and no order is specified inside the .jloga.json config file.
    • Variables are now supported in combo values
  • Bug fixes:
    • Fixed duplicate first line in text views
    • Search while indexing does not wait for finish
    • Now indexing is done in a dedicated fs thread with low priority

v0.2.2

16 May 22:01
Compare
Choose a tag to compare
  • General
    • Theme selection and many themes available
    • Updated to perspective 1.3.12
  • Bug fixes:
    • Selection highlight persists on viewport change
    • Correct parent line highlighted
    • More header detection
    • Rollback to flatlaf 2.1 due to JSplitPane regression
    • Desktop help callouts auto hide

v0.2.1

08 May 08:24
Compare
Choose a tag to compare
  • General
    • Desktop help auto hide
    • Clear highlight by pressing ESC
    • Serch prefill when pressing ctrl+f or ctrl+r
    • Updated to perspective 1.3.11
    • "Scroll beyond end-of-text" can be changed in preferences
    • Updated FlatLaf theme
  • Bug fixes:
    • Header detection fixes
    • Fixed selection beyond end-of-text

v0.2.0

29 Apr 21:33
Compare
Choose a tag to compare

Most big bugs are fixed so v0.2.x series is here!

  • General
    • Updated to perspective 1.3.10
    • Project combos does not update values
  • Bug fixes:
    • Solved failures if some recent file is missing
    • Close sources on search rerun or tab close
    • Header detection fixes
    • Missing buttons if search pattern is too long
    • Non-editable project combos not being saved

v0.1.4

25 Apr 09:02
Compare
Choose a tag to compare

v0.1.4

  • General:
    • Check file creation time and fingerprint when before reloading
    • File size in tooltip and recent files
    • Updated finos resources
  • Bug fixes:
    • Fixed opening multiple files

v0.1.3

19 Apr 21:42
Compare
Choose a tag to compare
  • General:
    • Hierarchical line highlighting (enable it in settings)
    • Search panel tabs does not grow anymore
    • ~30% more speed in page loading
    • Updated to perspective 1.3.8
  • Bug fixes:
    • Temp files cleanup
      IMPORTANT: altough operating systems should automatically delete temp files this was not the intended behaviour and now temp files
      are deleted on jloga shutdown and startup (in case o crash).
      If you suspect low disk space after using jloga check your temp directory for files starting with "jloga" and delete them.

v0.1.2

13 Apr 22:55
Compare
Choose a tag to compare
  • External scripts:
    • Line matched via named regex like: ^(?<file>[^:]*):(?<line>\d*):(?<text>.*) see README.md for details
  • Bug fixes:
    • Text not loading while searching
    • Index out of bounds while scrolling on script results

v0.1.1

10 Apr 08:21
Compare
Choose a tag to compare
  • General:
    • Improved caching
    • Line numbers starts from 1 instead of zero, you can revert to old behaviour in preferences.
  • Bug fixes:
    • Scrolling during indexing does not lag anymore
    • Line numbers not correctly displaying while indexing
    • .exe bundle dependencies are included