File: CHANGELOG

package info (click to toggle)
haskell-hcwiid 0.0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: haskell: 19; makefile: 12
file content (41 lines) | stat: -rw-r--r-- 1,345 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
2017-04-27 Ivan Perez <ivan.perez@keera.co.uk>

        * Adds project to Travis CI.
        * Fixes error in Cabal file.
        * Version bump (0.0.6.1).

2014-06-04 Ivan Perez <ivan.perez@keera.co.uk>

        * Adds project to hudson-backed continuous integration server.

2014-05-28 Ivan Perez <ivan.perez@keera.co.uk>

        * hcwiid.cabal: Version bump. Removed original author upon
          request (credit is still given in the AUTHORS file).

2014-05-20 Ivan Perez <ivan.perez@keera.co.uk>

        * API: adds infrared tracking support
        * Tests: adapts test to report IR data

2014-05-17 Ivan Perez <ivan.perez@keera.co.uk>

        * API: adds accelerometer sensing.
        * API: uses newtype for leds instead of the low-level CUChar
        * Tests: adapts tests to use new rpt_mode and
          set_led interface.
        * Documentation: adds (some) haddock documentation.

2014-05-05 Ivan Perez <ivan.perez@keera.co.uk>

        * API: removes hard-coded params to SetLed and SetRptMode

2014-05-01 Ivan Perez <ivan.perez@keera.co.uk>

        * hcwiid.cabal: Version bump (0.0.3)
        * API: adds test function to determine if a button is pushed (down).

2014-05-01 Ivan Perez <ivan.perez@keera.co.uk>

        * hcwiid.cabal: Version bump. Adds new maitainer, repo, extra files.
        * API: adds set_rumble.