File tree 7 files changed +17
-8
lines changed
7 files changed +17
-8
lines changed Original file line number Diff line number Diff line change
1
+ Version 3.4
2
+ -----------
3
+
4
+ - Added support for syncing with Localazy translation platform.
5
+ - Updated bundled GNU gettext to 0.22 and added support for its new features.
6
+ - Assorted UI improvements/fixes.
7
+ - [macOS] Support for macOS 14 Sonoma; dropped support for macOS 10.13.
8
+
9
+
1
10
Version 3.3.2
2
11
-------------
3
12
Original file line number Diff line number Diff line change 1867
1867
ONLY_ACTIVE_ARCH = YES;
1868
1868
OTHER_CFLAGS = "";
1869
1869
POEDIT_FEATURES = "";
1870
- POEDIT_VERSION = 3.3.2 ;
1870
+ POEDIT_VERSION = 3.4 ;
1871
1871
SDKROOT = macosx;
1872
1872
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
1873
1873
};
1939
1939
LLVM_LTO = YES;
1940
1940
MACOSX_DEPLOYMENT_TARGET = 10.14;
1941
1941
POEDIT_FEATURES = "";
1942
- POEDIT_VERSION = 3.3.2 ;
1942
+ POEDIT_VERSION = 3.4 ;
1943
1943
SDKROOT = macosx;
1944
1944
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
1945
1945
};
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
2
2
3
3
AC_PREREQ ( [ 2.61] )
4
4
5
- AC_INIT ( [ poedit] , [ 3.3.2 ] , [ help@poedit.net] )
5
+ AC_INIT ( [ poedit] , [ 3.4 ] , [ help@poedit.net] )
6
6
7
7
AC_CONFIG_AUX_DIR ( [ admin] )
8
8
AC_CONFIG_MACRO_DIR ( [ admin] )
Original file line number Diff line number Diff line change 1
1
name : poedit
2
- version : " 3.3.2 "
2
+ version : " 3.4 "
3
3
title : Poedit
4
4
summary : Simple translation editor
5
5
description : >
Original file line number Diff line number Diff line change 26
26
#ifndef Poedit_version_h
27
27
#define Poedit_version_h
28
28
29
- #define POEDIT_VERSION "3.3.2 "
30
- #define POEDIT_VERSION_WIN 3,3,2
29
+ #define POEDIT_VERSION "3.4 "
30
+ #define POEDIT_VERSION_WIN 3,4,0
31
31
32
32
#endif // Poedit_version_h
Original file line number Diff line number Diff line change 30
30
31
31
#include " ../" + CONFIG + " /git_build_number.h"
32
32
33
- #define VERSION " 3.3.2 "
33
+ #define VERSION " 3.4 "
34
34
#define VERSION_WIN VERSION + " ." + Str(POEDIT_GIT_BUILD_NUMBER)
35
35
36
36
#ifndef CRT_REDIST
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <PoeditVersion >3.3.2 </PoeditVersion >
4
+ <PoeditVersion >3.4 </PoeditVersion >
5
5
</PropertyGroup >
6
6
</Project >
You can’t perform that action at this time.
0 commit comments