AnyAscii converts Unicode text to a reasonable representation using only ASCII.
For most characters in Unicode, AnyAscii provides an ASCII-only replacement
string. Text is converted character-by-character without considering the
context. The mappings for each script are based on popular existing romanization
schemes. Symbolic characters are converted based on their meaning or appearance.
All ASCII characters in the input are left unchanged, every other character is
replaced with printable ASCII characters. Unknown characters are removed.
WWW: https://github.com/anyascii/anyascii
Some of our projects release on their own timescale and some get released
en-masse. The 20.08.3 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.08.3 releases page for details.
Some of the fixes in today’s releases:
* Gwenview no longer accidentally shows the thumbnail view as a separate window with newer Qt versions
* Sending SMS with KDEConnect has been restored
* Fixed a possible Okular crash when selecting text in annotations
Announcement:
https://kde.org/announcements/releases/2020-11-apps-update/
Changelog:
https://kde.org/announcements/fulllog_releases-20.08.3/
Release 20.11.0:
core:
* More work on rendering of standalone Annot Widgets. Issue #806
* Fix crashes in embedded file handling on broken files. Issue #967
* Fix uninitialized memory read on broken files
* Save a bit of memory in Dict data
cpp:
* Fix crashes in embedded file handling on broken files. Issue #966
utils:
* pdftohtml: HTML and XML output includes font opacity.
qt5:
* Rename ArthurOutputDev to QPainterOutputDev
build system:
* Fix linker error when gtk is not in a default location
* Add some checks for gtk-doc support
* Reorganize GObject introspection config
* Enable CMAKE_LINK_DEPENDS_NO_SHARED
PR: 250786
Exp-run by: antoine
Jekyll Archives is a plugin for Jekyll which can automate the generation of
post archives by dates, tags, and categories.
WWW: https://jekyll.github.io/jekyll-archives/
Jekyll Email Protect is an email protection liquid filter which can be used
to obfuscate mailto: links to protect an email address from spam bots.
WWW: https://github.com/vwochnik/jekyll-email-protect
Changelog for 7.9.3:
* Bug fixes:
- Allocation
- InternalClusterInfoService should not ignore hidden indices
- Audit
- Move RestRequestFilter to core
- Authentication
- Ensure domain_name setting for AD realm is present
- Authorization
- Fix API key role descriptors rewrite bug for upgraded clusters
- CCR
- Retry CCR shard follow task when no seed node left
- Cluster Coordination
- Uniquely associate term with update task during election
- EQL
- Avoid filtering on tiebreakers
- Fix bug in sequences with any pattern
- Engine
- Fix to actually throttle indexing on getting activated
- Features/Data streams
- Fix querying a data stream name in index field
- Features/Ingest
- Handle error conditions when simulating ingest pipelines with verbosity
enabled
- Make for each processor resistant to field modification
- Machine Learning
- Fix online updates with custom rules referencing filters
- Reset reindexing progress when data frame analytics job resumes with
incomplete reindexing
- SQL
- Fix exception when using CAST on inexact field
- Search
- Async search should retry updates on version conflict
- Transform
- Fix possible NPE if transform task has no node assigned
- Filter null objects from field caps request
* Upgrades:
- Infra/Packaging
- Switch bundled JDK back to Oracle JDK
PR: 250602
Submitted by: Juraj Lutter <juraj@lutter.sk>
Changelog for 7.9.3:
* Enhancement:
- Reporting
- Increases openUrl timeout config default to 1min #78322
* Bug fixes:
- Discover
- Fixes scripted field error handling for non OSS env #76476
- Lens and visualizations
- Shows tooltip on external pointer events #77306
- Management
- Fixes a bug in the index template wizard, which resulted in an error when
the user tries to save an existing template or attempts to view the
Elasticsearch request when the template does not have any mappings #78653
- Fixes index pattern creation when using cross cluster search with clusters running <7.9 #80006
- Monitoring
- Fixes UX around an unavailable remote cluster #79202
- Synchronous setup and start methods #79457
- Removes license refresh from setup #79518
- Platform
- Invalid searchSourceJSON causes saved object migration to fail #78535
- Changes legacy import version field to optional #79706
- Security
- Adds xpack.security.sameSiteCookies to docker allow list #78192
- Updates user table after user is deleted #79491
PR: 250603
Submitted by: Juraj Lutter <juraj@lutter.sk>