Skip to content

Commit d4b0f48

Browse files
committed
Release 3.4.3
1 parent c8c2d10 commit d4b0f48

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

GitUI/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ manuelspezzani, Emmanuel Counasse, Igor Melnikov, Ivan Kochurkin, phdussud, Andr
134134
Karsten Rathlev, Kasper B. Graversen, Le Garrec Vincent, Manish Kungwani, R0nd, Ralph J Smart, Roland Gneev,
135135
Ruslan Lekhman, manishkungwani, rickaas, Aaron Sherber, Aleksandr Kostikov, Alexei Skachykhin, Chris Oliver,
136136
Giorgi Tsouvaltzis, Itamar Shoham, Jörg Pichler, LE GARREC Vincent, MarkJ74, Miloš Havlíček, Nick Bulleid,
137-
dfev77, dimfish</value>
137+
dfev77, dimfish, Jean-Jacques Lafay, bstecisa</value>
138138
</data>
139139
<data name="FileStatusRemoved" type="System.Resources.ResXFileRef, System.Windows.Forms">
140140
<value>..\Resources\Icons\FileStatusRemoved.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>

GitUI/Resources/ChangeLog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
Changelog
22
=========
33

4+
### Version 3.4.3 (25 Jul 2020)
5+
6+
#### Changes:
7+
* [#8329] ConEmu 20.07.13
8+
* [#8323] Dark silver theme
9+
* [#8319] Resize also the backup/default avatar image
10+
* [#8318] FormCommit: No summary for deleted submodules
11+
* [#8296] Disable Finish button while loading branches in GitFlow form.
12+
* [#8287] Restore FileStatusList focus after GoToChild/Parent
13+
* [#8277] Track theme colors via Telemetry
14+
* [#8274] Avoid console printouts when submodule updates are throttled
15+
* [#8266] Fix ssh not found
16+
* [#8250] Fix "selection only" text search on Diff view (#7784)
17+
* [#8212] Recover lost object: Add a file preview
18+
19+
20+
[8333]:https://github.com/gitextensions/gitextensions/pull/8333
21+
[8331]:https://github.com/gitextensions/gitextensions/pull/8331
22+
[8329]:https://github.com/gitextensions/gitextensions/pull/8329
23+
[8323]:https://github.com/gitextensions/gitextensions/pull/8323
24+
[8319]:https://github.com/gitextensions/gitextensions/pull/8319
25+
[8318]:https://github.com/gitextensions/gitextensions/pull/8318
26+
[8296]:https://github.com/gitextensions/gitextensions/pull/8296
27+
[8287]:https://github.com/gitextensions/gitextensions/pull/8287
28+
[8277]:https://github.com/gitextensions/gitextensions/pull/8277
29+
[8274]:https://github.com/gitextensions/gitextensions/pull/8274
30+
[8266]:https://github.com/gitextensions/gitextensions/pull/8266
31+
[8250]:https://github.com/gitextensions/gitextensions/pull/8250
32+
[8212]:https://github.com/gitextensions/gitextensions/pull/8212
33+
34+
435
### Version 3.4.2 (21 June 2020)
536

637
#### Changes:

Setup/Prepare-Release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Example:
2-
# .\Prepare-Release.ps1 -oldVersion 2.51.01 -newVersion 2.51.02 -milestones 36,37
2+
# .\Prepare-Release.ps1 -milestones 36,37
33
#
44

55
[CmdletBinding()]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.4.2.{build}
1+
version: 3.4.3.{build}
22

33
branches:
44
except:

0 commit comments

Comments
 (0)