(There are still extras to bump to newer versions, but these are really
independent of the Xfce version proper. Once all extras are updated
again, I'll bump PKGREVSION again to reflect that.)
NB I have maintained the pre-existing pkgsrc modification of installing
the blue background as the default rather than what Xfce sets. However,
all backgrounds are now installed for a user to choose from.
Change log:
4.14.1
======
- Ensure the new default wallpaper gets installed
4.14.0
======
- Add 4.14 wallpaper and set it as default
- Do not query file information again (Bug #15460)
- Replace GtkStock buttons
- Translation Updates:
Galician, Italian, Norwegian Bokmål, Norwegian Nynorsk, Portuguese,
Portuguese (Brazil)
4.13.6
======
[Please note that this is a development release.]
Development release of xfdesktop targeting for Xfce 4.14.
Please report all problems at bugzilla.xfce.org.
- Update copyright year
- Use https where possible
- Add padding to Window Actions menu entry (Bug #14628)
- Display correct icon size of minimized apps (Bug #8951)
- Reorder checkboxes in Settings UI
- Translation Updates: Finnish, Kazakh, Norwegian Bokmål, Portuguese (Brazil),
Ukrainian
Change log:
4.14.1
======
- No change, re release because 4.14.0 tarball was broken
4.14.0
======
- Do not try to a set button' image if an empty string was used
- Translation Updates: Galician
4.13.7
======
- Translation Updates:
Norwegian Bokmål, Finnish, Portuguese (Brazil), Ukrainian
* Add support for wrapping list items.
* Fix#201: handle ‎/‏ marks mid-text within stressed tags or
right after stressed tags.
* Feature #213: ``images_as_html`` config option to always generate an
``img`` html tag. preserves "height", "width" and "alt" if possible.
* Remove support for end-of-life Pythons. Now requires Python 2.7 or 3.4+.
* Remove support for retrieving HTML over the network.
* Add ``__main__.py`` module to allow running the CLI using
``python -m html2text ...``.
* Fix#238: correct spacing when a HTML entity follows a non-stressed
tags which follow a stressed tag.
* Remove unused or deprecated:
* ``html2text.compat.escape()``
* ``html2text.config.RE_UNESCAPE``
* ``html2text.HTML2Text.replaceEntities()``
* ``html2text.HTML2Text.unescape()``
* ``html2text.unescape()``
* Fix#208: handle LEFT-TO-RIGHT MARK after a stressed tag.
Before, the final line of each MASTER_SITE_* definition had been skipped
because it didn't end with a backslash. That part of the regular
expression had always been intended to be optional. That bug lasted
almost 13 years, which is remarkably long but not the record.
The mk/fetch/sites.mk is now closed properly, which has gone unnoticed
for almost 13 years as well.
Google Code doesn't exist anymore, therefore there's no point in keeping
it.
v0.13.0
New Features
Implement Server.start_serving() and related APIs.
Make Server an asynchronous context manager.
Performance
Start using high-performance uv_udp_t handle. This
should result in a significantly faster UDP support.
Make address validation faster in udp.sendto().
Misc
OSError is no longer logged by Transports.
This matches asyncio behaviour in 3.8.
Build
Upgrade to libuv v1.31.0.
Use manylinux-2010. This means we no longer provide
32bit builds for Linux.
IBM-plex-otf provides the OpenType fonts of the Plex font family.
It comes in a Sans, Serif, Mono and Sans Condensed, all with
roman and true italics.
The fonts have been designed to work well in
user interface (UI) environments as well as other mediums.
v41.1.0
* Moved most of the constants from setup.py to setup.cfg
* Fixed issue with the PEP 517 backend where building a source distribution would fail if any tarball existed in the destination directory.
* Fixed an issue with PEP 517 backend where wheel builds would fail if the destination directory did not already exist.
* Forse metadata-version >= 1.2. when project urls are present.
* Improve package_data check: ensure the dictionary values are lists/tuples of strings.
* Changed compatibility fallback logic for html.unescape to avoid accessing HTMLParser.unescape when not necessary. HTMLParser.unescape is deprecated and will be removed in Python 3.9.
* Added the file path to the error message when a UnicodeDecodeError occurs while reading a metadata file.
* Use license classifiers rather than the license field.