Skip to content

Commit

Permalink
Release 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed Jul 22, 2020
1 parent c8c2d10 commit d4b0f48
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GitUI/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ manuelspezzani, Emmanuel Counasse, Igor Melnikov, Ivan Kochurkin, phdussud, Andr
Karsten Rathlev, Kasper B. Graversen, Le Garrec Vincent, Manish Kungwani, R0nd, Ralph J Smart, Roland Gneev,
Ruslan Lekhman, manishkungwani, rickaas, Aaron Sherber, Aleksandr Kostikov, Alexei Skachykhin, Chris Oliver,
Giorgi Tsouvaltzis, Itamar Shoham, Jörg Pichler, LE GARREC Vincent, MarkJ74, Miloš Havlíček, Nick Bulleid,
dfev77, dimfish</value>
dfev77, dimfish, Jean-Jacques Lafay, bstecisa</value>
</data>
<data name="FileStatusRemoved" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Icons\FileStatusRemoved.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Expand Down
31 changes: 31 additions & 0 deletions GitUI/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
Changelog
=========

### Version 3.4.3 (25 Jul 2020)

#### Changes:
* [#8329] ConEmu 20.07.13
* [#8323] Dark silver theme
* [#8319] Resize also the backup/default avatar image
* [#8318] FormCommit: No summary for deleted submodules
* [#8296] Disable Finish button while loading branches in GitFlow form.
* [#8287] Restore FileStatusList focus after GoToChild/Parent
* [#8277] Track theme colors via Telemetry
* [#8274] Avoid console printouts when submodule updates are throttled
* [#8266] Fix ssh not found
* [#8250] Fix "selection only" text search on Diff view (#7784)
* [#8212] Recover lost object: Add a file preview


[8333]:https://github.com/gitextensions/gitextensions/pull/8333
[8331]:https://github.com/gitextensions/gitextensions/pull/8331
[8329]:https://github.com/gitextensions/gitextensions/pull/8329
[8323]:https://github.com/gitextensions/gitextensions/pull/8323
[8319]:https://github.com/gitextensions/gitextensions/pull/8319
[8318]:https://github.com/gitextensions/gitextensions/pull/8318
[8296]:https://github.com/gitextensions/gitextensions/pull/8296
[8287]:https://github.com/gitextensions/gitextensions/pull/8287
[8277]:https://github.com/gitextensions/gitextensions/pull/8277
[8274]:https://github.com/gitextensions/gitextensions/pull/8274
[8266]:https://github.com/gitextensions/gitextensions/pull/8266
[8250]:https://github.com/gitextensions/gitextensions/pull/8250
[8212]:https://github.com/gitextensions/gitextensions/pull/8212


### Version 3.4.2 (21 June 2020)

#### Changes:
Expand Down
2 changes: 1 addition & 1 deletion Setup/Prepare-Release.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Example:
# .\Prepare-Release.ps1 -oldVersion 2.51.01 -newVersion 2.51.02 -milestones 36,37
# .\Prepare-Release.ps1 -milestones 36,37
#

[CmdletBinding()]
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.4.2.{build}
version: 3.4.3.{build}

branches:
except:
Expand Down

0 comments on commit d4b0f48

Please sign in to comment.