-
Notifications
You must be signed in to change notification settings - Fork 48
/
CHANGELOG.txt
150 lines (125 loc) · 5.39 KB
/
CHANGELOG.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
Version history
1.6.1
- Pretend that native methods for caret manipulation are available on Linux
1.6.0
- New feature: High DPI (DPI Aware) As-Per-Monitor Windows 8.1 support
- Improvment: InfoForeColor default value changed to Gray
- Bug fix: RecentFileHandler fix
1.5.0
- Improvement: Moved to .NET Framework 4.0 for a better Win 8 support
- Improvement: Moved to Visual Studio 2012
- New feature: Bit editor added
- New feature: Added encoding switch tool strip items
- Improvement: Switched to Segoe UI font
- Improvement: LineInfoColor renamed to InfoColor.
- Improvement: BoldFont removed
- Improvement: Changes in DesignMode property
- Improvement: Find dialog, Find Next button renamed to Find
- Bug fix: Setting a custom ContextMenuStrip is possible now
- Bug fix: Static FormHexEditor renamed to ApplicationForm
1.4.8
- New feature: UseFixedBytes=false together with StringViewVisible=true
- New feature: ColumnInfo added
- New feature: Byte grouping shown with vertical separator line added
- New feature: Case insensitive Find operations added
- Improvement: Find dialog is shown non-modal now
- Improvement: Moved find cancel to Find dialog
- Improvement: Shadow selection is now working when focus is away
- Improvement: Some changes in main dialog. Removed all borders
- Improvement: ShowInTaskbar is set to false for Goto and Find dialog
1.4.7
- Improvement: Be.HexEditor is now licensed under the MIT License
- Improvement: Changes of the byte char converter implementations
- Improvement: DynamicByteProvider memory management improved
- Bug fix: PageUp, PageDown is working correctly now
- Bug fix: BuiltInContextMenu menu items event handlers are fixed now
1.4.6
- New feature: Italian language added
1.4.5
- New feature: Simplified Chinese language added
1.4.4
- Improvement: Support for .NET Client Profile added
- Bug fix: DEL and Back key are respecting Readonly property
1.4.3
- New feature: LineInfoOffset property added
- New feature: EBCDIC 500 support added
- Bug fix: Ask for "Save Changes" on form close
- Bug fix: Find next is working correctly now
- Bug fix: Copy and Copy Hex menu item clicks are correct now
- Improvement: Cyclomatic Complexity of key-down processing improved
1.4.2
- New feature: Russian language added
- New feature: Select All menu item added
- New feature: BuiltIn ContextMenu added for Copy, Cut, Paste
- Bug fix: OnBytesPerLineChanged is invoked correctly now
- Improvement: Dialog properties changed
- Improvement: Selection is only available using left mouse button click
- Improvement: Solution files updated to Visual Studio 2010
1.4.1
- New feature: Japanese language added
- Bug fix: German translation of Copy, Copy Hex,Paste and Paste Hex added
1.4.0
- New feature: Copy Hex and Paste Hex added
- New feature: Scroll with mouse selection
- Bug fix: Unhandled exception in DynamicFileByteProvider.DeleteBytes
- Buf fix: ByteCollection.Contains method signature fixed
- Bug fix: End key does not always scroll byte into view
- Bug fix: Selection Shift-Down after Shift-Up does not work correctly
- Improvement: App.ico as main form icon
- Improvement: InsertActive-mode changes caret width
- Improvement: MaximumSize of main form changed
- Improvement: DynamicFileByteProvider constructor with stream parameter added
1.3.0
- New feature: Multilanguage support (English, German)
- New feature: Recent files added
- New feature: Options dialog added
- New feature: Refresh during thumbtrack scrolling
- New feature: File size shown in status bar
- Bug fix: BackColor is not recognized
- Bug fix: Somethimes crashes on files > 8 GB
- Improvement: Can open file in read-only mode
- Improvement: Ported to .NET 2.0
- Improvement: Solution converted to Visual Studio 2008
- Improvement: TextBox border rendering changed (without pinvoke)
- Improvement: New ToolStrip controls and icons
- Improvement: pinvoke signatures dropped
1.2.0
- Note: Thanks to Dave Cluderay
- New feature: DynamicFileByteProvider with Insert/Delete support
- New feature: Open Dynamic(Big files also) added
1.1.3
- Note: Thanks to Eric Lawrence
- New feature: LineInfoForeColor property added
- Bug fix: CanCut, CanPaste take regard of ReadOnly
- Bug fix: Ensure that we don't paint LineInfo for empty lines when array is empty.
- Bug fix: Use first byte of line as address in LineInfo to mimic classic HexEditors.
1.1.2
- Bug fix: Scrolling to the end is not working correctly.
1.1.1
- Bug fix: Scrolling does not work as expected.
- Bug fix: Exclude border region during text drawing.
- New feature: InsertActive-property
1.1
- Improvement: Removed gradient style feature.
- New feature: ReadOnly property added
- Improvement: Keys events are fireing correctly now
- New feature: Activate/Deactivate insert with "Insert"-key
- Improvement: Changes in Tab-key processing
- New feature: Mouse wheel support
- Improvement: Simplified scrolling methods
1.0.2
- New feature: HexEditor can open files using the DynamicByteProvider
- Improvement: IByteProvider is now extended with Changed event
- Improvement: Themes.dll is replaced with Win32 API´s
- Bug fix: Another cursor hidden bug fix
- Bug fix: Cannot move up with "Up"-key on special conditions
1.0.1
- Bug fix: Caret is hidden sometimes
1.0.0
- Windows XP style added
- Improved support for Copy and Paste
- Bug fix: Find doesn´t work corretly
0.9.1
- Checked against FxCop (2004-11-29)
- New feature: HexFontEditor class added (2004-11-20)
- Performance improvement: HexBox.Find method (2004-10-14)