Skip to content

Commit

Permalink
fix lang in changelog, add bios to issue template
Browse files Browse the repository at this point in the history
Fix changelog for last release being generated in the russian locale.

Ask users in the issue template what bios they are using, because this
can affect things like link.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
  • Loading branch information
rkitover committed Apr 6, 2019
1 parent 95433f6 commit 468fe26
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 45 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Expand Up @@ -22,6 +22,8 @@ Which games, if any, are NOT affected by the issue (please state if GBA or GB ga

Include screenshots of ROM Information (File > ROM Information):

If you are using a BIOS file, please say which one.

### Option details

Video driver (simple, opengl):
Expand Down
91 changes: 46 additions & 45 deletions CHANGELOG.md
Expand Up @@ -6,51 +6,52 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## [2.1.1] Various fixes to core and GUI
=======================
Expand Down

0 comments on commit 468fe26

Please sign in to comment.