Age | Commit message (Collapse) | Author | Files | Lines |
|
16 months of development
|
|
5 months of development
|
|
16 months of development
|
|
5 months of development
|
|
16 months of development
|
|
|
|
16 months of development
|
|
5 months of development
|
|
16 months of development
|
|
16 months of development
|
|
16 months of development
|
|
5 months of development.
|
|
required by latest plasma release.
|
|
16 months of development
|
|
16 months of development.
|
|
5 months of development.
|
|
5.24.6
|
|
Like previous releases, work on version 1.5.8 focused mostly on bugfixes and
code optimizations, the latter of which are expected to lead to reliability
and speed improvements. We have also begun to prepare Scribus for using Qt6,
which will make our work easier for future releases.
High Level Changes:
* UI Improvements for dark mode and some icon updates and window interactivity
* Improvements to file import (IDML, PDF, PNG, TIFF, SVG)
* Improvements to PDF export
* Improvements with respect to tables (undo/redo, styles)
* Improvements to the Story Editor
* Improvements to the build system
* Translation updates
* On mac OS, Scribus now includes a bundled Python 3 interpreter and is built
for mac OS 10.15/Catalina or higher.
1.5.7
Significant effort went into clean up of user interface margins and widget
sizing, however most changes have taken place “under the hood”. Apart from bug
fixing this also meant to refine previously introduced features, as well as
preparing the code for future Qt versions. A few remaining issues aside, this
release has been thoroughly tested and is considered to be stable. However,
there are also some new features.
|
|
|
|
|
|
Change log:
1.8.2 (2022-09-19)
=====
- Remove soon-to-be-deprecated exo-string functions
- Remove unnecessary exo_noop() dependence
- Fix intltool lock file problem during make distcheck
- Use the new g_drive_is_removable over g_drive_is_media_removable
- Replace ExoBinding with GBinding
- Remove GSourceFunc casts
- Fix missing-prototypes
- Fix compilation warnings
- autoconf: Some updates
- Delete obsolete eo.po
- Delete obsolete et.po Bug #15547)
- Update URLs from goodies.x.o to docs.x.o (Bug #16172)
- Translation Updates:
Albanian, Arabic, Belarusian, Bulgarian, Catalan, Chinese (China),
Croatian, Czech, Dutch, Eastern Armenian, Estonian, Galician, Hebrew,
Indonesian, Interlingue, Norwegian Bokmål, Slovenian, Spanish,
Turkish, Uyghur
|
|
|
|
Tool for annotating images.
|
|
QToolButton with color popup menu with lets you select a color. The popup
features a color dialog button which can be used to add custom colors to
the popup menu.
|
|
7.8.0
This highlight of this version is a new glaxnimate producer to render 2D vector
art and animation.
7.6.0
This version adds image slice-threading to many filters and full support for
full range color. All inputs are normalized to and processed at the range
specified by the consumer property color_range that defaults to tv/mpeg (limited).
7.4.0
This main highlight of this version is property animation for avfilter!
7.2.0
This is the first major maintenance release for the new major version 7
rendering it much more production ready. Plus there are a few nice new features.
|
|
|
|
Change log:
0.8.2 (2022-09-19)
=====
- Fix time calculation
- build: Fix intltool lock file problem during make distcheck
- Fix compilation warnings
- autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
- Update `.gitignore`
- datetime: replace deprecated GTimeVal
- Translation Updates:
Belarusian, English (Canada), Hebrew, Norwegian Bokmål, Slovenian,
Spanish, Turkish
|
|
|
|
(No reasonably condensed upstream change log available.)
|
|
|
|
Changes:
1.20.[123] are bugfix releases, no changelog (in CHANGES) available.
|
|
Bump PKGREVISION.
|
|
to make sure cairo quartz option change is picked up
|
|
|
|
|
|
Changes:
0.1.7
-----
* Fixed grep bug with pull request 89
* XDG Compliance: moving files to `$XDG_DATA_HOME/kb`, if it exists, and fall back
to `$HOME/.local/share/kb` if that environment variable does not exist
* Added kb to pkgsrc
* Added stdin functionality to add artifacts. For example:
`cat ../script.py | python -m kb add -t mycoolscript`
`cat path/to/script.py | python -m kb add -t mycoolscript -c python_scripts`
* Implemented the confirmation mechanism for artifact removal
|
|
|
|
New development:
- Support added for integration with Azure Devops (known bugs feature)
- Basic integration with dbtext for testing with databases "database
setup run" now possible
- Integration with capturemock improved when using http record/replay -
sets environment variables and gives your test script control.
- Dark mode is now supported properly, e.g. by setting the environment
variable "GTK_THEME" to "Adwaita:dark" (thanks Michael Behrisch)
- Now possible to generate separate HTML pages per version (thanks
Michael Behrisch)
- New aliases for various config file settings (thanks Emily Bache)
- More compact host format (thanks Jens Kjerrström)
- Less precision for progress measurements on incomplete tests (thanks
Jens Kjerrström)
Bugfixes:
- collate_script no longer uses the shell on Windows, led to
user-dependent behaviour
- fixing prevlines filter at begin of file fix #93 (thanks
Michael Behrisch)
|
|
|
|
6.0.0:
Breaking changes:
- use markers text has changed to reduce clutter, this will break
previous tests.
Simple Logger useMarkers prints parameters:
- You can log parameter values on entrance and exit of a method
6.1.0:
Extra utilities:
- verify_simple_logger
- verify_storyboard
- use_utc_timezone() - allow easy testing of datetimes by forcing
Timezone while in test
|
|
|
|
|
|
0.11.5
Fixed
- Fix the type annotation of `unwrap()` and datetime parsing.
- Clear the existing table header when it is adding to another table.
- Fix a bug that escape chars are lost after concat with another string.
- Fix a rendering issue of tables inside arrays or inline tables.
|
|
ersion 3.7.8 (released 2022-09-27)
** libgnutls: In FIPS140 mode, RSA signature verification is an approved
operation if the key has modulus with known sizes (1024, 1280,
1536, and 1792 bits), in addition to any modulus sizes larger than
2048 bits, according to SP800-131A rev2.
** libgnutls: gnutls_session_channel_binding performs additional checks when
GNUTLS_CB_TLS_EXPORTER is requested. According to RFC9622 4.2, the
"tls-exporter" channel binding is only usable when the handshake is
bound to a unique master secret (i.e., either TLS 1.3 or extended
master secret extension is negotiated). Otherwise the function now
returns error.
** libgnutls: usage of the following functions, which are designed to
loosen restrictions imposed by allowlisting mode of configuration,
has been additionally restricted. Invoking them is now only allowed
if system-wide TLS priority string has not been initialized yet:
gnutls_digest_set_secure
gnutls_sign_set_secure
gnutls_sign_set_secure_for_certs
gnutls_protocol_set_enabled
** API and ABI modifications:
No changes since last version.
|
|
|
|
It must be that time of month again – time for MAME 0.248! The
Hartung Game Master was one of several hand-held game consoles
positioned as low-cost alternatives to the Nintendo Game Boy. It
was notable for its somewhat unconventional choice of an NEC µPD78C11
CPU, its low screen resolution, and the poor quality of its software
library. And now, for the first time, you can relive the disappointment
of all eighteen games released for the system in emulation!
Speaking of hand-held consoles, MAME now supports more Game Boy
cartridges, including the Pocket Camera, the EEPROM and two-axis
accelerometer used by Kirby Tilt ’n’ Tumble and Command Master,
and several memory controllers used for unlicensed games and
compilations.
Still on the topic of Nintendo, MAME now emulates the earliest
version of the RP2A03 audio processing unit, used on arcade boards
as well as early production runs of the Famicom console. Several
games play sounds incorrectly with the later RP2A03G used in the
NES and the majority of Famicom consoles. Several issues with
Famicom peripherals have been fixed, too.
MAME’s Win32 debugger can now save your window arrangement, and
there’s an option to use light text on a dark background. On recent
versions of macOS, MAME’s Cocoa debugger now follows the system
colour scheme.
|
|
update test status
|
|
|
|
|
|
This is a wrapper around protocol buffers. Protocol buffers is a
specification format for APIs, such as those inside Google. This
library provides protocol buffer message classes and objects that
largely behave like native Python types.
|