forked from JetBrains/jediterm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
136 lines (104 loc) · 3.33 KB
/
ChangeLog
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
ChangeLog of JediTerm
14/06/2016 2.2
==============================
- Show results of find action on the scrollbar
- Display number of hits in the search result popup
- IPv6 support
- Alt+Cursors/Alt+Backspace handling fixed
- Fixed some exceptions on resize
- Fix issues with closing tabs
- Some focus issues with search popup are fixed
- Refactored to provide more configurable API
- Fix getting exit code from jsch
- Updated for the new winpty
- Convert LF to CR when pasting
- Don't set TERM variable on Windows
10/02/2016 2.1
==============================
- Find action
- Fixed key modifiers processing
- Fixed input method handling
05/04/2014 2.0
==============================
- Rendering rewritten from scratch: it is much simpler now,
less code and consumes less memory
30/10/2013 1.0
==============================
- Copy-paste and selection improved
- Added user and system settings
- Panel redraw fixed
- Line-wrapping improved
- Cursor redraw fixed
- Fixed a hang on resize
- Fixed Line Feed/New Line mode
- Fixed backspace key handling
- Fixed loosing color style problem
- Key-events handling reworked
- Advanced char drawing(works for non-monospaced fonts)
- Fixed chars clipping problem
- Scroll to bottom on typing
- Fixed redraw on scrolling
- Support of input method
- Dec special characters printing improved
- and many other fixes
==============================
16/08/2013 0.08
-Switched to pty4j to run local terminal
-Autowrap
-Added word and line selection by click
-Tab rename
-Scroll-up & Scroll-Down
-Fixed a lot of bugs
==============================
15/07/2013 0.07
-New selection(non-XOR) that works better with dark schemes
-Move scrolling on mouse drag
-Fixed focus issues
-Fixed selection issues
-Fixed some mouse handling issues
-Fixed ClassCastException while char converting (thanks to Clément Poulain)
-Fill background on erase characters to make mc and YaST working better
==============================
9/07/2013 0.06
-Delete and insert lines/characters
-Passes Screen tests of vttest (except 1st WRAPAROUND mode test)
-Tabs
-Mouse support
==============================
24/06/2013 0.05
-xterm compatibility
-256 colors support
-DEC Private modes implemented, e.g. switching to Alternate Buffer
-Fixed a bunch of emulator issues
==============================
24/05/2013 0.04
-Fixed some redraw issues
-Fixed scrolling issue(thanks to Clément Poulain)
==============================
06/05/2013 0.03
-Fixed anti-aliasing problem on resize(thanks to Clément Poulain)
-Fixed entering 2 byte characters
-Project split to 3 parts: Emulator, Ssh Terminal and Local Pty Terminal
==============================
24/01/2013 0.02
-Fixed a bunch of resize and scrolling problems
-Added encodings support
-Added cycle buffer
-Blinking cursor
-Copy-paste context menu
==============================
10/01/2013
Gritty was forked to JediTerm
Refactored a bit. Added ability to change font and colors.
Previous incarnations:
===============================
Gritty
16/04/2007
Sorted out embedding API, now fairly simple to use.
Split out swing and jsch dependent parts.
Damage based drawing, very close to speed of gnome terminal or putty now.
12/04/2007 0.01
Rewritten almost entirely, with scrolling, backbuffer for cut and paste, colors,
emulation is of VT102. Eventual goal is xterm sans Tektronik.
09/04/2007
Initially started with JCTerm