Releases: Riekr/jloga
Releases · Riekr/jloga
v0.5.0
- External scripts:
- System property
jloga.ext.dir
works as addition to other sources - If
jloga.scripts
exists in classpath, it is loaded as a list of search definitions:- each lines represents a file name to be loaded
- lines can start with
res://
to load the file from classpath - if starting with
file://
or no schema prefix is specified, file will be loaded from local file system
- Extension scripts folder preference chage is honored if other sources are active
- Removed Skip "EXT:" prefix preference to avoid confusion
- System property
v0.4.2
v0.4.1
v0.4.0
- UI:
- Support for toast message notifications
- 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
v0.3.3
v0.3.2
v0.3.1
- 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
- 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