-
Notifications
You must be signed in to change notification settings - Fork 11
/
changes.txt
136 lines (114 loc) · 4.32 KB
/
changes.txt
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
0.3.0
0.2.10.1 (2024-04-13)
- Fixed issue with null default font (issue #58)
0.2.10 (2024-04-08)
- Added support for language switching (zh, jp, ko)
- Added support for basic macro
- Reworked search toolbar UI
- Updates for IntelliJ API changes (issue #55 #56)
0.2.9 (2023-11-24)
- Added convert data action
- Added support for bookmarks
- Added clipboard content tool
- Added drag&drop content tool
- Fixed issue with BOM headers with native file wrapper (issue #52)
- Partial mitigation to file locking issue (issue #34)
0.2.8.1 (2023-05-25)
- Fixed plugin breaks VCS history log reading (Issue #51)
0.2.8 (2023-05-19)
- Added edit as binary action for columns in database view
- Added byte-to-byte compare diff option
- Added integration options page
- Reworked save on close
- Added reload file action (issue #49)
- Fixed illegal argument exception (issue #50)
0.2.7 (2022-12-08)
- Added byte array support for some fields for Rider/CLion/GoLand (debug tree child nodes extraction)
- Minor layout fix (issue #45)
- Fixed settings save (issue #44)
- Fixed event context does not match assertion (issue #43)
- Fixed User Data exception (issue #42)
0.2.6 (2022-05-22)
- Fixed native file mode (issue #39)
- Added options page
- Added action for online help/manual
- Added edit selection action
- Added API: view binary data
0.2.5 (2021-11-06)
- New app icon
- Added templates for profiles
- Added insert data dialog
- Added files compare dialog
- Fixed issues with binary file type (issue #36)
- Fixed issue with transparency (issue #38)
- Fixed issue with opening zip files
0.2.4 (2021-04-11)
- Added string field in values panel (issue #8)
- Fixed 2021.1: Can't close any tabs once a binary file is opened (issue #35)
0.2.3 (2020-07-30)
- Fixed debugger array support for PHP
- Added binary file type (issue #30)
0.2.2 (2020-01-25)
- Minor GUI improvements
- Support for multiple decoders in debugging view
- Display the number of bytes selected (issue #26)
- Fixed opening via dialog crashes IntelliJ (mac) (issue #22)
- Fixed "HIDE_DEFAULT_EDITOR is supported only for DumbAware providers" error message (issue #24)
- Fixed NullPointerException when trying to hex-view bytearray in Debug mode (issue #27)
- Fixed Editor stops responding when I use Find (issue #19)
- Fixed Cursor position is lost if you switch tabs (issue #25)
0.2.1 (2019-08-22)
- Minor GUI improvements
- Context aware popup menu
- Go-to dialog position to support position from end (issue #14)
- Go-to dialog position to support different numerical bases (issue #11)
- Support for ENTER key in preview section
- Minor fix to view of native Java debug values
- Minor fix to integration (issues #7, #18)
0.2.0 (2019-04-13)
- Renamed to BinEd
- Updated to newer version of library
- Support for half-size space
- Support for layout, theme and colors profiles
- Added support for different numerical bases in status bar (issue #13)
- Configurable address margin (issue #12)
- Fixed issue with copy as code for debug view (issue #20)
0.1.7 (2018-08-24)
- Fixed issue with debugging in CLion (issue #4)
- Fixed issue with goto does not scrolling window (issue #5)
- Added basic support for debug view of bytearray and bytes for Python
0.1.6.1 (2018-03-07)
- Fixed issue with byte array / NPE
0.1.6 (2018-03-05)
- Added "Show as hex" action for debugger (native types and native arrays only)
- Show "Document changed" dialog on window close
- Fixed Unknown property name: 'modified' (issue #3)
0.1.5 (2017-10-10)
- Values panel made editable
- Byte order support for floating point numbers in values panel (issue #2)
- Added thread for values panel updating
- Fixed files closing on window closing
- Fixed clipboard charset translation
0.1.4 (2017-04-01)
- Fixed behavior for high precision wheel scrolling
- Fixed loading after custom font saved
- Fixed opening of read-only files
0.1.3 (2017-03-22)
- Added options dialog
- Added values side panel
- Added "File/Open File as Hex" action
- Code colorization by byte value
- Some minor fixes
0.1.2 (2017-02-04)
- Fixed issue in Android Studio 2.2.3 (issue #1)
- Fixed issue with saving in delta mode
0.1.1 (2017-01-11)
- Fixed issue on Android Studio
- Added status panel
- Added go-to position dialog
- Added crude search panel
- Adding charset now support basic filtering
- Enabled delta mode, switchable to memory mode
- Most settings are now persistent
0.1.0 (2016-12-13)
- Released