Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Riekr committed Mar 22, 2022
1 parent 7ee3417 commit f21967d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
## In progress:

## v0.0.8
- General:
- Searches can finally run while indexing files
- Invalid reflective access warning fix
- External scripts:
- Added external scripts warning/disclaimer.
- External process variables substitution with %{var} (for every env file type).
- External process variables by platform
- External process variables can include system environment variables with ${var} or %VAR% notation (depending on the env file platform).
- Fix unix home path notation "~/".
- External process variables concatenation in path form
- Allow dot in external scripts custom properties (still forbidden for env variables)
- Grids:
- Fix single line ext process output in grid mode
- Fix grid view in sub searches
- Better header detection and handling
- Preferences:
- Dependencies between preferences
- Keep last selected tab visible on settings reopen
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
jar {
manifest {
attributes(
"Implementation-Version": '0.0.7',
"Implementation-Version": '0.0.8',
"Main-Class": 'org.riekr.jloga.Main'
)
}
Expand Down

0 comments on commit f21967d

Please sign in to comment.