Skip to content

Commit

Permalink
version 1.14.0.15128
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
cbucher committed May 8, 2015
1 parent 7cc644c commit e47fbbd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,30 @@ Changelog
+ added
* fixed

Changes in 1.14.0 experimental (23 Mar 2015)
Changes in 1.14.0 (08 May 2015)

! Limit frame rate to avoid unresponsive application.
! Use IDesktopWallpaper to retrieve monitors' wallpaper (Win8).
! Update title even without text modification.
! Double-click on scroll buttons do nothing.
+ 'Tabs' entry in the menubar.
+ -n command arg to set startup tab title.
* Fix bad cursor display in tabs settings.
* Fix console cursor color.
* Fix a crash in diagnostic report writing.
* Call DoDataExchange(DDX_SAVE) before modifiying values
in browse shell/initial dir buttons.
* Prevent from infinite waiting when the shell is terminated
during a mouse forwarding or a text selection.
* Fix program does not respond by opening the setting dialog.
* Fix toolbar does not work from remote desktop.

Changes in 1.13.0 (14 Feb 2015)

! Visual Studio 2013
! WTL 9.4140 final
! Legacy 32 bits version is compatible with Windows XP.
! Support high DPI
! Support high DPI.
! Create HOMEDRIVE, HOMEPATH and HOMESHARE environment variables
when launching shell as different user.
! Expand environment strings using environment bloc
Expand Down
2 changes: 1 addition & 1 deletion setup/config/console.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<close allow_closing_last_view="0" confirm_closing_multiple_views="1"/>
<focus follow_mouse="0"/>
<instance allow_multi="1"/>
<clone use_current_dir="1"/>
<clone use_current_dir="0"/>
<search match_case="0" match_whole_word="0"/>
<runas use_credprov="1"/>
</behavior>
Expand Down
10 changes: 5 additions & 5 deletions shared/version.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#pragma once

#define VERSION_MAJOR 1
#define VERSION_MINOR 13
#define VERSION_MINOR 14
#define VERSION_BUILD 0
#define VERSION_BUILD2 15044
#define VERSION_FILE "1.13.0"
#define VERSION_PRODUCT "1, 13, 0, 15044"
#define VERSION_BUILD2 15128
#define VERSION_FILE "1.14.0"
#define VERSION_PRODUCT "1, 14, 0, 15128"
#define VERSION_COPYRIGHT "Copyright (C) 2011-2015 Bucher Christophe"

#ifndef _WIN32

VERSION = 1.13.0.15044
VERSION = 1.14.0.15128

#endif

0 comments on commit e47fbbd

Please sign in to comment.