Skip to content

Commit

Permalink
Release v0.8.5
Browse files Browse the repository at this point in the history
This release adds a lot of small improvements from v0.9 which catch
some errors in the installer, improve the documentation, fix the XBE2
controller after updating it to a new firmware, and fine-tune the rumble
worker.

This is the final release of the v0.8 branch, only critical bug fixes
would follow.

Headlines:

  * installer: Change to base directory first

Kai Krakow (27):
      installer: Fix white space
      installer, dkms: Prevent showing readlink errors
      installer: Add verbose mode
      installer: Exit on unexpected errors
      installer, dkms: Skip ERTM if setting is not writable
      tests: Add verbose mode to Azure Pipeline
      tests: Also test uninstallation in Azure Pipeline
      tests: Dump make.log to stdout on verbose DKMS error
      tests: Run Azure Pipeline on multiple Ubuntu LTS versions
      hid-xpadneo: Ignore trigger scale switches
      hid-xpadneo, rumble: Remove useless use of max()
      hid-xpadneo: Optimize delay_work clamping
      hid-xpadneo, rumble: Use proper integer rounding in calculations
      hid-xpadneo, rumble: Limit command duration
      hid-xpadneo: Fix kernel coding standards
      docs: Do not misuse back-ticks
      docs: Document broken packet format of XBE2 v1
      hid-xpadneo: Handle XBE2 v2 packet format
      docs: Fix collaboration referral
      docs: Fix a typo
      hid-xpadneo: Make assertions of hardware buffer sizes
      hid-xpadneo: Make rumble motor bits a full enum type
      installer: Remove excessive blank lines
      installer: "INSTALLED" is an array
      configure: Use braces around variables
      installer: Change to base directory first
      hid-xpadneo: Fix a comment about rumble timing

Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Nov 15, 2020
1 parent 90cb3af commit 9d347cd
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
49 changes: 48 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
Changes since v0.8.4 up to v0.8.5

This release adds a lot of small improvements from v0.9 which catch
some errors in the installer, improve the documentation, fix the XBE2
controller after updating it to a new firmware, and fine-tune the rumble
worker.

This is the final release of the v0.8 branch, only critical bug fixes
would follow.


## Headlines:

* installer: Change to base directory first

```
Kai Krakow (27):
installer: Fix white space
installer, dkms: Prevent showing readlink errors
installer: Add verbose mode
installer: Exit on unexpected errors
installer, dkms: Skip ERTM if setting is not writable
tests: Add verbose mode to Azure Pipeline
tests: Also test uninstallation in Azure Pipeline
tests: Dump make.log to stdout on verbose DKMS error
tests: Run Azure Pipeline on multiple Ubuntu LTS versions
hid-xpadneo: Ignore trigger scale switches
hid-xpadneo, rumble: Remove useless use of max()
hid-xpadneo: Optimize delay_work clamping
hid-xpadneo, rumble: Use proper integer rounding in calculations
hid-xpadneo, rumble: Limit command duration
hid-xpadneo: Fix kernel coding standards
docs: Do not misuse back-ticks
docs: Document broken packet format of XBE2 v1
hid-xpadneo: Handle XBE2 v2 packet format
docs: Fix collaboration referral
docs: Fix a typo
hid-xpadneo: Make assertions of hardware buffer sizes
hid-xpadneo: Make rumble motor bits a full enum type
installer: Remove excessive blank lines
installer: "INSTALLED" is an array
configure: Use braces around variables
installer: Change to base directory first
hid-xpadneo: Fix a comment about rumble timing
```


# Changes since v0.8.3 up to v0.8.4

This release improves the rumble timing.
Expand All @@ -14,7 +61,7 @@ Kai Krakow (2):
The previous release was missing an important commit to tell the
different protocol modes of the controllers correctly apart.

Headlines:
## Headlines:

* hid-xpadneo, quirks: Pass quirks from driver data

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.4
v0.8.5

0 comments on commit 9d347cd

Please sign in to comment.