release v2.1.2

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2019-04-06 19:01:14 +00:00
parent 5b9d1a7174
commit 95433f6caa
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 48 additions and 0 deletions

View File

@ -4,6 +4,54 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [2.1.2] Analog stick fix
=======================
* 5b9d1a71 - cmake: improve finding wx utils (17 часов назад)
* 836b74a1 - remove DOS line-ends from src/wx/xrc/*.xrc (2 дня назад)
* 49205bf2 - remove unused "multithread filter" menu item (2 дня назад)
* 331d9d33 - Fix compilation warnings for MacOS build. (3 дня назад)
* 5540790f - fix some compilation warnings (12 дней назад)
* d9197281 - Fix for resizing window geometry when loading games. (3 дня назад)
* 64a9c094 - fix analog stick regression from e57beed8 #400 (5 дней назад)
* 0f0d2400 - more specific check for 3.1.2 xrc error (5 дней назад)
* d9a7df61 - fix if statement in SDL sound driver #396 (5 дней назад)
* 41ee35f2 - add *.dll to .gitignore (5 дней назад)
* 6ec46678 - installdeps: centos: do not install wx 2.8 (9 дней назад)
* 2097b5aa - wx 2.8 compat fixes, centos support, cmake fixes (9 дней назад)
* b69fced7 - cmake: refactor, better clang support (11 дней назад)
* 7fb27c4d - cmake: check for broken LTO (11 дней назад)
* f2e9dc55 - cmake: check for policy CMP0077 existence (11 дней назад)
* ae38a70d - cmake: gcc/clang colors with ninja, fix warnings (12 дней назад)
* 23fe13d8 - cmake: fix syntax error in Win32Deps.cmake (2 недели назад)
* 59e9c690 - reset Xorg screensaver on joy events (2 недели назад)
* a0283ead - fix game panel size on wxGTK #325 (2 недели назад)
* f1ecd7c3 - auto deps for visual studio, take 1 (2 недели назад)
* 3da07f40 - detect llvm toolchain utilities #392 (3 недели назад)
* c714ff82 - fix problems of command line parameters (3 недели назад)
* a1f0c34a - XDG followup work #94 (3 недели назад)
* 2142a46d - Revert "travis: try re-enabling binary check" (3 недели назад)
* 101fac59 - travis: try re-enabling binary sanity check (3 недели назад)
* 6ca59412 - travis: disable mxe pkg key (3 недели назад)
* a57e51f6 - Return non-error code for given command line parameters. (3 недели назад)
* 3fd444da - XDG related cleanups #94 (3 недели назад)
* 513b0559 - minor travis update for mingw jobs (4 недели назад)
* 1ebb8efd - Fix to set correctly position Y. (4 недели назад)
* 944c263e - auto save/load geometry for wx GUI #94 (4 недели назад)
* 36fbf715 - travis update attempt 5 (4 недели назад)
* 77bcbbf4 - travis update attempt 4 (4 недели назад)
* 7b3a3a0c - travis update attempt 3 (4 недели назад)
* 8f0a578a - travis update attempt 2 (4 недели назад)
* dbd1d8c1 - attempt to re-enable travis mingw slaves (4 недели назад)
* 530af140 - rpi plugins fix + paths enhancements #94 (4 недели назад)
* 6a98f3c2 - define S_ISDIR for win32 #94 (4 недели назад)
* 7373da15 - Fix segmentation fault issue when using WX port command line on Linux and MacOS. (4 недели назад)
* 36453885 - XDG Base Dir Spec followup #383 (4 недели назад)
* 39fd3f65 - add note to README.md about translations (5 недель назад)
* 24fd4e91 - move factory reset to help menu (5 недель назад)
* 5835dafe - translate battery save error #318 (5 недель назад)
* d2922cfc - stop showing "wrote battery" msg on panel #318 (5 недель назад)
* 646557e2 - Add support for the XDG Base Dir Spec for Linux with legacy support. (5 недель назад)
## [2.1.1] Various fixes to core and GUI
=======================
* 286d7ee9 - builder: fix 32bit mac build (16 hours ago) <Rafael Kitover>