Skip to content

Commit 7462ea8

Browse files
Merge pull request #20 from snappdevelopment/proguard
Update Readme and add proguard file
2 parents 60d225b + 60462bb commit 7462ea8

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

LICENSE renamed to LICENSE.md

File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
JsonTreeViewer is a Compose Multiplatform desktop app to display JSON data. It's based on the library [JsonTree](https://github.com/snappdevelopment/JsonTree).
66
<br /><br />
77

8-
<img src="screenshots/jsonTreeViewerGif.gif" width="1000">
8+
<img src="screenshots/jsontreeviewergif.gif" width="1000">
99

1010
## About
1111

1212
JsonTreeViewer is an Compose Multiplatform desktop app to display formatted JSON data.
1313

14-
The tree can be expanded and collapsed and show additional metadata like array indices and item counts in arrays and object. By using the search field, the tree can be search for keys and values. The info panel shows data about the json file itself.
14+
The tree can be expanded and collapsed and show additional metadata like array indices and item counts in arrays and object. By using the search field, the tree can be search for keys and values. The edit tab shows the raw json data, which can be edited and the changes will be reflected in the render tab.
1515

1616
Files with the extension `.json` and `.txt` can be opened via drag and drop, or data can be pasted directly with `ctrl+v` or `cmd+v`.
1717

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ compose.desktop {
5252
nativeDistributions {
5353
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
5454
packageName = "JsonTreeViewer"
55-
packageVersion = "1.0.0"
55+
packageVersion = "1.1.0"
5656
description = "JsonTreeViewer"
57-
copyright = "2024 SNAD. All rights reserved."
57+
copyright = "2025 SNAD. All rights reserved."
5858

5959
macOS {
6060
iconFile.set(project.file("icon.icns"))

composeApp/compose-desktop.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-dontwarn androidx.compose.**

screenshots/jsonTreeViewerGif.gif

-1.21 MB
Binary file not shown.

screenshots/jsontreeviewergif.gif

2.69 MB
Loading

0 commit comments

Comments
 (0)