Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Releases: juliagoda/antimicroX

antimicroX-3.0.1

23 Aug 19:12
0acbed4
Compare
Choose a tag to compare
  • Works with old antimicro profiles - #143

  • Added small changes (in instructions, comments, etc.)

  • Added running in tray from right button - #127

antimicroX-3.0

11 Jun 23:45
bfd44c7
Compare
Choose a tag to compare
  • added qt directives for compatibility with older versions of qt5

  • changed icon for antimicroX

  • added F13-F24 buttons to "Others" only if they are detected on keyboard

  • added more adjusted debug/info/warning outputs to log settings

  • added new functionality - joining and splitting slots

  • added new functionality - deletion of more slots at once

  • added new functionality - insertion of more slots at once

  • added new functionality - One choice of execution paths and its arguments for multiple slots

  • aded new functionality - One choice of profile for multiple slots

  • added new functionality - attaching numeric keypad keys thanks to option in settings

  • added new functionality - global shortcuts for quitting application from settings

  • added support for the same model of gamepads

  • updated german, english and polish translation files

  • Arch Linux packages of application of frealgagu and sir_lucjan

    Link1: https://aur.archlinux.org/packages/antimicrox/

    Link2: https://aur.archlinux.org/packages/antimicrox-git/

  • Deb package of Paweł "pktiuk" Kotiuk

    Link1: https://github.com/pktiuk

    Link2: #120

    Link3: #103

  • Rpm package of Gergely "gombosg" Gombos meanwhile

    Link1: https://github.com/gombosg

    Link2: #118

  • created and added dockerfiles to containers - look README

    Link1: https://hub.docker.com/r/juliagoda/antimicrox

Fixed issues:

Fixed issues - titles:

  • Can't get rid of debug output
  • Getting focus on any application changes profile to
  • Changelog not appearing in the about window
  • Eight Way Analog Causes Crash On Set Change
  • Setting presets to None has no visual feedback for DPads, Triggers and Sticks
  • Disconnecting the gamepad when "Game Controller Mapping" is open leads to crash
  • Disconnection of gamepad and performing action when "Calibration" is open leads to crash
  • Opening calibration window fails when the gamepad is reattached
  • State changed" icon doesn't show next to profile name after clicking on "Reset" button in main window
  • Cannot copy set with multislots from one to another in main window
  • Freshly added multislot to button is not saved after returning to virtual keyboard window
  • Unchecked "Attach the numeric keypad" checkbox in settings doesn't affect Sticks and DPads buttons

antimicroX-2.25

07 Jan 19:51
24bbade
Compare
Choose a tag to compare
  • renamed antimicro into antimicroX
  • added detection of scripts - fixed unfinished JoyExecute slot
  • added menu icons and shortcuts
  • removed unused files and directives
  • removed majority of deprecated code
  • updated information about application
  • sorted and cleaned headers in header files
  • unlocked multiple parameters for command line
  • added notifications about battery level
  • added guard conditions

Fixed issues:

Fixed issues - titles:

  • Continuous activation of mapped scroll wheel only applied once
  • Install fail - itstool: not found
  • Build failure in Arch Linux
  • AntiMicro freezes when unbinding a button
  • Segmentation fault when using command line
  • Clearing a mapping doesn't work

antimicro-2.24.2

29 May 14:49
acb5a78
Compare
Choose a tag to compare
Merge pull request #68 from juliagoda/testing

Testing

antimicro-2.24.1

12 Dec 16:49
d18b1d6
Compare
Choose a tag to compare
  • Changed images and screenshots
  • Updated Documents (README, *.txt files, *.md, *.mm files)
  • Updated resources
  • Created index.theme
  • Changed destination directories for icons, images, index.theme and other resources
  • Translated new text entries
  • Added detection of window partial title
  • Added reset settings option
  • Created smaller functions in part of classes
  • Splitted part of classes into new xml classes
  • Added .travis.yml for Travis CI (tests of app building on Unix)
  • Added .appveyor.yml for Appveyor (tests of app building on Windows)
  • Added com.github.juliagoda.antimicro.json for Flatpak (building and installation on Linux)
  • Cppcheck Analysis - fixed part of warnings
  • Added Comparing to nullptr instead of NULL and smart pointers
  • Changed if else to switch statements for int data types
  • First preparation for unit tests (app splitted into library (antilib) and executable (antimicro))

Fixed issues:

Fixed bugs (with commits):

  • Updated calibration - reset old values during calibration startup (afc4bd5)
  • Fixed part of memory leaks with Memcheck (application exit) (919e9c2, 3242b0e)
  • Fixed bug in gamecontrollermappingdialog class (87ff004)
  • Fixed segmentation fault for activating Turbo option (2428a28)
  • Unblocked delay sliders (cd582f6)

antimicro-2.24

16 Jun 16:50
22b6776
Compare
Choose a tag to compare

Added:

  • Calibration

Ported:

  • Qt4 to Qt5

Removed:

  • Qt4 Support