Skip to content

Releases: Riekr/jloga

v0.4.0

11 Mar 09:56
Compare
Choose a tag to compare
  • UI:
  • Text Viewer:
    • Fix line highlighting if not whole hierarchy is selected in settings
  • I/O:
    • Autoscale page size to fit text file line length
  • General:
    • Better detection of other instances
    • Updated to flatlaf 3.4
    • Increase default page size to 2MB
    • Updated to perspective 2.8.1

v0.3.4

20 Dec 10:42
Compare
Choose a tag to compare
  • General:
    • Updated to perspective 2.7.1
    • Minor performance fixes to perspective data loading
    • Fix for text load issue

v0.3.3

20 Nov 12:44
Compare
Choose a tag to compare
  • General:
    • Updated to perspective 2.6.1
    • Updated to flatlaf 3.2.5
    • Updated to gson 2.10.1
    • Minor performance fixes to perspective data loading

v0.3.2

09 Jun 11:34
Compare
Choose a tag to compare
  • General:
    • Fixed save file regression
    • Updated to perspective 2.2.1
    • Better handling of perspective arrow conversions
    • Asynchronous operations errors dump

v0.3.1

13 Feb 14:10
Compare
Choose a tag to compare
  • Text Viewer:
    • correctly show last line in viewport
    • correctly recalculate lines in viewport after line height change
    • Keep selected text when scrolling
  • UI:
    • "Open in file manager" actions on right click menues
    • Fixed GTK theme selection
  • General:
    • Fixed I/O threading regression under heavy load
    • PickNMix dates combo works again

v0.3.0

24 Jan 08:57
Compare
Choose a tag to compare
  • Favorites:
    • Sorting (case-insensitive and directories first)
  • Preferences:
    • Lazy tab initialization to avoid lag
    • Fixed sizing as in previous versions
    • Added text viewer line height customization
  • General:
    • Upgraded build libraries and laf themes
    • Added non latin text to font dialog preview
    • Updated to perspective 1.9.3
    • Changed I/O threading to allow scrolling text while searching
    • Show popup in case of invalid file on command line
  • Grids:
    • Changing number of regex groups correctly updates table view columns
    • Right click on grid button to change header or delimiter
  • Bug Fixes:
    • Line highlighting determined by caret position

v0.2.9

09 Nov 08:38
Compare
Choose a tag to compare
  • Favorites:
    • Correct inline editing
    • Right click on "Favorites" button to edit them
    • Subfolders in aliases (use "/" or "" to split as a path)
    • Reordering

v0.2.8

31 Oct 10:51
Compare
Choose a tag to compare
  • General:
    • Favorites are ordered as in file
    • UI for configuring favorites

v0.2.7

24 Oct 09:46
Compare
Choose a tag to compare
  • General:
    • Added icons in favorites views
  • Build:
    • Fixed double v in version

v0.2.6

21 Oct 08:13
Compare
Choose a tag to compare
  • General:
    • Preliminary support for favorites folders
      specify -Djloga.favorites=favorites.properties to enable the menu, check sample favorites-sample.properties
  • Build:
    • Get version from CHANGELOG.md
    • Upgrade to gradle 7.5.1 and latest wrapper