Skip to content

Commit

Permalink
### Release 1.0.38 (2015/10/01, 21:52:00)
Browse files Browse the repository at this point in the history
-------------------------------------------
SUMMARY OF CHANGES:

Corrected the About box

Implement Import workspace

- Import is similar to Load, but it merges the new set of repos
  with the existing one (load will clear the current set first)

Can't send message (and use a DLL) on Mono

Optimize drawing to avoid flicker in the rest of controls

- Avoid flicker in the main listbox
- Avoid flicker in various tree views

Optimize drawing to avoid flicker in the list of Revisions

Renamed custom listview class

Optimize drawing to avoid flicker in list of repos
  • Loading branch information
Goran Devic authored and Goran Devic committed Oct 2, 2015
1 parent cbb2933 commit d775adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyDescription("A Visual Git Frontend Tool")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("GitForce")]
[assembly: AssemblyProduct("GitForce built on 2015/09/30, 10:05:12")]
[assembly: AssemblyProduct("GitForce built on 2015/10/01, 21:52:00")]
[assembly: AssemblyCopyright("Written by Goran Devic, released under GPL")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -25,4 +25,4 @@
[assembly: AssemblyVersion("1.0.0.0")]

// Effective application version number
[assembly: AssemblyFileVersion("1.0.37")]
[assembly: AssemblyFileVersion("1.0.38")]

0 comments on commit d775adf

Please sign in to comment.