Upstream changes:
3.1.2 2019/3/23
* Fixed issue related to replay recording on Windows.
* Fixed issue that wrong icon is shown when SR models are chosen.
* Some minor bug fixes.
pkgsrc changes:
* remove a patch fixed in upstream
Upstream changelog:
* Changed context menu touch gesture from long tap to single tap.
* Some minor bug fixes.
pkgsrc changes:
* make debug monitor, ffmpeg4 for video capture, and SDL2 for joystick
support optional (for low performance machines; enabled by default)
* fix a URL for online help (already fixed in upstream)
Upstream changelog:
* Better virtual keyboard display size.
* Virtual Keyboard is now mouse operable.
* Assigned "reset emulation speed" to middle mouse button.
* Added "Convert replay to movie" menu.
* Now audio is muted during encoding movie.
pkgsrc changes:
* switch to using ffmpeg4
Upstream changelog:
3.0.0 2018/08/15
* Added Virtual Keyboard that works with touch screen.
* Added "Pause" and "Take snapshot" to "System" menu.
pkgsrc changes:
* png files for README.html are no longer installed (embedded into the htlm)
Upstream changelog:
2.33.0 2018/04/28
* Support FFMpeg4.0.
* Changed Video Capture bitrate to YouTube recommended value.
(video:4Mbps,audio:128Kbps)
* Embedded images to README.html. So doc folder is no longer distributed
with Windows binary.
pkgsrc changes:
* install image files referred by README.html
Upstream changelog:
2.32.0 2018/02/17
* Fixed replay glitch.
* Fixed mouse cursor disappears when opening file select dialog.
* Make use of Qt 5.10 API to adopt permission model after Android 6.0.
(Qt 5.10 is needed to build for Android)
Upstream changelog (from README.adoc):
2.31.1 2017/09/16
* Made use of pkg-config to link external libs. It is necessary to set
PKG_CONFIG_PATH=$MINGW_PREFIX/local/lib/pkgconfig environment variable to
build on Windows(MSYS2).
Upstream changes:
2.31.0 2017/08/19
* make file dialog and setting dialog fullscreen for low resolution devices
when the ALWAYSFULLSCREEN flag is specified on build
* fix sound call method which was not thread safe
* rewrite documents with asciidoc
* (Windows) update build procedure
make 64 bit version buildable
recommend to use fixed MSYS2 version
PATH setting no longer necessary
* (UNIX) fix pro file to build on non-Linux UNIX systems
* (non Windows) use absolute path for config files etc.
* (Android) temporary workaround for access issue of file access on a SD card