Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed May 1, 2016
1 parent 8b6ba81 commit 6eb0f47
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v2.7.0
- Log accessible from GUI
- Performance and memory usage improvements
- Added scriptable function to set current tab (setCurrentTab())
- Added scriptable function to modify new items (setData())
- Appearance fixes
- Simplified window management
- Improved pasting to current window on Windows
- Window geometry fixes
- Command with Enter shortcut overrides item activate action

v2.6.1
- Moved configuration from registry on Windows
- Fixed shortcuts on Windows
Expand Down
2 changes: 1 addition & 1 deletion shared/copyq.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; 1. Open this file with Inno Setup with Unicode support and preprocessor.
; 2. Change "#defines" below (or see below how to use COPYQ_INNO_SETUP environment variable).
; 3. Compile "setup.exe".
#define AppVersion "2.6.1"
#define AppVersion "2.7.0"

; Path with build
#define Root "C:\dev\build-copyq-Desktop-Release"
Expand Down
2 changes: 1 addition & 1 deletion src/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define VERSION_H

#ifndef COPYQ_VERSION
# define COPYQ_VERSION "v2.6.1"
# define COPYQ_VERSION "v2.7.0"
#endif

#endif

0 comments on commit 6eb0f47

Please sign in to comment.