mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2024-11-12 01:30:48 +01:00
Markdown formatting
This commit is contained in:
parent
7f852b99f6
commit
2cbf14c46f
12
CHANGELOG.md
12
CHANGELOG.md
@ -29,9 +29,11 @@ delay on every ctrl call (emulate hardware load)
|
||||
N/A
|
||||
|
||||
## 1.11
|
||||
|
||||
* Hotfix: Remove experimental option for gfx scaling temporarily
|
||||
|
||||
## 1.10
|
||||
|
||||
* Refactor pumptools's usb device hooking backend
|
||||
* Fix issues with piuio kernel hack in PRO/PRO 2
|
||||
* Fix high CPU load issue due to 4x polling load on piuio API
|
||||
@ -43,26 +45,31 @@ N/A
|
||||
* Add hardware documentation: cabinet, PCB and manuals
|
||||
|
||||
## 1.09
|
||||
|
||||
* Include pro and pro2 hooks into actual public release
|
||||
* Various documentation updates
|
||||
* Minor bugfixes
|
||||
|
||||
## 1.08
|
||||
|
||||
* Documentation updates
|
||||
* Public release, working hooks: mk3, exc, x2, zero, nx, nx2, pro, pro2
|
||||
|
||||
## 1.07
|
||||
|
||||
* Bugfix nx2hook usb thumb drives not being detected on all kernel versions correctly
|
||||
* Include piubtn library and api (piu pro button board) in distribution for SGL
|
||||
* Various documentation improvements
|
||||
* Various minor bugfixes and improvements
|
||||
|
||||
## 1.06
|
||||
|
||||
* nx2hook: Add hook library for NX2
|
||||
* pumpnet: Support usbprofiles over network for NX2
|
||||
* Various bugfixes
|
||||
|
||||
## 1.05
|
||||
|
||||
* Minor improvements
|
||||
* Improve log/debug output
|
||||
* piueb: Add `valgrind` run mode for debugging
|
||||
@ -71,10 +78,12 @@ N/A
|
||||
* usbhooking: Bugfix to make PIUIO work without using ptapi-io-piuio-real.so on newer games, Exceed 2, Zero, NX
|
||||
|
||||
## 1.04
|
||||
|
||||
* nxhook: Add hook library for NX
|
||||
* Minor bugfixes
|
||||
|
||||
## 1.03
|
||||
|
||||
* zerohook: Add hook library for Zero
|
||||
* Bugfix linking error ptapi piuio real impl
|
||||
* Bugfix piueb environment variable order with LD_LOAD_LIBRARY
|
||||
@ -82,11 +91,13 @@ N/A
|
||||
* Various other bugfixes
|
||||
|
||||
## 1.02
|
||||
|
||||
* x2hook: Add hook library for Exceed 2
|
||||
* Various bugfixes
|
||||
* Documentation and code cleanup
|
||||
|
||||
## 1.01
|
||||
|
||||
* exchook: Add hook library for Exceed
|
||||
* mk3hook: Add support for piuio emulation -> configurable keyboard and joystick supported
|
||||
* Add game documentation: Trivia, unlocks and pad codes about all games released so far (check game-doc.zip)
|
||||
@ -100,5 +111,6 @@ N/A
|
||||
* Various bugfixes
|
||||
|
||||
## 1.00
|
||||
|
||||
* Release of mk3hook for Linux ports
|
||||
* Initial public release of binary distribution of pumptools
|
@ -1,9 +1,11 @@
|
||||
# Contributing
|
||||
|
||||
Please have a look at the issue board about what's currently going on. If you see an issue that is not assigned yet and
|
||||
that you can and want to work on, please leave a comment to reach out to one of our developers. You can also ask
|
||||
questions and discuss the issue.
|
||||
|
||||
# Bug reports
|
||||
|
||||
Please check if the bug was already reported by searching the existing issues. If it does, feel free to leave a comment
|
||||
that you also have this issue. Add additional information, screenshots, log files etc. The more information and details
|
||||
we have, the easier it might get to solve the issue.
|
||||
@ -11,6 +13,7 @@ we have, the easier it might get to solve the issue.
|
||||
When creating new issues, use our template for reporting bugs. It tells you what kind of information we need.
|
||||
|
||||
# Pull requests: bugfixes, new features or other code contributions
|
||||
|
||||
Pull requests are welcome! May it be a PR to an already known issue or a new feature that you consider as a valuable
|
||||
contribution, please open a PR. If you want to start working on a new feature that was proposed in an issue, yet, it
|
||||
is recommended to reach out to the developers about this, first, to discuss if this contribution is valuable to the
|
||||
@ -28,4 +31,5 @@ review your contribution and get back to you about any changes or when we merge
|
||||
changes, once approved, will be included in the next release.
|
||||
|
||||
# Roadmap
|
||||
|
||||
No concrete roadmap or timeline exists. When the time is right, we continue adding support for newer games as well.
|
Loading…
Reference in New Issue
Block a user