8000 Tags · qqpann/iTerm2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: qqpann/iTerm2

Tags

v3.2.1beta2

Toggle v3.2.1beta2's commit message
Remove the critical log posted when we fail to convert a coordinate f…

…rom search. I didn't get to the bottom of it, but it's very hard to reproduce and not a terribly important problem--certainly not critical. I fixed the code that consumes it to tolerate missing values. I beleive the issue is that CoreSearch, which badly needs to be refactored, returns out-of-bounds values. The critical error in question showed the position in the result was past the end of the last block. Issue 6972.

v3.2.1beta1

Toggle v3.2.1beta1's commit message
Fix failing tests on 10.14 and warnings. The golden tests still fail …

…because view snapshotting has changed somehow.

v3.2.0

Toggle v3.2.0's commit message
Prevent a crash when doing smart selection with no matching rule on a…

… negative line number

v3.2.0beta9

Toggle v3.2.0beta9's commit message
Fix a drawing bug when opening the find panel where a horizontal line…

… appears repeated above it.

v3.2.0beta8

Toggle v3.2.0beta8's commit message
Improve naming of advanced pref to control split pane nav wrap

v3.2.0beta7

Toggle v3.2.0beta7's commit message
Revisit url escaping. The big change to use the new API was wrong bec…

…ause it only used URLHostAllowedCharacterSet, which is a fairly small character set and things like slashes ended up getting escaped when they were part of the path. I really need to go back and redo this properly because it's a big mess, but I don't have time right now.

v3.2.0beta6

Toggle v3.2.0beta6's commit message
Move advanced gpu prefs into a sheet because popovers don't work in f…

…ull screen windows

v3.1.7

Toggle v3.1.7's commit message
Do not show the password in the password manager unless it's the same…

… row index being edited. Issue 6818

v3.2.0beta5

Toggle v3.2.0beta5's commit message
Add more logging to get to the bottom of the sanity check failures

v3.2.0beta4

Toggle v3.2.0beta4's commit message
Fix a race condition where you try to draw a metal frame synchronousl…

…y, it fails, you switch tabs or disable metal for some other reason, and it never quits trying even though it is doomed to failure. Issue 6781
0