blob: 59b5bc79444b82830399b3c62b92fac8f6c4c595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
jellex changelog
20220731 v0.5.6
- Add `__main__.py` for `python -m jellex` use cases
20211228 v0.5.5
- Fix non-JSON file loading error
- Minor updates
20211228 v0.5.4
- Minor performance optimization
20211227 v0.5.3
- Memory and performance optimizations
20211220 v0.5.2
- Schema viewer toggle
20211212 v0.5.1
- Fix exception handling
20211212 v0.5.0
- Add a Schema viewer window above the Status window
- Strip leading and trailing whitespace from the query text on exit
20210730 v0.4.0
- Include CHANGELOG in source distribution
- Add automatic completions for current list indicies and key names
- CTRL-\ now changes focus to the next window
20210709 v0.3.0
- Change error colors
- Add line numbers to Editor
20210709 v0.2.4
- Fix tab focus
- Viewer window is now scrollable
- Add mouse support for focus and cursor position
- Add colors to status window text
20210708 v0.2.3
- Add item number and size to status window
- Print null values
20210708 v0.2.2
- Enhance jello query string on exit
20210708 v0.2.1
- Handle file open errors gracefully
20210708 v0.2.0
- Add exception name to status window
- Add version info with -v and --version options
20210708 v0.1.3
- Add simple file loading
- Detect and exit gracefully on non-JSON file loading
- Fix viewer to show last output on error
20210707 v0.1.2
- Add status window at bottom
20210706 v0.1.1
- Working proof of concept
20210629 v0.1.0
- Initial commit
|