Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Updated to version 2.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed Oct 10, 2015
1 parent 8ffcd2e commit effa78d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ endif(WIN32)

# The version number.
set(ANTIMICRO_MAJOR_VERSION 2)
set(ANTIMICRO_MINOR_VERSION 19)
set(ANTIMICRO_PATCH_VERSION 3)
set(ANTIMICRO_MINOR_VERSION 20)
set(ANTIMICRO_PATCH_VERSION 1)

option(USE_SDL_2 "Use SDL 2 libraries rather than SDL 1." ON)

Expand Down
19 changes: 19 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2015-10-10 Travis Nickles <nickles.travis@gmail.com>

Version 2.20

* Replace usage of QElapsedTimer with QTime for mouse movement calculations.

* Start using Qt 5 with Ubuntu Vivid package.

* Change XTest pointer acceleration when starting the program.

* Allow release slot to have a 0 ms interval. This is useful for people who
use a gamepad poll rate less than 10 ms.

* Change minimize to tray code to work better with later versions of Gnome 3
and Unity.

* Transfer travel distance axis changes when switching sets.


2015-09-29 Travis Nickles <nickles.travis@gmail.com>

Version 2.19.3
Expand Down
2 changes: 1 addition & 1 deletion other/antimicro.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for antimicro.
.\" Contact jeff.backus@gmail.com to correct errors or typos.
.TH ANTIMICRO "1" "29 September 2015" "antimicro 2.19.3" "User Commands"
.TH ANTIMICRO "1" "09 October 2015" "antimicro 2.20.0" "User Commands"
.SH NAME
antimicro \- map keyboard keys and mouse controls to a gamepad
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion windows/AntiMicro.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="584F5685-C0E5-4D84-B6F2-045B801A0BA1" Name="AntiMicro" Language="1033" Version="2.19.3" Manufacturer="AntiMicro" UpgradeCode="550193DF-CF93-4246-B14F-CF8F7E943BCD">
<Product Id="584F5685-C0E5-4D84-B6F2-045B801A0BA1" Name="AntiMicro" Language="1033" Version="2.20.0" Manufacturer="AntiMicro" UpgradeCode="0B1A71D9-A80C-4CAA-9BC6-D357A2FDC1CE">
<Package Description="AntiMicro" Comments="AntiMicro" InstallerVersion="200" InstallScope="perMachine" Compressed="yes" />
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
<Property Id="DISABLEADVTSHORTCUTS" Value="1" />
Expand Down
2 changes: 1 addition & 1 deletion windows/AntiMicro_64.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="584F5685-C0E5-4D84-B6F2-045B801A0BA1" Name="AntiMicro" Language="1033" Version="2.19.3" Manufacturer="AntiMicro" UpgradeCode="550193DF-CF93-4246-B14F-CF8F7E943BCD">
<Product Id="584F5685-C0E5-4D84-B6F2-045B801A0BA1" Name="AntiMicro" Language="1033" Version="2.20.0" Manufacturer="AntiMicro" UpgradeCode="0B1A71D9-A80C-4CAA-9BC6-D357A2FDC1CE">
<Package Description="AntiMicro" Comments="AntiMicro" InstallerVersion="200" InstallScope="perMachine" Compressed="yes" />
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
<Property Id="DISABLEADVTSHORTCUTS" Value="1" />
Expand Down

0 comments on commit effa78d

Please sign in to comment.