----------------------------------------------------------------
1.50
----------------------------------------------------------------
Shell:
Additions:
- Added ability to output data from homebrew module (Phil Smith)
libretro:
Additions:
- Button shift option
- Input bitmask support (TwinAphex)
- Enhanced core options (TwinAphex)
- Build in NstDatabase.xml
Core:
Additions:
- Homebrew module (Phil Smith)
- Support for mapper 31 (rainwarrior)
- Support for mappers 28 and 30 (retro-wertz)
- Support for UNL-KS7031 (retro-wertz)
- Support for MMC3 Big CHR-RAM Board
Fixes:
- Deterministic Save States (creambits)
Features
FPS no longer capped at 20hz; smoother mouse and transitions
Full-featured gamepad support
All movies can now be skipped via ESC
Implement --help, --version and --data-dir
Implement FPS counter (-f)
Force windowed mode with -x
Skip startup movies with -n
Implement scroll wheel navigation
Implement touch support
Load assets from the same folder as the mpq
Faster loading
Platforms
Added Nintendo Switch support
Added Retro Gamer Handheld (OpenDingux/Retrofw) support
Added OpenBSD support
Windows version is now build as GUI an app and has an icon
Bugfixes
Fixed random missing sounds
Fixed NPCs not talking about the right quest
Error messages implemented in GUI
Fixed having to restart the game between network sessions
Fixed game not working on some Radeon GPUs
Fixed panel missing after minimizing game if upscaling is disabled
Fixed clicks in the left letterbox being incorrectly handled
Fixed end movie not looping
Original Diablo bugs
Fixed a large number of rare stability issues from the original game
Correctly take open panels into account when casting spells
Fix sound some times being muted after Diablo dies
## [1.10.2](https://github.com/go-gitea/gitea/releases/tag/v1.10.2) - 2020-01-02
* BUGFIXES
* Allow only specific Columns to be updated on Issue via API (#9539) (#9580)
* Add ErrReactionAlreadyExist error (#9550) (#9564)
* Fix bug when migrate from API (#8631) (#9563)
* Use default avatar for ghost user (#9536) (#9537)
* Fix repository issues pagination bug when there are more than one label filter (#9512) (#9528)
* Fix deleted branch not removed when push the branch again (#9516) (#9524)
* Fix missing repository status when migrating repository via API (#9511)
* Trigger webhook when deleting a branch after merging a PR (#9510)
* Fix paging on /repos/{owner}/{repo}/git/trees/{sha} API endpoint (#9482)
* Fix NewCommitStatus (#9434) (#9435)
* Use OriginalURL instead of CloneAddr in migration logging (#9418) (#9420)
* Fix Slack webhook payload title generation to work with Mattermost (#9404)
* DefaultBranch needs to be prefixed by BranchPrefix (#9356) (#9359)
* Fix issue indexer not triggered when migrating a repository (#9333)
* Fix bug that release attachment files not deleted when deleting repository (#9322) (#9329)
* Fix migration releases (#9319) (#9326) (#9328)
* Fix File Edit: Author/Committer interchanged (#9297) (#9300)
Changes
This version is backwards compatible with save states from SameBoy 0.11.x
and newer.
New/Improved Features
* Super Game Boy color correction is now available in the libretro port
* It is now possible to hide the Super Game Boy border in the libretro
port
* The SDL port will now hide the mouse while a ROM is running
Accuracy Improvements/Fixes
* Changing the frequency of channels 1 and 2 is now more accurate
* Audio rendering should now be accurate when emulating Game Boy Advance
Bug Fixes
* Fixed garbled graphics while emulting Super Game Boy in the SDL port
when OpenGL 3.2 is not available
* The Cocoa build is now linked against the correct SDK version,
restoring compatbility with older macOS versions that was mistakenly
dropped in the previous release
* Fixed fullscreen related issues in the SDL port
* Fixed a bug where the SDL port did not save the battery in some cases
* Bug fixes to libretro achievement support
* Restored Game Boy Camera support on newer macOS versions
* Fixed High-DPI support on Windows 10
Misc Internal Changes
* Improvements to the audio and ICD2 APIs
* Allow compiling SameBoy for platforms with a non-standard bool size
* Improved build portability, will now use pkg-config if available
Changes in 3.24
Restored 25fps HLS streams omitted from v3.23.
Removed --hls-lq-audio option. It will now generate an error if used.
Added --mpeg-ts option. If MPEG-TS is your preferred output format (e.g., for device compatibility), use this option to ensure output files are in proper MPEG-TS format regardless of the stream format (HLS or DASH). This is identical to --raw for HLS streams, but the DASH raw format is different. If you have been using --raw to generate MPEG-TS output, switch to --mpeg-ts (which overrides --raw).
0.82.25
- Added 1920x1440 4:3 HD VESA BIOS mode and increased
scaler limits to support it.
- VESA BIOS emulation now rejects video modes that
exceed the render scaler architecture's limits,
to avoid frozen screens if set. However, VESAMOED.COM
warns the user, so if the user ignores the warning,
VESA BIOS emulation will allow user-defined modes
that exceed the limits anyway.
- VESAMOED.COM will now warn you if the custom mode
you modified exceeds the render scaler's limits.
- VGA emulation now reports render scaler limits
in the logfile at startup, if debug logging is
enabled.
- Render scaler code now logs a warning when it
rejects a video mode that exceeds the render
scaler limits.
- S3 emulation now allows 16MB of video memory.
- Due to continuous problems with DOS games and a
very long VESA modelist, the defaults for VESA
BIOS options in dosbox.conf have been changed to
limit the modelist to something a late 1990s
VESA BIOS would list. New defaults include a
maximum resolution of 1280x1024, the removal of
4bpp 16-color packed, unusual video modes,
"High Definition" TV broadcast modes, and the
extra explicitly defined 24bpp modes to complement
VBE1.2 32bpp modes. Those options remain
changeable and all limits can be lifted with
settings in dosbox.conf if wanted.
- Allow using "" in the debugger to specify that
a hex value should be used rather than the
contents of the flag with that name. Allows
hex values of AC, AF, CF and DF to be directly
specified. (Allofich)
- 25.COM, 28.COM, and 50.COM now have different
versions for VGA, EGA, and other IBM compatible
video machines. 28.COM now correctly sets 28 lines
for machine=ega. CGA/MDA/Hercules/etc. still use
INT AX=3h for 25.COM.
- Change 25.COM to use INT 10h AX=1114h (8x16) instead
of INT 10h AX=3 (set 80x25 mode).
- INT 10h AX=1111h (8x14) and AX=1113h (8x8), related
to 28.COM and 50.COM, now range check the current
cursor row against number of rows to keep it on
screen.
- Fixed ADDKEY "full" command not turning on the
full core when used with a delay. (Allofich)
- INT 10h AX=101Ah Get Video DAC color-page state fixed
to restore display after blanking it due to Attribute
Controller read and write operations. This fixes
IBM PC compatible MS-DOS game "Blue Force".
- Debugger: "VGA AC" now shows AC disable bits as well
as the internal state indicating whether the last
byte written to 3C0h was handled as the index.
Add squid4 package version 4.9 based on wip/squid4 package.
Squid is a fully-featured HTTP/1.0 proxy with partial HTTP/1.1 support
The 4 series brings many new features and upgrades to the basic
networking protocols. A short list of the major new features is:
Squid 4 represents a new feature release above 3.5.
The most important of these new features are:
* Configurable helper queue size
* Helper concurrency channels changes
* SSL support removal
* Helper Binary Changes
* Secure ICAP
* Improved SMP support
* Improved process management
* Initial GnuTLS support
* ESI Custom Parser removal
Update bind914 to 9.14.9 (BIND 9.14.9).
--- 9.14.9 released ---
5330. [bug] 'configure --without-python' was ineffective if
PYTHON was set in the environment. [GL #1434]
5329. [bug] Reconfiguring named caused memory to be leaked when any
GeoIP2 database was in use. [GL #1445]
5328. [bug] rbtdb.c:rdataset_{get,set}ownercase failed to obtain
a node lock. [GL #1417]
5327. [func] Added a statistics counter to track queries
dropped because the recursive-clients quota was
exceeded. [GL #1399]
5326. [bug] Add python dependancy on 'distutils.core' to configure.
'distutils.core' is required for installation.
[GL #1397]
5321. [bug] Obtain write lock before updating version->records
and version->bytes. [GL #1341]
Update bind911 to 9.11.14 (BIND 9.11.14).
--- 9.11.14 released ---
5330. [bug] 'configure --without-python' was ineffective if
PYTHON was set in the environment. [GL #1434]
5329. [bug] Reconfiguring named caused memory to be leaked when any
GeoIP2 database was in use. [GL #1445]
5328. [bug] rbtdb.c:rdataset_{get,set}ownercase failed to obtain
a node lock. [GL #1417]
5327. [func] Added a statistics counter to track queries
dropped because the recursive-clients quota was
exceeded. [GL #1399]
5326. [bug] Add python dependancy on 'distutils.core' to configure.
'distutils.core' is required for installation.
[GL #1397]
5322. [bug] Conditional compilation of lock_callback was
inconsistent with conditional use of the function
when forcing BIND to build with older and unsupported
versions of OpenSSL. [GL #1386]
5321. [bug] Obtain write lock before updating version->records
and version->bytes. [GL #1341]
Tested on NetBSD/amd64 (9.0_BETA) with a HP LaserJet 200 color MFP M276.
A manual copy/paste of the intermediate release notes follows (see
https://developers.hp.com/hp-linux-imaging-and-printing/release_notes
for the original content).
HPLIP 3.19.12:
* Added support for the following new Printers:
- HP Color LaserJet Pro M256dn
- HP Color LaserJet Pro M255dn
- HP Color LaserJet Pro M256nw
- HP Color LaserJet Pro M255nw
- HP Color LaserJet Pro M256dw
- HP Color LaserJet Pro M255dw
- HP Color LaserJet Pro M155a
- HP Color LaserJet Pro M156a
- HP Color LaserJet Pro M155nw
- HP Color LaserJet Pro M156nw
- HP Color LaserJet Pro MFP M282nw
- HP Color LaserJet Pro MFP M284nw
- HP Color LaserJet Pro MFP M283fdn
- HP Color LaserJet Pro MFP M285fdn
- HP Color LaserJet Pro MFP M283fdw
- HP Color LaserJet Pro MFP M285fdw
- HP Color LaserJet Pro MFP M283cdw
- HP Color LaserJet Pro MFP M285cdw
- HP Color LaserJet Pro MFP M182n
- HP Color LaserJet Pro MFP M184n
- HP Color LaserJet Pro MFP M182nw
- HP Color LaserJet Pro MFP M184nw
- HP Color LaserJet Pro MFP M183fw
- HP Color LaserJet Pro MFP M185fw
* Added support for following new Distro's:
- Debian 10.1
- Debian 10.2
- Manjaro 18.1.2
* Features:
- Rendering print jobs with cupsfilter command
HPLIP 3.19.11:
* Added support for the following new Printers:
- HP Color LaserJet MFP M776dn
- HP Color LaserJet Flow MFP M776z
- HP Color LaserJet Flow MFP M776zs
- HP Color LaserJet M856dn
- HP Color LaserJet M856x
- HP Color LaserJet E85055dn
* Added support for following new Distro's:
- Manjaro 18.1.0(64-bit)
- Ubuntu 19.10(64-bit)
- Fedora 31(64-bit)
HPLIP 3.19.8:
* Added support for the following new Printers:
- HP DesignJet T1530 Postscript
- HP DesignJet T2530 Postscript
- HP DesignJet T930 Postscript
- HP DesignJet T1600 Postscript Printer
- HP DesignJet T1600dr Postscript Printer
- HP DesignJet T2600 Postscript MFP
- HP LaserJet Pro MFP M329dn
- HP LaserJet Pro MFP M329dw
- HP LaserJet Pro M305d
- HP LaserJet Pro M304a
- HP LaserJet Pro M305dn
- HP LaserJet Pro M305dw
* Added support for following new Distro's:
- OpenSuse 15.1
- Debian 9.9
- Debian 10
- Manjaro 18.0.4
- Linux Mint 19.2
- RHEL 8.0
HPLIP 3.19.6:
* Added support for the following new Printers:
- HP Smart Tank 500 series
- HP Smart Tank 530 series
- HP Smart Tank Plus 570 series
- HP Smart Tank Plus 650
- HP Smart Tank 610
- HP Smart Tank Plus 550
- HP Smart Tank 510
- HP Neverstop Laser MFP 1200a
- HP Neverstop Laser MFP 1200w
- HP Laser NS MFP 1005
- HP Laser NS MFP 1005w
- HP Neverstop Laser 1000a
- HP Neverstop Laser 1000w
- HP Laser NS 1020
- HP Laser NS 1020w
- HP DesignJet T2600dr Postscript MFP
- HP DesignJet XL 3600 PS MFP
- HP Color LaserJet Pro M453cdn
- HP Color LaserJet Pro M454dn
- HP Color LaserJet Pro M454cdn
- HP Color LaserJet Pro M453cdw
- HP Color LaserJet Pro M454nw
- HP Color LaserJet Pro M454dw
- HP Color LaserJet Pro M454cdw
- HP Color LaserJet Pro MFP M479dw
- HP Color LaserJet Pro MFP M478fcdn
- HP Color LaserJet Pro MFP M479fdn
- HP Color LaserJet Pro MFP M479fcdn
- HP Color LaserJet Pro MFP M478fcdw
- HP Color LaserJet Pro MFP M479fdw
- HP Color LaserJet Pro MFP M479fnw
- HP Color LaserJet Pro MFP M479fcdw
- HP LaserJet Pro MFP M428dw
- HP LaserJet Pro MFP M429dw
- HP LaserJet Pro MFP M428fdn
- HP LaserJet Pro MFP M428c1
- HP LaserJet Pro MFP M428c3
- HP LaserJet Pro MFP M428m
- HP LaserJet Pro MFP M429fdn
- HP LaserJet Pro MFP M428fdw
- HP LaserJet Pro MFP M428c2
- HP LaserJet Pro MFP M428c4
- HP LaserJet Pro MFP M429fdw
- HP LaserJet Pro M404d
- HP LaserJet Pro M405d
- HP LaserJet Pro M404n
- HP LaserJet Pro M405n
- HP LaserJet Pro M404dn
- HP LaserJet Pro M404c1
- HP LaserJet Pro M404c3
- HP LaserJet Pro M404m
- HP LaserJet Pro M405dn
- HP LaserJet Pro M404dw
- HP LaserJet Pro M404c2
- HP LaserJet Pro M404c4
- HP LaserJet Pro M405dw
HPLIP 3.19.5:
* Added support for the following new Printers:
- HP LaserJet Enterprise M507n
- HP LaserJet Enterprise M507dn
- HP LaserJet Enterprise M507x
- HP LaserJet Enterprise M507dng
- HP LaserJet Managed E50145dn
- HP LaserJet Managed E50145x
- HP LaserJet Enterprise MFP M528dn
- HP LaserJet Enterprise MFP M528f
- HP LaserJet Enterprise Flow MFP M528c
- HP LaserJet Enterprise Flow MFP M528z
- HP LaserJet Managed MFP E52645dn
- HP LaserJet Managed Flow MFP E52645c
- HP Color LaserJet Managed E75245dn
- HP Color LaserJet Enterprise M751n
- HP Color LaserJet Enterprise M751dn
- HP PageWide XL 3900PS MFP
- HP OfficeJet Pro 8030 All-in-One Printer series
- HP OfficeJet Pro 8020 All-in-One Printer series
- HP OfficeJet 8020 All-in-One Printer Series
- HP OfficeJet 8010 All-in-One Printer series
* Added support for following new Distro's:
- Debian 9.8(64-bit)
- Ubuntu 19.04(64-bit)
- Fedora 30(64-bit)
HPLIP 3.19.3:
* Added support for the following new Printers:
- HP OfficeJet Pro All-in-One 9010
- HP OfficeJet Pro All-in-One 9020
- HP OfficeJet All-in-One 9010
- HP PageWide XL 4100 Printer
- HP PageWide XL 4100 MFP
- HP PageWide XL 4600 Printer
- HP PageWide XL 4600PS MFP
- HP Color LaserJet Managed MFP E77422a
- HP Color LaserJet Managed MFP E77422dv
- HP Color LaserJet Managed MFP E77422dn
- HP Color LaserJet Managed MFP E77428dn
- HP LaserJet MFP E72425a
- HP LaserJet MFP E72425dv
- HP LaserJet MFP E72425dn
- HP LaserJet MFP E72430dn
- HP LaserJet Managed MFP E62655dn
- HP LaserJet Managed MFP E62665hs
- HP LaserJet Managed Flow MFP E62665h
- HP LaserJet Managed Flow MFP E62675z
- HP LaserJet Managed Flow MFP E62665z
- HP LaserJet Managed E60155dn
- HP LaserJet Managed E60165dn
- HP LaserJet Managed E60175dn
- HP Color LaserJet Managed E65150dn
- HP Color LaserJet Managed E65160dn
- HP Color LaserJet Managed MFP E67650dh
- HP Color LaserJet Managed Flow MFP E67660z
* Added support for following new Distro's:
- Debian 9.7(64-bit)
- RHEL-7.6(64-bit)
- LinuxMint 19.1(64-bit)
HPLIP 3.19.1:
* Added support for the following new Printers:
- HP LaserJet Managed MFP E82540du
- HP LaserJet Managed MFP E82550du
- HP LaserJet Managed MFP E82560du
- HP Color LaserJet Managed MFP E87640 du
- HP Color LaserJet Managed MFP E87650du
- HP Color LaserJet Managed MFP E87660du
* Added support for the following new ScanJet Device:
- HP Scanjet Pro 2500 f1
* Added support for following new Distro's:
- Fedora 29(64-bit)
- Open Suse 15(64-bit)
- Manjaro 18.0(64-bit)
- RHEL 7.2(64-bit)
HPLIP 3.18.12:
* Added support for the following new Printers:
- HP Tango
- HP Tango X
* Added support for the following new ScanJet Device:
- HP Scanjet Pro 2000 S1
* Added support for following new Distro's:
- Debian 9.6(64-bit)
- Ubuntu 18.10(64-bit)
HPLIP 3.18.10:
* Added support for the following new Printers:
- HP DesignJet T1708 PostScript
- HP DesignJet T1708dr PostScript
HPLIP 3.18.9:
* Added support for the following new Printers:
- HP PageWide 755dn
- HP PageWide MFP 774dns
- HP PageWide MFP 774dn
- HP PageWide MFP 779dns
- HP PageWide MFP 779dn
- HP LaserJet Pro MFP M148dw
- HP LaserJet Pro MFP M149dw
- HP LaserJet Pro MFP M148fdw
- HP LaserJet Pro MFP M149fdw
- HP LaserJet Pro M118dw
- HP LaserJet Pro M119dw
- HP Scanjet Enterprise 7500 Flatbed Scanner
* Added support for the following new Distros:
- Linux Mint 19
- Debian 9.5
HPLIP 3.18.7:
* Added support for the following new Printers:
- HP Smart Tank 350
- HP Smart Tank Wireless 450
- HP Ink Tank 310
- HP Ink Tank Wireless 410
- HP Ink Tank 115
- HP DesignJet Z6 24in
- HP DesignJet Z6 44in
- HP DesignJet Z6dr 44in
- HP DesignJet Z9 24in
- HP DesignJet Z9 44in
- HP DesignJet Z9dr 44in
* Added support for the following new Distros:
- Fedora 28 (64 bit)
* Issues fixed:
- CR 59273 - Supplies and status information are not displayed in the
hp-toolbox for Ruby
- CR 58929 - HPLIP Google Reported Issues related to models.dat file
on PPD mapping
- CD 58930 - HPLIP Google Reported Syntactical Issues related to
models.dat file
HPLIP 3.18.6:
* Added support for the following new Printers:
- HP DesignJet Z6810ps 60in
- HP DesignJet Z6610ps 60in
- HP DesignJet Z6810ps 42in