Skip to content

Commit

Permalink
Increase version to 1.8, update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed May 19, 2015
1 parent f555d0b commit 006fa36
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deploy:
api_key:
secure: fkelxNMcGoNY4MT30dEiEUE53cMkhtmr44Y7iSEkOGmfeG9ReUqVIk1nd7027iehzdhhcov57XwHg49KA+AWpQGvEbLkRNRazOxSGFL9o/P/Rzft/tvKP0sxcRF5RUVo0b5J5wlsIKSlbjDqGu9CM+G4eyK0D2jo/XPzsv9akKQ=
skip_cleanup: true
file: poedit-1.8beta3.tar.gz
file: poedit-1.8.tar.gz
on:
repo: vslavik/poedit
tags: true
Expand Down
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@

Version 1.8
-----------

- integration with the Crowdin localization management platform
- search & replace
- support for directly handling POT files
- improved interface for configuring source code paths
- Poedit now automatically fixes certain broken files produced by certain
broken tools (e.g. WPML)
- modernized HTML export
- [OS X] Quick Look preview
- support for non-English source languages (auto-detected)
- [Windows] opening multiple Poedit windows now works correctly


Version 1.7.7
-------------

- strip whitespace in extractor definitions resulting from copy & paste


Version 1.7.6
-------------

Expand Down
4 changes: 2 additions & 2 deletions Poedit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
POEDIT_FEATURES = "";
POEDIT_VERSION = 1.8beta3;
POEDIT_VERSION = 1.8;
SDKROOT = macosx;
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
};
Expand Down Expand Up @@ -1720,7 +1720,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.7;
POEDIT_FEATURES = "";
POEDIT_VERSION = 1.8beta3;
POEDIT_VERSION = 1.8;
SDKROOT = macosx;
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
};
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)

AC_INIT([poedit], [1.8beta3], [[email protected]])
AC_INIT([poedit], [1.8], [[email protected]])
PACKAGE_SHORT_VERSION=1.8
AC_SUBST(PACKAGE_SHORT_VERSION)

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#ifndef _VERSION_H_
#define _VERSION_H_

#define POEDIT_VERSION "1.8beta3"
#define POEDIT_VERSION "1.8"
#define POEDIT_VERSION_WIN 1,8,0

#endif // _VERSION_H_
2 changes: 1 addition & 1 deletion win32/poedit.iss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
;

#define VERSION "1.8"
#define VERSION_FULL "1.8beta3"
#define VERSION_FULL "1.8"

#ifndef CONFIG
#define Config "Release"
Expand Down

0 comments on commit 006fa36

Please sign in to comment.