AnsiWeather 1.16.0 (2020-01-21)
- Switch default delimiter from "=>" to ":" and stop prepending space
- Do not hardcode colon in forecast mode, use $delimiter instead
"This module is heading towards planned deprecation. It will continue to be supported and API/ABI stable throughout the GNOME 2.x series, but we do not recommend using it in new applications unless you require functionality that has not already been moved elsewhere."
GNOME 2.x is ded.
The 'cabal' command-line program simplifies the process of managing
Haskell software by automating the fetching, configuration,
compilation and installation of Haskell libraries and programs.
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
pixd is a tool for visualizing binary data using a colour palette. It is in
a lot of ways akin to a hexdump tool, except using coloured squares to
represent each octet.
pixd uses 24-bit color SGR escape sequences. For a list of terminal emulators
with support for these, see XVilka's list of supporting terminal emulators:
https://gist.github.com/XVilka/8346728
hexd prints a human-readable hexdump of the specified files, or standard
input if omitted. Its main distinguishing feature is the use of colours to
visually indicate which range of values an octet belongs to, aiding in
spotting patterns in binary data.
By default, hexd relies on 256-color SGR escape sequences. Most terminal
emulators should support these today, but technically they're only defacto
standard. However, you can override the formatting used with the HEXD_COLORS
environment variable (see manpage), or use the -p option for plaintext
output.
You're writing a library. You've decided to be ambitious, and support multiple
async I/O packages, like Trio, and asyncio, and... You've written a bunch of
clever code to handle all the differences. But... how do you know which piece of
clever code to run?
This is a tiny package whose only purpose is to let you detect which async
library your code is running under.
An immutable mapping type for Python.
The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in
Clojure, Scala, Haskell, and other functional languages. This implementation is
used in CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more
details).
Immutable mappings based on HAMT have O(log N) performance for both set() and
get() operations, which is essentially O(1) for relatively small mappings.
Changes from 2.1:
Clean up some b'' quoting that appeared around strings in the log
output under python3.
New command line option --image-format for selecting the guest disk
image format. Supported values are "dense" (the default) and
"sparse".
Reset the install timeout whenever a new set extraction or other
command is started by sysinst, and reduce the timeout to 1 hour.
This allows hangs in the install phase to be detected more quickly.
Reset the test timeout whenever a new test program is started by ATF,
and reduce the default timeout to 2 hours. If you are passing a
non-default test timeout with the --test-timeout option, it can also
be reduced. This allows hangs during test runs to be detected more
quickly.
Fix the sparc64 CD install which was broken in 2.1, by adding an
index=2 attribute to the virtual CD drive.
Make NetBSD-current/macppc boot by passing "-prom-env qemu_boot_hack=y"
to qemu-system-ppc. From Joerg Sonnenberger.
A library of extra functions for the standard Haskell libraries. Most
functions are simple additions, filling out missing functionality. A
few functions are available in later versions of GHC, but this package
makes them available back to GHC 7.2.
pkgsrc changes:
- Remove no longer needed patch applied upstream
Changes:
CHANGES FROM 3.0 to 3.0a
* Do not require REG_STARTEND.
* Respawn panes or windows correctly if default-command is set.
* Add missing option for after-kill-pane hook.
* Fix for crash with a format variable that doesn't exist.
* Do not truncate list-keys output on some platforms.
* Do not crash when restoring a layout with only one pane.
CHANGES FROM 2.9 to 3.0
* Workaround invalid layout strings generated by older tmux versions and add
some additional sanity checks
* xterm 348 now disables margins when resized, so send DECLRMM again after
resize.
* Add support for the SD (scroll down) escape sequence.
* Expand arguments to C and s format modifiers to match the m modifier.
* Add support for underscore colours (Setulc capability must be added with
terminal-overrides as described in tmux(1)).
* Add a "fill" style attribute for the fill colour of the drawing area (where
appropriate).
* New -H flag to send-keys to send literal keys.
* Format variables for pane mouse modes (mouse_utf8_flag and mouse_sgr_flag)
and for origin mode (origin_flag).
* Add -F to refresh-client for flags for control mode clients, only one flag
(no-output) supported at the moment.
* Add a few vi(1) keys for menus.
* Add pane options, set with set-option -p and displayed with show-options -p.
Pane options inherit from window options (so every pane option is also
a window option). The pane style is now configured by setting window-style
and window-active-style in the pane options; select-pane -P and -g now change
the option but are no longer documented.
* Do not document set-window-option and show-window-options. set-option -w and
show-options -w should be used instead.
* Add a -A flag to show-options to show parent options as well (they are marked
with a *).
* Resize panes lazily - do not resize unless they are in an attached, active
window.
* Add regular expression support for the format search, match and substitute
modifiers and make them able to ignore case. find-window now accepts -r to
use regular expressions.
* Do not use $TMUX to find the session because for windows in multiple sessions
it is wrong as often as it is right, and for windows in one session it is
pointless. Instead use TMUX_PANE if it is present.
* Do not always resize the window back to its original size after applying a
layout, keep it at the layout size until it must be resized (for example when
attached and window-size is not manual).
* Add new-session -X and attach-session -x to send SIGHUP to parent when
detaching (like detach-client -P).
* Support for octal escapes in strings (such as \007) and improve list-keys
output so it parses correctly if copied into a configuration file.
* INCOMPATIBLE: Add a new {} syntax to the configuration file. This is a string
similar to single quotes but also includes newlines and allows commands that
take other commands as string arguments to be expressed more clearly and
without additional escaping.
A literal { and } or a string containing { or } must now be escaped or
quoted, for example '{' and '}' instead of { or }, or 'X#{foo}' instead of
X#{foo}.
* New <, >, <= and >= comparison operators for formats.
* Improve escaping of special characters in list-keys output.
* INCOMPATIBLE: tmux's configuration parsing has changed to use yacc(1). There
is one incompatible change: a \ on its own must be escaped or quoted as
either \\ or '\' (the latter works on older tmux versions).
Entirely the same parser is now used for parsing the configuration file
and for string commands. This means that constructs previously only
available in .tmux.conf, such as %if, can now be used in string commands
(for example, those given to if-shell - not commands invoked from the
shell, they are still parsed by the shell itself).
* Add support for the overline attribute (SGR 53). The Smol capability is
needed in terminal-overrides.
* Add the ability to create simple menus. Introduces new command
display-menu. Default menus are bound to MouseDown3 on the status line;
MouseDown3 or M-MouseDown3 on panes; MouseDown3 in tree, client and
buffer modes; and C-b C-m and C-b M-m.
* Allow panes to be empty (no command). They can be created either by piping to
split-window -I, or by passing an empty command ('') to split-window. Output
can be sent to an existing empty window with display-message -I.
* Add keys to jump between matching brackets (emacs C-M-f and C-M-b, vi %).
* Add a -e flag to new-window, split-window, respawn-window, respawn-pane to
pass environment variables into the newly created process.
* Hooks are now stored in the options tree as array options, allowing them to
have multiple separate commands. set-hook and show-hooks remain but
set-option and show-options can now also be used (show-options will only show
hooks if given the -H flag). Hooks with multiple commands are run in index
order.
* Automatically scroll if dragging to create a selection with the mouse and the
cursor reaches the top or bottom line.
* Add -no-clear variants of copy-selection and copy-pipe which do not clear the
selection after copying. Make copy-pipe clear the selection by default to be
consistent with copy-selection.
* Add an argument to copy commands to set the prefix for the buffer name, this
(for example) allows buffers for different sessions to be named separately.
* Update session activity on focus event.
* Pass target from source-file into the config file parser so formats in %if
and %endif have access to more useful variables.
* Add the ability to infer an option type (server, session, window) from its
name to show-options (it was already present in set-option).
(pkgsrc TBD: review inkscape and rsvg-convert dependencies.)
Change log:
mate-utils 1.22.2
* Translations update
* Add hicolor_apps_24x24_mate-system-log.png
* Install hicolor_apps_24x24_mate-disk-usage-analyzer.png
* mate-disk-usage-analyzer: Remove blank space before right parenthesis
* gdict-applet: Variable 'detail' is allocated memory that is never used
* Make inkscape and rsvg-convert optional
v0.19.3:
The major changes of this version:
* Direct ASCOM support for Telescope Control plugin on Windows
* Refactoring the GUI
* Many improvements in the code
* Added many DSO textures
* Improvements in DSO catalog
* Many improvements in AstroCalc tool
Version 1.3.9:
* add uk translations
* change project license to BSD Zero Clause License
* new printf-format modifier '%u' to print url-encoded filename, path or hash
* Bugfix: btih in magnet links shall be hex-encoded
* correctly align UTF8 file paths, while printing verification results
* respect UTF8 BOM when updating or verifying a hash file
* print a new-line after ed2k link, when --ed2k-link option is passed
* exit on output errors with exit_code = 2
* change option --update=<file> to update the specified file
* make short option '-P' to be an alias for --percents
* change %{mtime} format to 'YYYY-MM-DD hh:mm:ss'
* Bugfix: --sysconfdir was ignored while searching for config on Linux
* support verification of base64-formated hash sums
* add formatting options: --hex, --base32, -b/--base64
* Bugfix: properly handle symlinks on the command line
----------------------------------------------------------------
* Noteworthy changes in release 8.31 (2019-03-10) [stable]
** Bug fixes
'base64 a b' now correctly diagnoses 'b' as the extra operand, not 'a'.
[bug introduced in coreutils-5.3.0]
When B already exists, 'cp -il A B' no longer immediately fails
after asking the user whether to proceed.
[This bug was present in "the beginning".]
df no longer corrupts displayed multibyte characters on macOS.
[bug introduced with coreutils-8.18]
seq no longer outputs inconsistent decimal point characters
for the last number, when locales are misconfigured.
[bug introduced in coreutils-7.0]
shred, sort, and split no longer falsely report ftruncate errors
when outputting to less-common file types. For example, the shell
command 'sort /dev/null -o /dev/stdout | cat' no longer fails with
an "error truncating" diagnostic.
[bug was introduced with coreutils-8.18 for sort and split, and
(for shared memory objects only) with fileutils-4.1 for shred]
sync no longer fails for write-only file arguments.
[bug introduced with argument support to sync in coreutils-8.24]
'tail -f file | filter' no longer exits immediately on AIX.
[bug introduced in coreutils-8.28]
'tail -f file | filter' no longer goes into an infinite loop
if filter exits and SIGPIPE is ignored.
[bug introduced in coreutils-8.28]
** Changes in behavior
cksum, dd, hostid, hostname, link, logname, sleep, tsort, unlink,
uptime, users, whoami, yes: now always process --help and --version options,
regardless of any other arguments present before any optional '--'
end-of-options marker.
nohup now processes --help and --version as first options even if other
parameters follow.
'yes a -- b' now outputs 'a b' instead of including the end-of-options
marker as before: 'a -- b'.
echo now always processes backslash escapes when the POSIXLY_CORRECT
environment variable is set.
When possible 'ln A B' now merely links A to B and reports an error
if this fails, instead of statting A and B before linking. This
uses fewer system calls and avoids some races. The old statting
approach is still used in situations where hard links to directories
are allowed (e.g., NetBSD when superuser).
ls --group-directories-first will also group symlinks to directories.
'test -a FILE' is not supported anymore. Long ago, there were concerns about
the high probability of humans confusing the -a primary with the -a binary
operator, so POSIX changed this to 'test -e FILE'. Scripts using it were
already broken and non-portable; the -a unary operator was never documented.
wc now treats non breaking space characters as word delimiters
unless the POSIXLY_CORRECT environment variable is set.
** New features
id now supports specifying multiple users.
'date' now supports the '+' conversion specification flag,
introduced in POSIX.1-2017.
printf, seq, sleep, tail, and timeout now accept floating point
numbers in either the current or the C locale. For example, if the
current locale's decimal point is ',', 'sleep 0,1' and 'sleep 0.1'
now mean the same thing. Previously, these commands accepted only
C-locale syntax with '.' as the decimal point. The new behavior is
more compatible with other implementations in non-C locales.
test now supports the '-N FILE' unary operator (like e.g. bash) to check
whether FILE exists and has been modified since it was last read.
env now supports '--default-signal[=SIG]', '--ignore-signal[=SIG]', and
'--block-signal[=SIG], to setup signal handling before executing a program.
env now supports '--list-signal-handling' to indicate non-default
signal handling before executing a program.
** New commands
basenc is added to complement existing base64,base32 commands,
and encodes and decodes printable text using various common encodings:
base64,base64url,base32,base32hex,base16,base2,z85.
** Improvements
ls -l now better aligns abbreviated months containing digits,
which is common in Asian locales.
stat and tail now know about the "sdcardfs" file system on Android.
stat -f -c%T now reports the file system type, and tail -f uses inotify.
stat now prints file creation time when supported by the file system,
on GNU Linux systems with glibc >= 2.28 and kernel >= 4.11.
----------------------------------------------------------------
* Noteworthy changes in release 8.30 (2018-07-01) [stable]
** Bug fixes
'cp --symlink SRC DST' will again correctly validate DST.
If DST is a regular file and SRC is a symlink to DST,
then cp will no longer allow that operation to clobber DST.
Also with -d, if DST is a symlink, then it can always be replaced,
even if it points to SRC on a separate device.
[bugs introduced with coreutils-8.27]
'cp -n -u' and 'mv -n -u' now consistently ignore the -u option.
Previously, this option combination suffered from race conditions
that caused -u to sometimes override -n.
[bug introduced with coreutils-7.1]
'cp -a --no-preserve=mode' now sets appropriate default permissions
for non regular files like fifos and character device nodes etc.,
and leaves mode bits of existing files unchanged.
Previously it would have set executable bits on created special files,
and set mode bits for existing files as if they had been created.
[bug introduced with coreutils-8.20]
'cp --remove-destination file symlink' now removes the symlink
even if it can't be traversed.
[bug introduced with --remove-destination in fileutils-4.1.1]
ls no longer truncates the abbreviated month names that have a
display width between 6 and 12 inclusive. Previously this would have
output ambiguous months for Arabic or Catalan locales.
'ls -aA' is now equivalent to 'ls -A', since -A now overrides -a.
[bug introduced in coreutils-5.3.0]
'mv -n A B' no longer suffers from a race condition that can
overwrite a simultaneously-created B. This bug fix requires
platform support for the renameat2 or renameatx_np syscalls, found
in recent Linux and macOS kernels. As a side effect, ‘mv -n A A’
now silently does nothing if A exists.
[bug introduced with coreutils-7.1]
** Changes in behavior
'cp --force file symlink' now removes the symlink even if
it is self referential.
ls --color now matches file extensions case insensitively.
** New features
cp --reflink now supports --reflink=never to enforce a standard copy.
env supports a new -v/--debug option to show verbose information about
each processing step.
env supports a new -S/--split-string=S option to split a single argument
string into multiple arguments. Used to pass multiple arguments in scripts
(shebang lines).
md5sum accepts a new option: --zero (-z) to delimit the output lines with a
NUL instead of a newline character. This also disables file name escaping.
This also applies to sha*sum and b2sum.
rm --preserve-root now supports the --preserve-root=all option to
reject any command line argument that is mounted to a separate file system.
** Improvements
cut supports line lengths up to the max file size on 32 bit systems.
Previously only offsets up to SIZE_MAX-1 were supported.
stat and tail now know about the "exfs" file system, which is a
version of XFS. stat -f --format=%T now reports the file system type,
and tail -f uses inotify.
wc avoids redundant processing of ASCII text in multibyte locales,
which is especially significant on macOS.
The Plasma help system is designed to make accessing the common
UNIX help systems (man and info) simple, as well as the native
Plasma and applications documentation (XML).
WANDIO is a library for reading from, and writing to, files. Depending on
libraries available at compile time, WANDIO provides transparent
compression/decompression for the following formats:
- zlib (gzip)
- bzip2
- lzo (write-only)
- lzma
- zstd
- lz4
- Intel QAT (write-only)
- http (read-only)
WANDIO also improves IO performance by performing compression/decompression in
a separate thread (if pthreads are available).
Remove USE_RAKE. It was used to control dependency to ruby-rake package
befor ruby 2.0 days. Now all ruby*-base package contains rake command and
USE_RAKE is already not used in any where.
Changes from 2.0:
Add support for the newly added rescue set.
Deal with the sysinst changes of 2019-11-16.
Add support for macppc targets, based on a patch from Joerg
Sonnenberger.
Fix failure to install the sharesrc set due to curses optimization.
This is an DAV protocol implemention with KJobs.
Calendars and todos are supported, using either GroupDAV
or CalDAV, and contacts are supported using GroupDAV or
CardDAV.
tqdm v4.38.0 stable
support lock_args for e.g. non-blocking intermediate writes
use self.refresh() in more places
add and update performance tests
support args for TqdmDefaultWriteLock.acquire()
fix colorama on win
framework updates
CI cleanup
move to stages (check/test/deploy)
auto deploy notes
deploy only on parent repo
separate docker deploy
update documentation sync/generation
update examples
update documentation
add and update tests
misc tidy and linting
tqdm v4.37.0 stable
potential future pandas fix
better unicode widechar support
fix example/tqdm_wget unknown total
add stacklevel=2 to warnings
misc framework updates
snapcraft version fix
update issue/pr templates
update unit tests
misc documentation updates
update parallel (multiprocessing, ThreadPoolExecutor) example
add slides, video images
add CII Best Practices badge
add repology badge
update badge icons
5.62.0
Attica
Fix the attica pkgconfig file
KUnitConversion
Add decibel power units (dBW and multiples)
5.64.0
Attica
Add some std::move in setter functions
v0.15.0: 2019-10-24
- Require either default_action or a subcommand in the future (add deprecation
warning for now)
- add man page for the config file
- make all options in the config file optional except for the address book
definitions
- allow lists of strings for editor an merge_editor config options
- add a CONTRIBUTING file on Github
- handle ABLABELs on most fields
- add formatted name to the yaml template
- show formatted name in contact details
- make it possible to sort by and display formatted name in linstings
- remove the khard-runner.py helper script
- validate the config file upon loading it
- internal code refactoring
Update ruby-sprockets to 4.0.0.
* pkgsr change: Add "USE_LANGUAGES= # none".
## 4.0.0
- Fixes for Ruby 2.7 keyword arguments warnings [#625](https://github.com/rails/sprockets/pull/625)
- Manifest files are sorted alphabetically [#626](https://github.com/rails/sprockets/pull/626)
## 4.0.0.beta10
- Fix YACB (Yet Another Caching Bug) [Fix broken expansion of asset link paths](https://github.com/rails/sprockets/pull/614)
## 4.0.0.beta9
- Minimum Ruby version for Sprockets 4 is now 2.5+ which matches minimum ruby verision of Rails [#604]
- Fix threading bug introduced in Sprockets 4 [#603]
- Warn when two potential manifest files exist. [#560]
## 4.0.0.beta8
- Security release for [CVE-2018-3760](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3760)
## 4.0.0.beta7
- Fix a year long bug that caused `Sprockets::FileNotFound` errors when the asset was present [#547]
- Raise an error when two assets such as foo.js and foo.js.erb would produce the same output artifact (foo.js) [#549#530]
- Process `*.jst.eco.erb` files with ERBProcessor
## 4.0.0.beta6
- Fix source map line offsets [#515]
- Return a `400 Bad Request` when the path encoding is invalid. [#514]
## 4.0.0.beta5
- Reduce string allocations
- Source map metadata uses compressed form specified by the [source map v3 spec](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k). [#402] **[BREAKING]**
- Generate [index maps](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt) when decoding source maps isn't necessary. [#402]
- Remove fingerprints from source map files. [#402]
## 4.0.0.beta4
- Changing the version now busts the digest of all assets [#404]
- Exporter interface added [#386]
- Using ENV vars in templates will recompile templates when the env vars change. [#365]
- Source maps for imported sass files with sassc is now fixed [#391]
- Load paths now in error messages [#322]
- Cache key added to babel processor [#387]
- `Environment#find_asset!` can now be used to raise an exception when asset could not be found [#379]
## 4.0.0.beta3
- Source Map fixes [#255] [#367]
- Performance improvements
## 4.0.0.beta2
- Fix load_paths on Sass processors [#223]
## 4.0.0.beta1
- Initial release of Sprockets 4
Please upgrade to the latest Sprockets 3 version before upgrading to Sprockets 4. Check the 3.x branch for previous changes https://github.com/rails/sprockets/blob/3.x/CHANGELOG.md.
Update ruby-slop to 4.7.0.
pkgsr change: Add "USE_LANGUAGES= # none".
v4.7.0 (2019-06-29)
-------------------
Features:
* Add `Slop::Result#fetch`. It returns the value of given option, or raises an error if given option is not present. [#232](https://github.com/leejarvis/slop/pull/232) ([Giovanni Benussi](https://github.com/giovannibenussi))
* Adding a separator without passing any arguments now creates a separator with the empty string. [#238](https://github.com/leejarvis/slop/pull/238) ([Teemu Matilainen](https://github.com/tmatilai))
Bug fixes
* Ensure non-string option types have their flags consumed properly [#241] (Sutou Kouhei)
Changelog:
6.3.3.2:
Bugs fixed compared to 6.3.3 rc1:
tdf#40534 slide tearing or not shown in LARGE screens (high resolution) with hardware acceleration enabled (a buffer issue per comment 58) [Jan-Marek Glogowski]
tdf#128076 FILEOPEN DOCX Field name does not appear [Xisco Fauli]
tdf#128138 infinite loop searching for hyphen and hyphenation attribute [Michael Stahl]
tdf#128140 Formula pick window changing width every time you pick different formula [Caolán McNamara]
tdf#128188 Same numbering the first page when insert section [Michael Stahl]
tdf#128232 Crash when trying to delete unused User Field [Julien Nabet]
6.3.3.1:
Bugs fixed compared to 6.3.2 (rc2):
cid#1448425 resource leak (sc/htmlprovider) [Julien Nabet]
tdf#76324 CALC becomes very slow with 5000+ comments [Noel Grandin]
tdf#83618 SIDEBAR: Paragraph dialog and SideBar Paragraph Content Panel -- using different source for their Line spacing values [Jim Raykowski]
tdf#90429 ooo2gd crashes LibreOffice immediately [Stephan Bergmann]
tdf#92845 changing value in Tools-Options-LibreOffice Writer-Comparison is not persistent after restart [Gabor Kelemen]
tdf#94765 FILEOPEN: SVG: URL fails is the reference is not in the mapper (gradients/patterns) ( see comment 17 ) [Xisco Fauli]
tdf#98844 SUM function does not take into account precision as shown for ranges with numbers only (comment #7). [Eike Rathke]
tdf#99602 FILESAVE: subscript in character style not converted into docx [Justin Luth]
tdf#104167 FILEOPEN: DOCX: 3 pages are merged into 1 [Miklos Vajna]
tdf#105330 The text cursor will disappear when undoing creating a table in a table (nested) [Miklos Vajna]
tdf#107784 FILEOPEN: DOCX: Citation incorrectly displayed [Xisco Faulí, Xisco Fauli]
tdf#109158 slower loading of a huge AutoCorrect replacement table [Noel Grandin]
tdf#116234 If you enter email settings during the mailing process, the sending will fail [Michael Weghorn]
tdf#117988 FILEOPEN An empty line is too tall in the attached DOCX [Justin Luth]
tdf#120209 crash while changing language of formula to english [Caolán McNamara]
tdf#120945 FIREBIRD: Relationship of tables isn't recognized by formwizard [Julien Nabet]
tdf#121663 FILEOPEN DOCX Line Numbers and text created with Word have lower distance [László Németh]
tdf#122011 Support for referring to tables from external files [Eike Rathke]
tdf#122487 Wrong Naming of Drawing Objects [Caolán McNamara]
tdf#124377 Make better bitmap export quality to PDF for Redaction [Aron Budea]
tdf#124391 Doubled global menu in 6.2.2 with GTK VCL [Samuel Mehrbrodt]
tdf#124600 FILEOPEN DOCX: Wrong textbox alignment and spacing [Miklos Vajna]
tdf#124601 FILEOPEN DOC: Wrong position of graphics in table [Miklos Vajna]
tdf#125368 Add Karasa Jaga SVG Icons [rizmut]
tdf#125461 Start Center: Some file previews are black ( ie. xlsx files ) (gen/gtk2) [Caolán McNamara]
tdf#125585 Filesave: OLE objects corruption and missing (per Comment 12) - repair damaged documents with fixed LO per Comment 25 [Regina Henschel]
tdf#126078 global Autotext in German 'mfg' - missing space [brinzing]
tdf#126184 UI 5.x Curved connectors path messed up when passed to 6.x [Michael Weghorn]
tdf#126321 Writer Tabbed: Blinking Page Size contents [Xisco Fauli]
tdf#126781 size of conditional formatting window prevents text to be changed (right end unreachable) [Caolán McNamara]
tdf#126833 A table row is wrongly formatted when inserting a new row) after a table insert undo/redo [Jim Raykowski]
tdf#126852 MYSQL/MariaDB native connector: Column Type "TEXT" is reported as "VARCHAR" [Tamas Bunth]
tdf#126935 Spell Check Dialog: Area containing context of error no longer accessible to screen readers [Caolán McNamara]
tdf#127030 Classical shapes with text loose their height on roundtrip with pptx [Balazs Varga]
tdf#127033 Font in Spelling and Grammar Check of Writer [Caolán McNamara]
tdf#127069 File>Save: file group is replaced by owner (chown) [Miklos Vajna]
tdf#127218 Manage Changes Dialog Too Big (Wide), Cannot Be Resized To A Smaller Size [Caolán McNamara]
tdf#127235 Layout loop in a specific document keeps adding pages indefinitely [Patrick Jaap]
tdf#127262 Cell range selection in data validity function doesn't work any more [Caolán McNamara]
tdf#127306 CRASH: Closing LibreOffice after deleting a chart [Samuel Mehrbrodt]
tdf#127316 FILESAVE: DOC/X automatic sized subscript exported as huge number [Justin Luth]
tdf#127317 Make text of tips of the day selectable [Heiko Tietze]
tdf#127326 UI: First Page icon in Calc's page preview toolbar looks different than last page icon [rizmut]
tdf#127372 PPTX: Shape's background transparency changes during RT [Tamás Zolnai]
tdf#127409 Mail merge prints wrong pages when option to print blank pages is only set in doc [Michael Weghorn]
tdf#127410 Mail merge only correctly uses "Print empty pages" if doc is unmodified [Michael Weghorn]
tdf#127411 Broken mouse status in Impress status bar [Noel Grandin]
tdf#127415 Icons for new extended track changes command [rizmut]
tdf#127416 [FORMATTING] Can't use Icon set in Conditional Formatting [Caolán McNamara]
tdf#127422 FILEOPEN DOCX: Text layout goes messy when in a table [Mark Hung]
tdf#127446 FILEOPEN DOC: Image ratio changes [Miklos Vajna]
tdf#127448 EDITING Chart axis labels become distorted, first and last tickmarks become too long [Balazs Varga]
tdf#127450 Impress crashes by changing the symbol of a bulleted list (GTK crash with 3.18, no crash 3.22) [Caolán McNamara]
tdf#127461 data provider crashes LibreOffice when clicking "Apply Changes" [Julien Nabet]
tdf#127529 Vertical text boxes do not present when playing slide show (gtk3) [Caolán McNamara]
tdf#127546 Calc Crashes if I click in to the Range-select fied of the 'Define Label Range' dialog (gen) [Caolán McNamara]
tdf#127645 LibreOffice Crashes or Freezes, if an Update of an Extension is Available [Caolán McNamara]
tdf#127646 GTK3 crash when create new macro [Caolán McNamara]
tdf#127652 After deleting some text the LibreOffice Writer crash [Michael Stahl]
tdf#127657 FIREBIRD: Query input parameter throws error when referred field is integer [Julien Nabet]
tdf#127676 Sidebar Properties deck 'Width' listbox for line or arrow flickers with default GDI rendering [Xisco Fauli]
tdf#127682 New Print dialog: Crash selecting (*) Even/Odd Pages with a 1 page document [Caolán McNamara]
tdf#127695 CRASH: Inserting textbox in a particular document [Caolán McNamara]
tdf#127701 Zoom factor percentage calculating fault [Noel Grandin]
tdf#12 hangs for a few seconds clicking on the title/subtitle textboxes (ca-ES-valencia) [Eike Rathke]
tdf#127825 DOCX Textboxes incorrectly positioned on page [Miklos Vajna]
tdf#127840 date field changed to +/- 31 [Laurent BP]
tdf#127862 FILEOPEN: cument properties (gtk3 3.18) [Caolán McNamara]
tdf#127887 Cell references off by 256 when importing wk1 Lotus 1-2-3 spreadsheet [Eike Rathke]
tdf#127896 "Exchange database" leads to crash (non-gtk3) [Caolán McNamara]
tdf#127913 CRASH: apply popart filter to an image [Noel Grandin]
tdf#127958 Crash in: mergedlo.dll (adding 2 or more ODT files into Writer master document) [Noel Grandin]
tdf#128013 Crash when linking an odp file [Julien Nabet]
Full changelog is unknown.
Switch from qt4 to qt5.
CHANGELOG
=========
Release notes View Your Mind - vym 2.6.0
This version is mainly a bugfix release and the port to Mac OS X and Windows. Over the past years several attempts have been made by various developers to port vym to windows, finally with a new day time job I got access to a windows machine and filled the missing parts with code.
While vym has more than 150 automatic tests now, I certainly will have overlooked some bugs, especially I couldn't test all windows versions out there.
Feel free to report any bugs or feature requests on https://sourceforge.net/projects/vym/
Thanks for using vym!
Uwe Drechsel - September 2016
Feature overview
Mac OS X support
Native support on Mac
Windows support
Native support on Windows
Using 7z for compression of map data (not included, please refer to http://www.7-zip.org/
check, if 7z is available for unzipping
Features shared on all platforms
Online check for release notes
Online check for updates
Free positioning of branches (experimental)
Display information on why allowing downloads is useful
Shortcut to restore last session
Improve ASCII export
Regulary check for updates
Check online for release notes
Use QTextBrowser for clickable URLs in ShowTextDialog
Added updated translation by Pavel Fric
Notes:
Some configuration settings have been moved within with the settings file from /mainwindow to /system
/mainwindow/readerURL /mainwindow/readerPDF /mainwindow/autosave/ /mainwindow/writeBackupFile /mainwindow/printerName /mainwindow/printerFormat /mainwindow/printerFileName
The location of the settings file depends on your platform: On windows it's in the registry, on Linux it is $HOME/.config/InSilmaril/vym.conf
Detailed list of features
Consider position of a branch in subtree when calculating priorities
Lockfiles to improve multi-user suupor
Set number of shown parents also for find results
Set default map author for new maps
Retrieve OS information using This allows QSysInfo::prettyProductName to be used. (using Qt 5.4 on windows now)
File dialog to select 7z on windows
Added window with debug info
Greek translation by Yannis Kaskamanidis
Sort context menus of targets lexically
Wordwrap heading in task editor
Filter for new tasks in taskeditor
Improved handling of exports
Export map as text with tasks appended in extra list (experimental)
Internal fileformat changed to better support embedded HTML: Using CDATA and VymText instead of VymNote
set keyboard focus to note/heading editor when opening it
Leave TextEditor with Esc
Display update information from vym server
Bugfixes
Bottomline of branch 'jumping' by one pixel when moving
Font in shortcuts window
Update taskeditor after relinking branches
Set map properties editor to readonly, if map is readonly
In NoteEditor alignment only changed first line
for - No undo after deleteAll in TextEditors (2fb0f43b)
Workaround for missing translation( On windows locale is set to en-US instead of en_US...)
Don't try to unzip .mm files (FreeMind)
Renamed .ts files: This allows QTranslator to also find e.g. en.qm when looking for en_US.qm
Use en_US.UTF-8 on Linux
Language detection
Removed KDE4 support
No undo after deleteAll in TextEditors
#70 Export to LibreOffice Impress
Removed unused code on windows
Do not silently ignore failed exports, e.g. if file exists
Do not silently ignore failed exports, e.g. if file exists
Missing borders in image exports
Shortcut to save map
vymLinks with relative paths were not always detected correctly
Installation on Mac
Free positioning (experimental)
Changed vymBaseDir on Mac OSX
Find demos and pdf documentation on Mac OSX
Find translations in correct vymBaseDir on Mac OSX
Imports of MM and directory
setMapChanged when moving control points of XLinks
Toggle RichText with Alt + Shift + R
set focus back to mapeditor when pressing Escape-Key
#80 Localise Qt strings and introduce -locale option
83 Don't install docs in 'make install'
#76 Wrong icon in documentation
#82 Again. don't copy lang/
#82 Copy only .qm in generation of Makefile
#80 Localise Qt strings and introduce -locale option
83 Don't install docs in 'make install'
#76 Wrong icon in documentation
Copy contents of lang/ again in make install
#79 FTBFS with GCC 6: no matching function
Switch to just loaded map
Focus on MapEditor when starting to edit branch
Focus on MapEditor when starting to edit branch
Enter pipe-symbol in NoteEditor #78
save scope of inherited editors
Don't change map when just reselecting a branch with a note
Visible tasks in taskeditor for new map
Update recent maps menu after loading of map
Empty window with update information on startup
Don't allow changing flags or use of Page/Cursor keys during editing of heading
LibreOffice Export
Segfault when exiting vym
No confirmation dialog, when closing tab of modified map
Set color of new timestamp
Update session filelist correctly
MS VS2013 compiler has nested if limit - work around by Darren Lissimore
Wrong domain in cookie handling set
Save colors during edit of heading
Copy color of parent branch to new branch
VymText can contain "]]>" in CDATA now
Drag & Drop of URLs
Wrong positioning of moved branches before mouse button is released
RichText headings in ToC of HTML export
Detect richText heading in saved maps from version < 2.5.0
Detect richText note in saved maps from version < 2.5.0
Use zip format when saving with 7z: compatibility e.g.i between Windows and Linux
Refactoring parser to enable both double and single quotes
Undo/redo setHeading
vt symbol in TreeEditor
2016-11-09 : zyGrib Version 8.0.1
Bug fixed: inverted sea current arrows (one more time).
There was a problem with some dll in the Windows archive of the previous
version.
2016-11-08 : zyGrib Version 8.0.0
Read GRIB 2 files.
Bug fixed: inverted sea current arrows.
Display equivalent potential temperature théta-e at the surface and in
altitude (calculated from the temperature, pressure and moisture if it
is not present in the file).
Faster calculation of the level lines.
Ability to interrupt before the opening of a large file.
Use QT version 5.
Use g2clib NOAA's g2clib library for decoding the GRIB2 format.
Switch from qt4 to qt5. Remove the qt4 option.
CHANGELOG
=========
BibleTime 2.11.2
The BibleTime team is proud to announce the immediate availability of BibleTime version 2.11.2 which is the second bugfix release in the stable 2.11 series of BibleTime.
All users of BibleTime are encouraged to upgrade, especially users still using BibleTime version 2.10 or earlier.
Notable changes since 2.11.1:
Updated translations.
Improved compatibility with Qt 5.11 (including bug #140)
Fixed crash when clicking on "full syntax" (bug #134)
Fixed Mag not always working with Hebrew / Strongs (bug #132)
Fixed BibleTime startup on some versions of Windows (bug #119)
Fixed Bookshelf Wizard buttons not being translated (bug #131)
Fixed application icon directory to match the FreeDesktop standard
Fixed bug which prevented installing of works (bug #124)
BibleTime 2.11.1
The BibleTime team is proud to announce the immediate availability of BibleTime version 2.11.1 which is the first bugfix release in the stable 2.11 series of BibleTime.
All users of BibleTime are encouraged to upgrade, especially users still using BibleTime version 2.10 or earlier.
Notable changes since 2.11.0:
Enhanced packaging for Windows.
Enhanced some error messages.
Updated translations. Thanks to all translators!.
Improved build-time detection of Qt WebEngine.
Fixed crash with Qt 5.9 (workaround for QTBUG-61213).
Fixed apocryphal books not being properly displayed (#12).
Fixed paragraphs being displayed incorrectly (#37).
Fixed some greek dictionary modules not working in mag (#52).
Fixed windows not starting on some Windows 7 computers (#90).
Fixed a bug which hindered changing to second tab in Tabbed view (#91)
Fixed Qt "More Info..." tab being blank (#92)
Fixed crash when closing module display window with Qt 5.8 (#94)
Fixed images not being displayed (#95).
Fixed reloading of "All Text Windows" shortcuts not working (#102).
Fixed problem with Save - Yes/No dialog and editing a Personal commentary (#105).
BibleTime 2.11.0
Thanks to the great mercy of our Savior and Lord, king Jesus Christ, the BibleTime team is yet again pleased to announce the immediate availability of BibleTime version 2.11.0, which is the first full release in the the stable 2.11 series of BibleTime.
All users of BibleTime are encouraged to upgrade, including users of the BibleTime version 2.10 series.
Notable changes since the 2.10 series:
Redesigned bookshelf manager
Many bugfixes and optimizations
Build requirements changes:
A C++11 compiler is now required
Qt 5 or later is now required
xml-po is no longer required
BibleTime 2.11 RC 2
The BibleTime team is proud to announce the immediate availability of BibleTime version 2.11 RC 2, which is the second release candidate in the stable 2.11 series of BibleTime, with a number of bugs fixed since RC 1.
Notable changes since the 2.10 series:
Many bugfixes and optimizations
Redesigned bookshelf manager
Build requirements changes:
A C++11 compiler is now required
Qt 5 or later is now required
xml-po is no longer required
BibleTime 2.11 RC 1
The BibleTime team is proud to announce the immediate availability of BibleTime version 2.11_rc1,
which is the first release candidate in the stable 2.11 series of BibleTime.
Notable changes since the 2.10 series:
Many bug fixes and optimizations
Redesigned bookshelf manager
Build requirements changes:
A C++11 compiler is now required
Qt 5 or later is now required
xml-po is no longer required
BibleTime 2.11 beta 1
The BibleTime team is proud to announce the immediate availability of BibleTime version 2.11_beta1,
which is the first (and only) beta release in the stable 2.11 series of BibleTime.
Notable changes since the 2.10 series:
Many bug fixes and optimizations
Redesigned bookshelf manager
Build requirements changes:
A C++11 compiler is now required
Qt 5 or later is now required
xml-po is no longer required
Full changelog is unknown.
CHANGELOG
=========
1.8.0
I would like to take this chance to announce the immediate availability of
SWORD release 1.8.0. I know this release has been a long time in coming,
but the long time comes with lots of benefits for users, developers, and
maintainers. The benefits to users and developers are mentioned elsewhere,
throughout the code and other places. The main benefit to maintainers is
that, now, there are automated tests in place and the release process is
now automated. This means that future releases on that 1.8 branch can be
easily executed whenever needed. Have a Merry Christmas, everyone! And keep
your eyes open for a 1.8.1 in the not too distant future to fix up
buildings in the binding code. Otherwise, you can get the code you're
looking for below:
MD5: 095dbd723738c2a232c85685a11827a8 sword-1.8.0.tar.gz
SHA512: c45f3135255322a77e955297997db2529f31b397c42cc4b9474dc6ec8d329b2233b292078979de5fbf33cad4a1a607aabb66f86501072a729d68e9fc840c8c8e
sword-1.8.0.tar.gz
URL: sword-1.8.0.tar.gz
--Greg
v3.6.0
------
* Allow passing a custom configuration file with the ``--config/-c`` option.
* Cached list metadata is now invalidated when it has changed on-disk.
* Support for click < 6.0 has been dropped (it wasn't actually working
perfectly any more anyway). Click 7.x is the only currently supported
version.
* ``click-repl`` is now listed as an optional dependency. It is required for
the ``todo repl`` command.
* Add the ``default_priority`` config setting.
Changelog:
Bugs fixed compared to 6.3.1 rc1:
tdf#126935 Spell Check Dialog: Area containing context of error no longer accessible to screen readers [Caolán McNamara]
tdf#127343 When creating a query in design view using MySQL, the Add Tables dialog only displays tables from, and allows interaction with, the first alphabetically sorted schema [Caolán McNamara]
Bugs fixed compared to 6.3.1 (rc2):
rhbz#1648281 [libreoffice][fix available] Junk character gets added when some emojis are inserted. [Caolán McNamara]
rhbz#1691287 LibreOffice does not prompt for printer authentication [Caolán McNamara]
tdf#93998 Image background missing on dialog [Miklos Vajna]
tdf#98130 after upgrade from LO 4.4.7.2 to 5.0.5.2, clicking on checkboxes in a Base grid table form is inconsistent [Miklos Vajna]
tdf#103345 FILEOPEN: Non-English numbering characters "①, ②, ③", "α, β, γ" are converted to digits (1,2,3) [Samuel Mehrbrodt]
tdf#103988 FILESAVE: DOCX with X Y Bubble chart corrupted after roundtrip, cannot open in MSO [Balazs Varga]
tdf#107394 Cell size change during paste not undone with undo if pasted as HTML [Miklos Vajna]
tdf#107776 Saving and opening document looses graphics positions [Miklos Vajna]
tdf#114657 FILESAVE: Data table (from copied chart) with empty row exported incorrectly to XLSX (Data Labels missing and X-Values wrong) -see Comment 6 [Balazs Varga]
tdf#118169 FILESAVE DOCX ActiveX form control saved incorrectly with Hungarian accented letters [Tamás Zolnai]
tdf#118710 Report Builder Character Settings dialog Highlighting tab page doesn't set background [Tamás Zolnai]
tdf#118809 Firebird: XDatabaseMetaData implementation returns NULL strings for DatabaseProductName and DatabaseProductVersion [Julien Nabet]
tdf#119809 FILESAVE DOCX The combo box ActiveX control is lost in LibreOffice Writer [Tamás Zolnai]
tdf#121983 libpixman-1.so.0 not found when LO is built with internal cairo [Michael Stahl]
tdf#122110 FILESAVE XLSX, One of the cell changes its textcolor to blue for no apparent reason. [Eike Rathke]
tdf#122355 HELP button in Format Cells no longer opens help on Format Cells (it opens top of Help) [Caolán McNamara]
tdf#124083 Import filter issue with DOCX with embedded graph in decimal precision of x-axis values [Balazs Varga]
tdf#125088 Default buttons have the wrong text color on macOS [Xisco Faulí]
tdf#125340 CRASH: closing LibreOffice while migration dialog is open ( GTK3 ) [Caolán McNamara]
tdf#125610 More Characters button is unreadable on macOS [Xisco Faulí]
tdf#126007 "Help" button in "AutoCorrect" dialog doesn't open relevant help entry [Caolán McNamara]
tdf#126042 Title and extension version number are mangled together in extension dialog [Caolán McNamara]
tdf#126560 KDE-integration (Plasma 5): shifting/inserting rows with Alt+Shift not working correctly [Jan-Marek Glogowski]
tdf#126656 Modifying one outline level with slide scope selected changes layout for all the outline levels [Gülşah Köse]
tdf#126663 XLSX: LibreOffice is freezed when I try open Style list in Sidebar [Noel Grandin]
tdf#126693 I cannot create custom categories for captions [Caolán McNamara]
tdf#126746 Closed shape cap style, losed after export to pptx [Bartosz Kosiorek]
tdf#126784 Writer change not selected columns width [Justin Luth]
tdf#126787 Setting borders on character format become paragraph format [Mike Kaganski]
tdf#126792 DOCX legacy drop-downs are only supposed to hold 25 items [Tamás Zolnai]
tdf#126911 Calc: Structure box and/of Structure tab in Function Wizard is very narrow [Caolán McNamara]
tdf#126951 crash in custom slide show [Caolán McNamara]
tdf#127003 Calc: Page Formatting: Header & Footer: cant insert field into proper position [Caolán McNamara]
tdf#127029 gtk3: empty spinbuttons don't stay empty when the notebook gets split [Caolán McNamara]
tdf#127048 Macro warning dialog is prompted in a file with no macro [Caolán McNamara]
tdf#127085 PPTX: FILESAVE: Transparency is lost after RT [Tamás Zolnai]
tdf#127092 MariaDB/MySQL native connector: Import tables creates empty table [Tamas Bunth]
tdf#127093 MariaDB/MySQL native connector: Import of Autovalue from HSQLDB sets '0' to '1' [Tamas Bunth]
tdf#127110 Vesion 6.3.0.4 not saving .xlsx files correctly [László Németh]
tdf#127120 Double selecting of level in list in B&N dialog in Writer (gen) [Caolán McNamara]
tdf#127168 "Ranges containing merged cells…" modal dialog underlays Autofilter pull-down [Caolán McNamara]
tdf#127180 Firebird: propose migration + Firebird by default only in experimental [Julien Nabet]
tdf#127189 Editing a particular math formula using underbrace / overbrace destroys the UI under GTK3 [Caolán McNamara]
tdf#127240 installer text not fully visible [Roman Kuznetsov]
tdf#127304 EDITING Horizontal multilevel axis labels all get the same vertical rotation [Balazs Varga]
tdf#127357 Mail merge's "Select address list" dialog is no longer modal (except on gtk3) [Michael Weghorn]
Version 4.7.0 (02/10/2019)
* Add support for SGR (1006) mouse mode
* Add support for OSC 11
* Update Unicode ambiguous and wide tables to 12.1.0
* Fixes:
- cross-compilation support (bug #43223)
- a lot of manpage fixes and cleanups
This is a Linux binary of a test version of a text editor, last
updated in 2006, which does not fetch.
Newer versions are available, so someone can re-add it if interested.
Changes from 1.49:
In the test suite, run the tests in parallel to reduce the run time.
Downloads can now be interrupted using SIGINT (control-C).
On NetBSD, invoke makefs using its absolute path /usr/sbin/makefs
as /usr/sbin may not be in PATH.
Add support for Python 3.
When using qemu from pkgsrc, log the exact pkgsrc version of qemu and
glib2, including any nb suffix.
libcec (4.0.4.1~#DIST#) #DIST#; urgency=medium
* fixed: only prevent TV polls when a Samsung TV is detected instead of
suppressing all logical addresses. issue #424#444
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 21 Dec 2018 22:34:14 +0100
libcec (4.0.3.1~#DIST#) #DIST#; urgency=medium
* fixed:
* detect debian based distros properly when installing python. closes#314
* don't filter out broadcast in HandleDeviceVendorCommandWithId(). issue
#309
* send an active source message when a routing change has been received with
libCEC's address as new route and no active source message has been sent
yet. issue #309#205#233
* vs2015 c++ redistributables
* fix missing tinfo linking in cec-client. #341
* set wrong variable. #343#352
* LG - don't activate the source when receiving vendor command 0xB. #344
* LG TV always changing input when turned on #307
* Fix menu language string. #360
* correct python lib path for python 2.7+/3+. #356
* Fix build if tinfo library is not present. #398
* disable autonomous mode when a Samsung TV is connected. Samsung 2017+ TVs
will power on randomly (Samsung bug). don't poll the TV. #424
* CRPiCECAdapterMessageQueue::Write() accessed the queue without locking.
#423
* use sig_atomic_t for shared object between sig handler and main. #425
* python 3.5+ import. #356
* TDA995x: Fix logical address readback. #303
* TDA995x: Handle physical address change, optimize logical address setup.
#303
* Pulse-Eight USB CEC adapter detection on macOS Mojave. #434
* Fix broken Python version check and failure to build on cmake < 3.7. #409
* 13 char device name got truncated
* changed:
* log a warning when we detect that RPi's CEC service is used by something
else, blocking libCEC. issue #191
* const IAdapterCommunication::GetLogicalAddresses(), making the mutex
mutable for now without changing the platform lib. closes#259
* Add a Reinitialze action. Useful for after the device has been powered
down. #299
* Panasonic media control info to the readme
* detect WIN64 in cmake automatically. #322
* README.developers.md. #330
* instructions for hdmi_force_hotplug=1 on the pi
* eventghost plugin install/create. #375
* Include C version of libCEC loader when installing. #397
* Explicitly use python3 in pyCecClient. #433
* build with vs 2015
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Thu, 8 Nov 2018 18:05:36 +0100
libcec (4.0.2.1~#DIST#) #DIST#; urgency=medium
* fixed:
* windows: device detection. credits: @Portisch
* don't automatically assume that an AVR is active in some situations
* don't take Panasonic's vendor id when emulating an AVR
* drm EDID parser not compiled in. credits @gdachs
* python: have Swig generate Python threading support
* python: only pass unsigned
* python: allow empty callback parameters
* python: install demo app as executable
* python: correct install path. credits @Lo0k @mkreisl. #284#288#289#291
* python: possible crash when passing an invalid callback
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Mon, 23 Jan 2017 16:28:00 +0100
libcec (4.0.1.1~#DIST#) #DIST#; urgency=medium
* fixed:
* TransmitVolumeDown to use CEC_USER_CONTROL_CODE_VOLUME_DOWN. credits:
@michaelarnauts
* HAVE_AOCEC_API missing in if in AdapterFactory. credits: @gdachs
* env.h had 'ON' instead of '1' for some values
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 3 Jan 2017 19:12:00 +0100
libcec (4.0.0.3~#DIST#) #DIST#; urgency=medium
* fixed:
* headers weren't installed after package name changes
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 14 Nov 2016 10:15:00 +0100
libcec (4.0.0.2~#DIST#) #DIST#; urgency=medium
* changed:
* updated readme files
* renamed 'libcec-dev' to 'libcec4-dev'
* fixed:
* removed debian Replaces/Provides/Conflicts
* crash in drm edid code. credits: @zivillian
* compilation with -DHAVE_AOCEC_API=1
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 7 Nov 2016 22:43:00 +0100
libcec (4.0.0.1~#DIST#) #DIST#; urgency=medium
* API cleaned up for v4
* changed:
* signature for GetDeviceMenuLanguage() changed
* signature for GetDeviceOSDName() changed
* signature for libcec_get_device_menu_language() changed
* signature for get_device_osd_name() changed
* cec_datapacket size reduced to 16 bytes
* callbacks changed to pass pointers instead of copies
* obsolete entries removed from libcec_configuration
* removed deprecated FindAdapters() and MuteAudio()
* send volume change commands to the TV if no audio system is present. Only
some TVs support this. closes#223
* added:
* bAutoWakeAVR entry in libcec_configuration, which controls whether to
automatically power on the avr or not when the source is activated. issue
#156
* iDoubleTapTimeoutMs replacing iDoubleTapTimeout50Ms. time is now in
milliseconds
* new AO CEC adapter. credits: @gdachs
* fixed:
* compilation with full debugging enabled
* handling of LG vendor command 0x0B. Issue #256. Credits @Vollstrecker
* return value wasn't checked correctly in CLibCEC::RegisterClient()
* Raspberry Pi fixes for issues #252 and #191
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 26 Oct 2016 18:08:00 +0100
libcec (3.2.0.1~#DIST#) #DIST#; urgency=medium
* Slit up repositories for libCEC and .Net utilities.
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Wed, 19 Oct 2016 16:57:00 +0100
libcec (3.1.0.1~#DIST#) #DIST#; urgency=medium
* changed / added:
* bump platform lib (windows)
* use a template that can be used by scripts for the changelog
* make released key polling wait for exact time until key gets released.
credits @popcornmix
* keep track of time since initial button press and last button update
credits @popcornmix
* support repeating button presses with configurable repeat rate. credits
@popcornmix
* pass through duration on all button repeats. credits @popcornmix
* updated README.md
* moved the buffer in CDRMEdidParser::GetPhysicalAddress() from the stack
to heap
* added #include to make the IDE happy. not actually used when compiling
* clean up device detection code a bit and replace winapi calls with
CM_* calls. issue #130
* replaced lockdev by flock. closes#141
* use a single number as major SO version like others. credits @rbalint
* Sharp uses vendor id 0x534850 too. issue #36
* use p8-platform instead of platform
* detect dirty trees
* support for vs2015 to build scripts
* update build scripts for vs2015 and win10uni
* fixed:
* missing version.h when installing on windows
* skip double press removal. It is handled through other means. credits
@popcornmix
* don't generate an invalid env.h when not built with the .git dir present.
closes#112
* fix multi-arch libdir locations. credits @wsnipex
* fix for holding buttons on remotes of Philips TVs. credits @mrgreywater
* initialisation issue found on Raspberry Pi with Buildroot. credits
@elouet
* crash on systems without /sys/class/drm. credits @rbalint
* segfault when an empty EDID blob is passed to
GetPhysicalAddressFromEDID()
* combo key (stop by default) in the EventGhost plugin. fixes#128
* silence compiler warnings
* git-rev.sh script
* clean/fix platform detection
* display a nice error message if LibCecSharp failed to load
* limit the log in cectray to 100k
* open cec-tray minimised if configured. don't open and minimise. issue
#158
* cosmetics: persist -> save
* query commands in eventghost. fixes#160
* eventghost demo config
* don't call PowerOnDevices() if no devices to wake have been configured.
issue #97
* Don't skip checking for Rasperry Pi library (Fixes#166). credits
@kingosticks
* TDA99x check
* disable DRM for FreeBSD
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Wed, 20 Jan 2016 00:37:32 +0100
libcec (3.0.1-1~#DIST#) #DIST#; urgency=low
* changed / added:
* autodetect physical ID from DRM. credits @PoppyPop
* cmake command line options for raspberry pi distributions that don't use
standard system paths for libs for some reason
* convenience methods for compilation on the raspberry pi with non-standard
system directories and cross compilation
* explanation in README.md for Exynos and TDA995x
* don't treat failed acks from the tv as error when sending an active
source message
* compilation info when building libCEC
* build shared libraries by default
* cec-client: 'tx' command parsing
* fixed:
* return code of CCECClient callbacks after async changed. credits: @mk01
* polling addresses on RPi. credits: @mk01
* interruptable Sleep() in RPiCECAdapterMessageQueue
* Exynos support. credits: @YamashitaRen
* XCASE got removed from posix termios in some recent version
* don't return an abort code if sending a response code fails
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 03 Jul 2015 15:19:00 +0200
libcec (3.0.0-2) unstable; urgency=low
* fixed:
* build fixes on non-linux
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 01 May 2015 01:41:00 +0200
libcec (3.0.0-1) unstable; urgency=low
* changed / added:
* initial version of an EventGhost plugin
* Python API added through Swig, based on the C++ API
* switched from autotools to cmake
* added curses support. credits @joao29a
* added cecc-client (testclient for the C api)
* added runtime libCEC loading for C
* updated the C interface to include new features and no longer use a
global library instance
* some AVRs fail to be powered up by the TV when it powers up. power up the
AVR explicitly
* added support for CEC_DEVICE_TYPE_TV (useful for testing)
* compile with c++11
* removed CStdString
* drop 'using namespace std'
* autogenerated version numbers, drop some backwards compat code
* LibCecSharp: added PhysicalAddressToString()
* CecSharpClient: better formatting of the scan command
* fixed:
* Debian packaging cleaned up. Credits @PimentNoir
* fixed Raspberry Pi compilation. Credits @NHellFire
* ignore vendor command with id from pioneer AVRs. bugzid: 3853
* update the vendor id of a device when receiving a vendor command with id
before receiving a vendor id
* XBMC->Kodi rebranding
* don't delete m_client when m_cec hasn't been deleted yet in
CLibCEC::~CLibCEC(). issue #63
* change device types in CCECProcessor::Process(), not directly. issue #63
* use shared_ptr<CPVRClient> instead of passing raw pointers around that
can be unregistered from another thread and crash
* check if the port or device actually changed in CCECClient::SetHDMIPort()
* potential buffer overflow
* fixed setting the physical address at startup when using default settings
* don't call callbacks directly in libCEC, but queue them and process from
a worker thread
* libCEC Tray: crash when retrying to find adapters
* libCEC Tray: don't show the "no device found" warning when resuming
from standby
* libCEC Tray: reconnect to the adapter after resuming from standby
* libCEC Tray: send key presses to the active window when none of the
predefined (wmc/kodi) ones are active
* libCEC Tray: fixed key combinations with the windows key
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 03 Apr 2015 21:13:00 +0200
Changelog:
6.3.1.2
Bugs fixed compared to 6.3.1 rc1:
tdf#118856 Text flickering when highlighting text in about us windows [Miklos Vajna]
tdf#125869 LibreOffice UI freezes (shows not responding) while exporting a pdf [Noel Grandin]
tdf#126254 Help - About is black with Linux gen and gtk2 backend [Caolán McNamara]
tdf#126271 Selecting of control points of curves not working correctly for combined polygons [Regina Henschel]
tdf#126418 Crash in: ScColumn::MergeBlockFrame(SvxBoxItem *,SvxBoxInfoItem *,ScLineFlags &,long,long,bool,short) [Mike Kaganski]
tdf#126693 I cannot create custom categories for captions [Caolán McNamara]
tdf#126781 size of conditional formatting window prevents text to be changed (right end unreachable) [Caolán McNamara]
tdf#126805 Config Tip-Of-The-Day option is shown displaced [Heiko Tietze]
tdf#126819 Can't retrieve the mouse position written in the statusbar [Noel Grandin]
tdf#126830 Icons not showing in menus [Noel Grandin]
tdf#126908 no keyID for some tooltips in table toolbar [Laurent BP]
tdf#126928 FILEOPEN: Multiple external link chain with several calc documents doesn't work properly any more [Eike Rathke]
tdf#126989 Libreoffice v6.3.0.4 hangs - Scan in Writer/ Impress/ Draw/(Calc?) [Mike Kaganski]
tdf#127002 Calc: Page Formatting: Header & Footer: can't move text cursor to proper position. [Caolán McNamara]
tdf#127021 When attempting to insert a 'set variable' field into a document, not all formatting options are available [Caolán McNamara]
6.3.1.1
Bugs fixed compared to 6.3.0 (rc4):
cid#1448222 out-of-bounds read [Caolán McNamara]
cid#1448262 dereference before null check [Caolán McNamara]
tdf#39742 DRAW, IMPRESS: Menu 'Tools-Options-DRAW-Print' settings not respected [Gabor Kelemen]
tdf#42316 Creating a new document from a template removes the signature from all Macros [Jan-Marek Glogowski]
tdf#44786 PRINTING: Draw ignores global print options, forgets print dialog settings [Gabor Kelemen]
tdf#54908 printing when a selection is active should take in account it and activate the "print selection" radio button [Daniel Silva]
tdf#94300 Fill gradients dont work in area content panel of chart sidebar [Katarina Behrens]
tdf#106000 delete/edit comment in context box not an option if comment is escaped without writing anything in it. [Miklos Vajna]
tdf#107975 CRASH: Crash after undo operation (BigPtrArray::Index2Block(unsigned long) [Zdeněk Crhonek]
tdf#110442 EDITING: The image within the selection doesn't disappear after cutting [Michael Stahl]
tdf#112535 FILESAVE: DOC: Image got distorted after RT [Miklos Vajna]
tdf#116085 Cannot start Certificate Manager with GPG4win v3 [Thorsten Behrens]
tdf#117185 Crash when closing the document after a specific undo redo operation (Paste) due to inserted fly anchored at end of last paragraph in body [Michael Stahl]
tdf#118384 Sidebar: Style is not added back to hierarchy after deleting and redoing it [Jim Raykowski]
tdf#121599 (Supress-migration-dialog) [META] Firebird Migration: Suppress migration dialog when embedded HSQLDB not opened interactively [Xisco Fauli]
tdf#122358 Forms: Right and bottom borders of form-controls set to 'FLAT' style not displayed (gtk3) [Caolán McNamara]
tdf#122774 All items in AutoFilter popup menu are not keyboard accessible [Jim Raykowski]
tdf#123099 Creating new "HSQLDB Embedded" database immediately brings up migration-to-Firebird dialog [Xisco Fauli]
tdf#123591 Firebird - Incorrect Pasting of Numeric Data [Xisco Fauli]
tdf#123702 FILEOPEN RTF Size of page margins is different in Word and Writer [László Németh]
tdf#124108 auto-correction of typographic quotation marks and apostrophes broken for fr_CI [Eike Rathke]
tdf#124700 LibO6.2 regression: bad misrendering of metafile [Caolán McNamara]
tdf#125100 EDITING: Insert OLE Object behaves different if new document is generated from template [Ilhan Yesil]
tdf#125483 Changing Locale does not update the label of the separator key [Caolán McNamara]
tdf#125609 radiobutton receives item status changed event after listbox value selection [Justin Luth]
tdf#125628 FORMATTING: Part of text loose yellow highlight reopening document [Tamás Zolnai]
tdf#125923 Numbering and Bullets dialog Revert button closes window instead of reverting changes on Impress [Gülşah Köse]
tdf#126070 New Bullets Dialog - Preview zone not resizable + levels above 6-7 not visible with default zone size [Gülşah Köse]
tdf#126168 Crash in: rtl_uString_acquire: frame style undo redo [Vasily Melenchuk]
tdf#126222 EDITING Writer: After scrolling extra header/footer are shown [Ilhan Yesil]
tdf#126227 Top border not displayed on track changes (gtk3) [Caolán McNamara]
tdf#126309 Opening RTF document with Hebrew RLT (right to left) text is shown with the text written from left to right [Miklos Vajna]
tdf#126460 Wrong rendering with Greyscale TIF with no / transparent background [Caolán McNamara]
tdf#126471 Mail merge ignores preselected printer when printing second time [Michael Weghorn]
tdf#126485 Tabs and indents in numbering and item list were limited to less than 20 pt [Caolán McNamara]
tdf#126511 Delete path to Gallery from graphics list in B&N dialog [Gülşah Köse]
tdf#126544 in DOCX files, some styles's "text direction" appears Right-to-Left or Left-to-Right depending on User Interface Language [Justin Luth]
tdf#126588 EDITING: Firebird: View could be executed, but crashes when trying to save [Noel Grandin]
tdf#126590 FILEOPEN DOCX Absolute links broken in Writer [Tünde Tóth]
tdf#126597 Don't crash Outlook 2016 when sending multiple attachments mail via SimpleMail [Jan-Marek Glogowski]
tdf#126611 XML Form Document: instance Data Navigator isn't shown in toolbar [andreas kainz]
tdf#126626 CRASH: pasting fly at-char selection [Michael Stahl]
tdf#126627 CRASH: undoing redlinehide deletion [Michael Stahl]
tdf#126641 Hyperlink to bookmark in doc[x] file does not work [Mike Kaganski]
tdf#126642 Allow PDF form export with different defaults based on Archive setting [Jan-Marek Glogowski]
tdf#126643 If I select LibreOffice Calc macros Python, an error message box mentions JRE is required. [Mike Kaganski]
tdf#126663 XLSX: LibreOffice is freezed when I try open Style list in Sidebar [Julien Nabet, Noel Grandin]
tdf#126680 Two Finger Horizontal Scroll is Reversed on Linux and macOS [Jan-Marek Glogowski]
tdf#126684 Character Style border attributes UI doesn't show borders or allow change to borders [Mike Kaganski]
tdf#126685 CRASH: selecting all in sheet [Noel Grandin]
tdf#126691 Placement of items in Writer + Undo is 100% broken [Caolán McNamara]
tdf#126708 EMF image lost in command-line conversion from .odt to .doc [Luke Deller]
tdf#126723 FILEOPEN DOCX Numbered list item gets indent setting from next paragraphs footnote [Justin Luth]
tdf#126732 FILEOPEN: Writer crashes on opening Docx file [Caolán McNamara]
tdf#126736 In line dialog, tab "Line Styles", dash length and spacing cannot be larger than 5% [Caolán McNamara]
tdf#126746 Closed shape cap style, losed after export to pptx [Bartosz Kosiorek]
tdf#126748 Intermittent crash exporting a ODS to XLSX [Mike Kaganski]
tdf#126766 FORMATTING -10000 sometimes shows up as .0000 [Eike Rathke]
tdf#126769 Sidebar can't be collapsed clicking on the hide arrow [Samuel Mehrbrodt]
tdf#126790 CRASH: Closing LibreOffice while 'Help is not Installed' dialog is open in extension manager (gen/gtk) [Caolán McNamara]
tdf#126808 UI: Writer crashes opening the style edit window after doing many style edits [Miklos Vajna]
tdf#126844 Find & Replace Dialog no longer permits me to format "Replace" text. (GTK3) [Caolán McNamara]
tdf#126848 Drop-down filter window in Pivot table is flickering when move mouse point on it [Xisco Fauli]
tdf#126859 Custom document properties cannot be accessed in LO 6.3 [Caolán McNamara]
tdf#126889 HELP: Very large images in a page of online help [Olivier Hallot]
tdf#126931 Wrong date formats for Upper Sorbian and Lower Sorbian [Eike Rathke]
tdf#126943 CRASH: Closing LibreOffice while load Styles dialog is open ( gen ) [Caolán McNamara]
tqdm v4.34.0 stable
add leave=None convenience option for leave = position == 0
ensure nested completed bars respect leave=True
ensure nested bars are cleared before being moved up
support both and = syntax for CLI options
misc documentation updates
fix/update tests
update GitHub docker package deployment
Change log:
1.0.3 (13/8/2019)
=====
- make strings translatable (fixes#8716)
- Left-align labels for time settings (bug #6346)
- Add option to hide icon - fixes#12084
- New translations: hy_AM, be, eo
- Many translation updates
Change log:
0.5.1 : 2019/08/13
=====
- Preferences: Improve spacing and layout (bug #14675)
- New translations for be, ku, fi
- Lots of translation updates
ChangeLog:
AnsiWeather 1.14.0 (2019-08-13)
- Add final dots for options descriptions in ansiweather.1
- Stop mentioning that ftp can be used on Mac OS X, as it's apparently
not the case anymore in Mojave
- Remove space before percent sign for humidity display
- Respect freedesktop/XDG spec for configuration (Thanks Ryan Delaney)
OK kamil@
* qt4 option is no longer provided
Changelog:
See: https://wiki.documentfoundation.org/ReleaseNotes/6.3 in detail
* Improve performances
* Improve file load an save performances in Writer
* Improve MS Office file supoort in Calc
* Use tabcompact UI by default
* Use context single mode for Writer and Draw
* Support PDF/A-2 export
* And many improvements and bugfixes
Changelog:
1.4.5
* Support cmigemo too
* Add French translation
* CLean up autotools stuff
1.4.4
* Fix bytecompile errors
* Add a link to MELPA
1.4.3
* Support Emacs 25.2.50.1 or later
* Fix broken howm-list-title
* Suppress password requests for remote files in howm-recentf
* Fix file modes
1.4.2
* Support Emacs 24.3 or later
* Improve performance of howm-list-all
* Fix bytecompile errors by Emacs 24.3.1
* Fix new memo file mode under symlink
* FIx misc bytecompile errors
The canonical form [1] of an R package Makefile includes the
following:
- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
needed), and CATEGORIES.
- HOMEPAGE is not present but defined in math/R/Makefile.extension to
refer to the CRAN web page describing the package. Other relevant
web pages are often linked from there via the URL field.
This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.
[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
Contains many functions useful for data analysis, high-level graphics,
utility operations, functions for computing sample size and power,
importing and annotating datasets, imputing missing values, advanced
table making, variable clustering, character string manipulation,
conversion of R objects to LaTeX and html code, and recoding
variables.
The Gnumeric Team is pleased to announce the availability of goffice
version 0.10.45. This is a bugfix release.
Details of changes by contributor:
Jean
Fix crash in exponential smoothing with invalid y data. [Bug 377].
Fix ring plot center size persistence. [Bug 395].
Morten
Introspection fixes.
Work around gtk-doc bugs.
v0.14.0: 2019-06-21
- Display ABLABELs for URLs and Private Objects
- Allow vcard selections to be aborted explicitly
- Unify edit and source subcommands
- Merge export and show subcommands
- Turn template export into a seperate command
- Require python >= 3.5
- Add html documentation (generated with sphinx)
- Add man page (generated with sphinx)
Changelog:
6.2.5.2
List of fixed bugs
Bugs fixed compared to 6.2.5 rc1:
tdf#121486 Text in Thai for some font go right to left [Khaled Hosny]
tdf#124251 Basic script error after update from LO 6.1.X to LO 6.2.X, when "URI" to open from a hyperlink is vnd.sun.star.script:... [Eike Rathke]
tdf#125660 COMPARE DOCUMENTS: Crash in swlo!SwRedlineData::SetSeqNo [Michael Stahl]
tdf#125670 Crash in: OutputDevice::InitClipRegion on Slide show [Jan-Marek Glogowski]
tdf#125754 Crash swlo!SwAnchoredDrawObject::IsValidPos [Michael Stahl]
tdf#125777 Toolbar icons not displayed in gen [Jan-Marek Glogowski]
tdf#125983 CRASH: Updating link to external files [Noel Grandin]
tdf#126000 Crash deleting template [Noel Grandin]
6.2.5.1
List of fixed bugs
Bugs fixed compared to 6.2.4 (rc2):
rhbz#1712823 libreoffice dies if I try to modify the backgound pattern of some paragraph [Caolán McNamara]
rhbz#1713827 [abrt] libreoffice-core: (anonymous namespace)::signalHandlerFunction(): soffice.bin killed by SIGABRT [Caolán McNamara]
rhbz#1719378 crash in Draw after starting a drag [Caolán McNamara]
tdf#40457 Place captions above tables by default [Caolán McNamara]
tdf#41996 EDITING: Drag and Drop Slides impossible with KDE [Katarina Behrens]
tdf#42873 Videos playback misplaced in Presenter Console display [Mark Hung]
tdf#51023 EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH [Katarina Behrens]
tdf#54819 EDITING: with "track changes" the paragraph following a deleted paragraph changes its style [László Németh]
tdf#56738 Wrong encoding in comments for file edited by Mac OS MS Word [Julien Nabet]
tdf#80853 Calc freezes while filtering large data [Luboš Luňák]
tdf#92079 Basic Dialog image background not set [Miklos Vajna]
tdf#92577 Rendering artifacts on pressing Page Down multiple times on multi-page document [Miklos Vajna]
tdf#96961 Hide whitespace mode: whitespace is hidden even on the last page [Miklos Vajna]
tdf#100836 [PATCH] Proposed update for "Starting the LibreOffice Software With Parameters" help page [Jan-Marek Glogowski]
tdf#100986 Rotated text does not work with on Windows (old layout: Graphite only, new layout:all fonts) [Miklos Vajna]
tdf#101473 [EDITING] Function wizard crashes LibO when evaluating addin that implement XVolatileResult [Eike Rathke]
tdf#103831 Horizontal text scaling doesn't work correctly when OpenGL is enabled on Windows [Miklos Vajna]
tdf#105998 right/bottom borders of export shape to png (etc) missing [Xisco Fauli]
tdf#107487 Unicode ExtB+ chars do not use fallback font correctly in Writer [Mark Hung]
tdf#108687 Form option buttons not reachable with tab key [Justin Luth]
tdf#111522 SdrUndoMoveObj::Undo() Crash When multi windows [Miklos Vajna]
tdf#113241 Options for Number recognition in Writer tables deserve better default: turned on (only functioning when 'Number Recognition' is on!) [Cor Nouws]
tdf#113541 EDITING - Link to external documents is not created correctly - incorrect URL formation when path contains upper case, spaces and '!', '#' or '$' characters [Eike Rathke]
tdf#113714 Flicker when hovering over main menu with default rendering [Miklos Vajna]
tdf#114209 Problems with rendering vertical text in charts - no anti-aliasing when OpenGL is enabled [Miklos Vajna]
tdf#114596 External forms for a database doesn't save data - closing form with dataloss ( see comment 30 ) [Xisco Fauli]
tdf#115032 AutoCaption preference in options dialog should show Above as default position of table captions [Caolán McNamara]
tdf#117347 All labels disappear in Base Form if a selected field is not within visual display area [Miklos Vajna]
tdf#118150 FILEOPEN XLSX Chart width gets compressed [Tamás Zolnai]
tdf#118719 Whitespace is not Hidden in Cases with Page and Column Breaks [Miklos Vajna]
tdf#119109 Embedded table position off after switching from webview to normal view & back [Michael Stahl]
tdf#119856 kde5: Java extension "WollMux" not working properly [Michael Stahl]
tdf#120338 FILEOPEN DOCX The paragraph formatting changes are not undone / freeze LO [Henry Castro]
tdf#120343 Export to PDF opens PDF before the properties have been edited and the PDF is created [Caolán McNamara]
tdf#120423 LibreOffice Base -> can't insert special character in a form [Caolán McNamara]
tdf#120774 kde5: Rearranging Impress slides via drag'n'drop not always working as expected [Katarina Behrens]
tdf#120836 KDE5: LO Calc slow at 'Select all' [Luboš Luňák]
tdf#121241 MacOS: table borders aren't black but grayish ( zoom level < 150% ) [Xisco Fauli]
tdf#122056 kde5: Impress crashes when at presentation end when Orca is enabled [Katarina Behrens]
tdf#122198 The data source connected by "exchange database" is disconnected after the file is closed. [Szymon Kłos]
tdf#122200 kde5: Crash when navigating tree in accerciser (Accessibility Explorer) [Michael Weghorn]
tdf#122538 EDITING Table - Index Design: Index isn't sortable any more [Julien Nabet]
tdf#122668 LibO 6.2.x KDE5 VCL regression: lines not appearing in presentation [Jan-Marek Glogowski]
tdf#122765 Legend interferes with pie chart after pptx import [Tamás Zolnai]
tdf#122789 Writer html image widths messed up when in percentages when opening file [Miklos Vajna]
tdf#123011 KDE5: on wayland the gnome UI is selected [Michael Weghorn]
tdf#123106 FILESAVE PPTX Shape changes its color back to default [Miklos Vajna]
tdf#123460 EDITING DOCX Paragraph move with track changes leaves empty paragraph [László Németh]
tdf#123549 the "close document" button is missing to return to welcome start window [Michael Weghorn, Jan-Marek Glogowski]
tdf#123654 kde5: Writer crashes when text selected on close (Wayland only) [Michael Weghorn]
tdf#123750 KDE5/ Plasma: LO Filedialog isn't showing removable devices [Michael Weghorn]
tdf#123793 Can't step with keyboard to/between favorite special characters on group button [Jim Raykowski]
tdf#123956 KDE5: a text caret does not move inside a preedit area [Jan-Marek Glogowski]
tdf#123957 KDE5: Selected text in preedit area is not shown [Jan-Marek Glogowski]
tdf#124027 LO Impress: Unnecessary grey rectangle on the screen while demonstration (slide with video) [Mark Hung, Katarina Behrens]
tdf#124279 Function wizard structure tab shows inconsistent intermediate results [Katarina Behrens]
tdf#124315 Old "Enter pastes clipboard" can still be executed after inserting current date or time. [Eike Rathke]
tdf#124398 FILEOPEN DOCX Chart is missing from a document with charts and grouped texboxes [Miklos Vajna]
tdf#124467 cannot disable wrap text [Caolán McNamara]
tdf#124484 Impress crashes on slide show using "All displays" [Katarina Behrens]
tdf#124565 FILESAVE: Pasted row height is reset by after saving and reopen [Vasily Melenchuk]
tdf#124594 FILEOPEN DOCX Additional top and bottom margin on shape breaks layout [Miklos Vajna]
tdf#124694 Video passing slide boundaries causes weird zoom in or shift (gtk2/gtk3) [Caolán McNamara]
tdf#124754 FILEOPEN DOCX Hyperlink in text box does not get blue color [Serge Krot]
tdf#124936 Help->About LibreOffice dialog does ]
tdf#125062 Export as PNG with transparency changes shape of objects radically [Xisco Fauli]
tdf#125099 Rounding of durations displayed as wall clock time. [Eike Rathke]
tdf#125104 Changing page numbering to "1st, 2nd, 3rd,..." causes crashesand month of edited dates if the format's DMY order does not match the locale's MDY order and date acceptance patterns match both. [Eike Rathke]
tdf#125128 Option's AutoCaption preference should show Above as default position of table captions (again)able causes freezing in 6.2.x [Caolán McNamara]
tdf#125266 Hang when selecting Read Online Help (GTK2) [Caolán McNamara]
tdf#125267 KDE5: Base 'Database Wizard' open existing database_file fails [Katarina Behrens]
tdf#125271 Inserting this .mp4 file in impress leads to a CRASH [Caolán McNamara]
tdf#125279 Custom properties with "_x005F_" keep growing escapements when roundtripping as OOXML formats [Eike Rathke]
tdf#125281 Fileopen: EMF images in prix-immobilier-friggit.doc shrunk so not correct width [Miklos Vajna]
tdf#125285 NB sd modules wrong usage of ObjectForwardOne, ObjectBackOne [andreas kainz]
tdf#125310 DOCX Change tracking: deleting paragraph end mark inserts a page break [László Németh]
tdf#125324 FILESAVE: DOCX: floating table changes position after RT [Patrick Jaap]
tdf#125346 PPTX export: Shape has wrong fill color comming from theme [Tamás Zolnai]
tdf#125348 autocorrect replacement table default width is increased by long autocorrect entries and you can't resize it [Caolán McNamara]
tdf#125360 PPTX: Shape fill transparency is not exported if the original shape fill is defined with a theme [Tamás Zolnai]
tdf#125371 Calculation in table destroys left alignment [Cor Nouws]
tdf#125381 Index don't appear in management dialog for odb linked to dBase file (in Windows and in Linux with all renderings except gtk3) [Julien Nabet]
tdf#125387 Fit to text checkboxes always disabled (gtk3) [Caolán McNamara]
tdf#125413 Menu is black (gen) [Miklos Vajna]
tdf#125415 Flicker when hovering over submenus with default rendering [Miklos Vajna]
tdf#125447 Tooltip displayed by Redo button changes from 'Redo' to 'Re~do' when the button is sensitive in Draw, Calc and Impress [Caolán McNamara]
tdf#125506 Helplines and snap guides no longer visible on macOS (antialising) [Xisco Fauli]
tdf#125548 When using kde5 vcl, tab first inserts a tab, and then the document loses focus [Jan-Marek Glogowski]
tdf#125550 The color of the menu changes when opening a change tracked DOCX document saved by MS Word (OpenGL) [Miklos Vajna]
tdf#125556 FILEOPEN: URL fragment leaked from one object to another when importing Powerpoint ppt file [Noel Grandin]
tdf#125576 Empty recent characters in special characters dialog for bullet customization. [Tamás Zolnai]
tdf#125578 Safari sandboxing on macOS 10.14 blocks opening help [Christian Lohmaier]
tdf#125591 FILEOPEN: DOC: performance regression opening a file with EMF images [Miklos Vajna]
tdf#125609 radiobutton receives item status changed event after listbox value selection [Justin Luth]
tdf#125624 CRASH working with file with lots of hints [Mike Kaganski]
tdf#125673 KDE5: Calc sheet tab's context menu has unexpected highlighting [Jan-Marek Glogowski]
tdf#125685 crash in layout after paste on particular document [Michael Stahl]
tdf#125692 kde5: Impress crashes when closing after using presentation minimizer [Jan-Marek Glogowski]
tdf#125761 Assert when opening paragraph dialog (gtk3 only) [Caolán McNamara]
tdf#125808 A pivot table cannot be created from a registered data source [Caolán McNamara]
tdf#125821 Crash on insertion of video [Jan-Marek Glogowski]
tdf#125840 Crash when trying to customize Base Data View toolbar [Muhammet Kara]
tdf#125875 UI: in the dlg Insert Hyperlink it is impossible to select the target (Internet/Mail/Document..) by keyboard [Caolán McNamara]
tdf#125878 Dates imported incorrectly from dbf file [Eike Rathke]
v0.19.1
Added allow to search an inactive meteor showers in Search Tool/Lists tool
Added 'Azimuth vs. Time' graph into AstroCalc/Graphs tool
Added feature to show tracks for latest several selected planets
Added calculation and showing the orbital period for artificial satellites
Added revolutions per day info for artificial satellites
Added tools for jumping to the next or previous time of rising, transit or setting for selected object
Added new behavoir for AstroCalc/Graphs when clicking within graph area now sets current time.
Added simplification in topocentric correction
Added parallactic angle function (added it to infostring and infomap also)
Added hour angle and sidereal time to infomap
Added apply rotation when drawing Solar Corona
Fixed draw corona when atmosphere is switched off
Fixed airmass in infomap
Fixed issue in script 'Mercury Triple Sunrise and Sunset'
Fixed crash of Stellarium for eyepieces with permanent crosshair
Fixed Stellarium crash when Remote Control plugin is working
Fixed computation of assume radius for minor planets.
Fixed the issue of the scrolling not working properly on Mac
Fixed crash in Scripting Engine (Hide artificial satellites through StelProperties in core.clear() method
to avoid crash if plugin was didn't loaded)
Fixed planetarium crash in HiPS (network manager delete problem)
Fixed position problems on the Poles
Fixed scaling Telrad sign on HighDPI monitors
Fixed surface occlusion bug even with landscape turned off in scripting engine
Fixed building with cmake -DBUILD_SHARED_LIBS=ON
Fixed error in constellation file format (Babylonian)
Fixed Europe/Volgograd time zone settings
Fixed HiPS handling of allsky download
Fixed progress bar rendering
Fixed positive declinations issue in AstroCalc tool when option 'Use decimal degrees' is enabled
Fixed file names inconsistency
Fixed constellation line in "Japanese Moon Stations" skyculture
Fixed file name for constellation boundaries in Stellarium User Guide
Fixed the user interface problems in Oculars plug-in
Fixed getting the wrong values in objects/info method for selected object for different formats (Remote Control plugin)
Fixed refresh plots when AstroCalc dialog becomes visible again (AstroCalc/Graphs tool)
Fixed jquery vulnerability
Fixed date and time dialog behaviour: Hour/Minute/Second spinners now correctly trigger signals dateChanged(), dateChangedByYear and dateChangedForMonth() when days, months or years are affected by it.
Fixed update graphs in AstroCalc/Graphs tool when days change
Updated planetary nomenclature
Updated common names of stars and DSO's
Updated cmake rules for Windows deployment
Updated DSO textures
Updated behaviour of HiPS survey if Stellarium started without network
Updated GUI for ArchaeoLines plugin
Updated default pulsars catalog (v1.60)
Updated list of asterisms
Updated AstroCalc tools: many optimizations
Excluded Armintxe skyculture and landscape from default package
pkgsrc changes:
- Adjust regexp options to better match the underlaying configure semantic
by introducing a `regex' group and having `pcre' and `regexp' as possible
options.
- Update LICENSE to reflect the licenses really used
- Take MAINTAINERship
Changes:
Major changes between "less" versions 530 and 551
* Add --mouse option.
* Add --wheel-lines option.
* Add --no-histdups option.
* Add --save-marks option.
* Support PCRE2 regular expression library.
* Redraw screen on SIGWINCH even if screen size doesn't change.
* Shell-escape filenames in history so they can be used again.
* Ring bell if user enters invalid long option name.
* Use PCRE_UTF8 flag for pcre regular expressions when in UTF-8 mode.
* Windows: use wide-char string to set console title.
* Don't count lines in initial screen if using -X with -F.
* Support mingw build system.
* Fix bug in v command on empty file.
* Fix bug in v command when filename contains shell metacharacters.
Changes from 1.48:
Fix issue introduced in 1.48 that caused the Xen install kernel to be
used instead of the regular Xen kernel when booting the installed
system.
Changes from 1.47:
When sysinst offers a choice of partitioning schemes, anita now uses
the one listed first. Therefore, i386 and amd64 installs of versions
where sysinst offers GPT as the first choice will use GPT rather than
MBR as was previously the case.
Add support for NetBSD/hppa targets.
Support some upcoming sysinst UI changes.
The structured log file is now flushed after each line so that
it can be used to debug a hung installation without waiting for
it to time out first.
Move the automatic determination of the type of the URL argument
(e.g., distribution directory vs. installation ISO) into a new library
function anita.distribution() so that it can be used not only from the
command line but also by Python programs calling anita as a library.
When using a pre-installed image, "anita install" will now boot it to
let it resize itself, rather than postponing the resize to when the
image is later booted in another mode such as "anita test".
librsvg with pango and harfbuzz with graphite2 is required for libreoffice.
librsvg-c has the problem on NetBSD and libreoffice uses internal static
harfbuzz library. Rust-based librsvg has no problem and libreoffice use
dynamic harfbuzz from fonts/harfbuzz.
Bump PKGREVISIONs.
NB this release has added Inkscape as a tool dependency. (Upstream has
also now excluded a file that was causing itstool failures.)
### mate-utils 1.22.1
tx: sync with transifex
Fix -Werror=cast-function-type with GCC 8
mate-disk-usage-analyzer: Memory leak
GEN png icons from svg files
Update documenters in about dialog
mate-dictionary: Use g_strjoin to build license text
Use program-name and title in gtk_show_about_dialog call
help: update copyright
pkgsrc changes:
---------------
* patches removed, since applied upstream
upstream changes:
-----------------
CHANGES FROM 2.9 to 2.9a
* Fix bugs in select-pane and the main-horizontal and main-vertical layouts.
CHANGES FROM 2.8 to 2.9
* Attempt to preserve horizontal cursor position as well as vertical with
reflow.
* Rewrite main-vertical and horizontal and change layouts to better handle the
case where all panes won't fit into the window size, reduce problems with
pane border status lines and fix other bugs mostly found by Thomas Sattler.
* Add format variables for the default formats in the various modes
(tree_mode_format and so on) and add a -a flag to display-message to list
variables with values.
* Add a -v flag to display-message to show verbose messages as the format is
parsed, this allows formats to be debugged
* Add support for HPA (\033[`).
* Add support for origin mode (\033[?6h).
* No longer clear history on RIS.
* Extend the #[] style syntax and use that together with previous format
changes to allow the status line to be entirely configured with a single
option.
Now that it is possible to configure their content, enable the existing code
that lets the status line be multiple lines in height. The status option can
now take a value of 2, 3, 4 or 5 (as well as the previous on or off) to
configure more than one line. The new status-format array option configures
the format of each line, the default just references the existing status-*
options, although some of the more obscure status options may be eliminated
in time.
Additions to the #[] syntax are: "align" to specify alignment (left, centre,
right), "list" for the window list and "range" to configure ranges of text
for the mouse bindings.
The "align" keyword can also be used to specify alignment of entries in tree
mode and the pane status lines.
* Add E: and T: format modifiers to expand a format twice (useful to expand the
value of an option).
* The individual -fg, -bg and -attr options have been removed; they
were superseded by -style options in tmux 1.9.
* Allow more than one mode to be opened in a pane. Modes are kept on a stack
and retrieved if the same mode is entered again. Exiting the active mode goes
back to the previous one.
* When showing command output in copy mode, call it view mode instead (affects
pane_mode format).
* Add -b to display-panes like run-shell.
* Handle UTF-8 in word-separators option.
* New "terminal" colour allowing options to use the terminal default colour
rather than inheriting the default from a parent option.
* Do not move the cursor in copy mode when the mouse wheel is used.
* Use the same working directory rules for jobs as new windows rather than
always starting in the user's home.
* Allow panes to be one line or column in size.
* Go to last line when goto-line number is out of range in copy mode.
* Yank previously cut text if any with C-y in the command prompt, only use the
buffer if no text has been cut.
* Add q: format modifier to quote shell special characters.
* Add StatusLeft and StatusRight mouse locations (keys such as
MouseDown1StatusLeft) for the status-left and status-right areas of the
status line.
* Add -Z to find-window.
* Support for windows larger than the client. This adds two new options,
window-size and default-size, and a new command, resize-window. The
force-width and force-height options and the session_width and session_height
formats have been removed.
The new window-size option tells tmux how to work out the size of windows:
largest means it picks the size of the largest session, smallest the smallest
session (similar to the old behaviour) and manual means that it does not
automatically resize windows. aggressive-resize modifies the choice of
session for largest and smallest as it did before.
If a window is in a session attached to a client that is too small, only part
of the window is shown. tmux attempts to keep the cursor visible, so the part
of the window displayed is changed as the cursor moves (with a small delay,
to try and avoid excess redrawing when applications redraw status lines or
similar that are not currently visible).
Drawing windows which are larger than the client is not as efficient as those
which fit, particularly when the cursor moves, so it is recommended to avoid
using this on slow machines or networks (set window-size to smallest or
manual).
The resize-window command can be used to resize a window manually. If it is
used, the window-size option is automatically set to manual for the window
(undo this with "setw -u window-size"). resize-window works in a similar way
to resize-pane (-U -D -L -R -x -y flags) but also has -a and -A flags. -a
sets the window to the size of the smallest client (what it would be if
window-size was smallest) and -A the largest.
For the same behaviour as force-width or force-height, use resize-window -x
or -y.
If the global window-size option is set to manual, the default-size option is
used for new windows. If -x or -y is used with new-session, that sets the
default-size option for the new session.
The maximum size of a window is 10000x10000. But expect applications to
complain and higher memory use if making a window that big. The minimum size
is the size required for the current layout including borders.
The refresh-client command can be used to pan around a window, -U -D -L -R
moves up, down, left or right and -c returns to automatic cursor
tracking. The position is reset when the current window is changed.
version 10.2+0.95
- Now works with audio CD's that start on a track greater than 1.
- OpenBSD tolerance
- typos in manual page and README
- Do not attempt to call a NULL callback
version 10.2+0.94+2
- Add --force-overread
Force overreading into the lead-out portion of the disc. This option
is only applicable when using the "-O" option with a positive sample
offset value. Many drives are not capable of reading into this
portion of the disc and attempting to do so on those drives will
produce read errors and possibly hard lockups
version 10.2+0.94+1
- Fix problem where end of span seems to default to last track.
- Fix NULL pointer dereference that occurs when byte swapping is
needed.
- Re-silence recently added gcc -Wunused-result warnings
- Use @LIBS@ figured out by autoconf when linking (for -lrt on Linux).
- Incorrect track was getting used in matching.
Changelog:
6.2.3.2:
Bugs fixed compared to 6.2.3 rc1:
tdf#121103 ANOVA uses wrong formula when on new sheet [Jaromir Wysoglad]
tdf#123406 kde5: Crash pressing Esc in undocked Find toolbar [Aleksei Nikiforov]
tdf#123502 crash: use of "com.sun.star.ui.dialogs.FolderPicker" crashes [Mike Kaganski]
tdf#123747 digital signatures from 6.1 and 6.2 ivalidate each other [Miklos Vajna]
tdf#124272 Edit Contour of Image Wrap doesn't appear on Exported PDF [Armin Le Grand]
tdf#124384 LO shouldn't crash when opening DOCX (even if MSO cannot open or warns about unreadable content) [Serge Krot]
tdf#124410 FORMATTING: Crash in libcuilo.so formatting range containing cells with diagonal borders [Caolán McNamara]
tdf#124413 Crash on undo / redo in Basic IDE [Noel Grandin]
tdf#124440 IDE & Calc crash opening Breakpoint Management (gen) [Caolán McNamara]
tdf#124485 Wrong (instead of no) bracketing of Bibliography Entries when formatted with Brackets = "[none]" [Caolán McNamara]
6.2.3.1:
Bugs fixed compared to 6.2.2 (rc2):
rhbz#1687589 KDE4 gpoll_wrapper can be called with SolarMutex unlocked [Stephan Bergmann]
rhbz#1690645 [abrt] libreoffice-core: (anonymous namespace)::signalHandlerFunction(int, siginfo_t*, void*)(): soffice.bin killed by SIGABRT [Caolán McNamara]
tdf#77186 Custom animation timing repeat until next slide doesn't work [Mark Hung]
tdf#96038 Shell function does not work whith .bat files and paths containing spaces [Roland Baudin]
tdf#96947 Check marks on menus (Windows 7 Aero theme, OpenGL enabled) miss their borders [Miklos Vajna]
tdf#97575 FILEOPEN: Can't read error bars on graph saved and reopened as xlsx [Balazs Varga]
tdf#98987 Layout: shapes imported from DOCX handled incorrectly [Miklos Vajna]
tdf#102005 START CENTER: Pressing F6 stops at thumbnail list view [Jim Raykowski]
tdf#104235 Generic X icon shown in KDE Plasma taskbar upon launching to Start center [Michael Weghorn]
tdf#107593 EDITING No text cursor (caret) after deleting the header (or re-adding the header) [Jim Raykowski]
tdf#113918 1bpp non-B&W PNG images are mishandled on Linux in all vcl "backends" ("plugins") [Miklos Vajna]
tdf#114969 FILESAVE XLSX: Link to document cell breaks on sheet names with dots [Tünde Tóth]
tdf#115297 FILESAVE: PDF: Images are displayed as black boxes [Miklos Vajna]
tdf#115719 DOCX import: lack of Word 2013-style increased spacing for paragraph with anchored objects [Miklos Vajna]
tdf#116195 "Designing with LibreOffice"'s front cover images are not rendered in LibreOffice 6.0.2 [Michael Stahl]
tdf#117761 Snake Algorithm unable to display accurate layout. [Miklos Vajna]
tdf#117890 Math Online Help: The screenshots in the Symbols and Edit Symbols pages are unhelpful [Mark]
tdf#118104 Writer freezes after opening a file with 230 pages [Michael Stahl]
tdf#119253 [Writer Table] Freezes/hangs when splits a table with merged cells to 2 pages [Michael Stahl]
tdf#119718 kde5: Impress presentation cannot be started using keyboard [Katarina Behrens]
tdf#119743 Libreoffice 6.1 base: can't save special options [Caolán McNamara]
tdf#119853 kde5: Unnecessary white window in Base Database Wizard [Katarina Behrens]
tdf#119947 UI: FontWork Menu All Black on Windows OpenGL [Miklos Vajna]
tdf#120013 After Cut&Paste of an overlapping data range, cells of a shared formula group reference run are not recalculated [Eike Rathke]
tdf#120161 PRINTING, PDF Export: Problem with selected cells which cross pages [Serge Krot]
tdf#120413 LibreLogo: handle complex expressions [László Németh]
tdf#120548 FILEOPEN DOCX List created with Word loses the added font and background color in Writer [Miklos Vajna]
tdf#120660 cells not recalculated after copy/paste different range of cells [Dennis Francis]
tdf#120783 KDE5: Drag'n'drop doesn't work from the Data Sources [Katarina Behrens]
tdf#120786 KDE5: Only half of the toolbar is displayed if it's undocked [Katarina Behrens]
tdf#120787 KDE5: Undocked toolbars are displayed on top of dialogs/slideshow [Katarina Behrens]
tdf#120791 KDE5: Window's size and position not remember after leaving Full Screen mode [Katarina Behrens]
tdf#121002 Cells not recalculated after moving data within ranges pointed to by a shared formula group. [Eike Rathke]
tdf#121120 Png image is black when OpenGL enabled [Miklos Vajna]
tdf#121439 PRINTING Crash when calling a print configuration dialog if selected cell range while several print areas are defined across multiple sheets [Luboš Luňák]
tdf#121456 Writer: DOCX export from ODT: wrong tabs stops in TOC [Serge Krot]
tdf#121615 Writer: PDF export of JPEG images from ODT/DOCX stretched and cropped with OpenGL enabled [Luboš Luňák]
tdf#121686 Assert on text + space + dash + enter [Julien Nabet]
tdf#122226 DOCX Import Pie chart data labels new line separator changes to semicolon [Balazs Varga]
tdf#122301 FREQUENCY: force array mode on arguments and immediate caller [Eike Rathke]
tdf#122790 Table background color isn't shown when opening table background tab [Jim Raykowski]
tdf#122803 Gallery import: File picker window title not localizable [Caolán McNamara]
tdf#122804 Bitmap import: File picker window title not localizable [Caolán McNamara]
tdf#122892 Writer hangs when deleting specific line [Michael Stahl]
tdf#122942 Inserting shape over chart in DOCX inserts it below chart [Miklos Vajna]
tdf#122989 Update check item is available in Notebookbar Groupedbar without function if online update module is not installed [Thorsten Behrens]
tdf#123104 FILESAVE DOCX Cell gets resized after saving in LO [Miklos Vajna]
tdf#123243 Spacing difference between Word & LibreOffice from an OOXML file. [Miklos Vajna]
tdf#123259 Assert when add a new line after a form control (in design mode) [Michael Stahl]
tdf#123293 FILEOPEN: (from stream) shows a warning "Not all Attributes could be read." [Michael Stahl, Samuel Mehrbrodt]
tdf#123313 Undoing ToC insertion in middle of word causes assertion failure [Michael Stahl]
tdf#123372 No anti-aliasing for image with OpenGL enabled [Luboš Luňák]
tdf#123379 Menu bar remains visible on pressing the Menubar icon on/off toggle (Linux - KDE). [Katarina Behrens]
tdf#123455 Breeze Dark icon set is missing some icons [andreas kainz]
tdf#123470 [ally] Libreoffice writer. Problems "save as" or "save a copy" when using text box [Caolán McNamara]
tdf#123479 Crash in: ScFormulaResult::GetMatrixFormulaCellToken() [Luboš Luňák]
tdf#123504 Impress fails to render donut and pie charts with 100 and 0 entries in only column [Mike Kaganski]
tdf#123547 Systematic crash after opening Tools > Chapter Numbering [Julien Nabet]
tdf#123624 !!br0ken!! shown after autocorrection and undo [Mike Kaganski]
tdf#123650 dialog Page Style, tab Page: tab does not bring focus to lower part of page (GTK3+) [Caolán McNamara]
tdf#123714 Moving (Cut&Paste, Drag&Drop) a column range within the same row into a shared formula group's reference may not recalculate the first affected formula cell (procedure in comment 11). [Eike Rathke]
tdf#123736 Changing a reference in a formula cell of a shared formula group may not rebuild all dependencies of the then split group. [Eike Rathke]
tdf#123772 UNO: Setting dialog resizable has no effect [Samuel Mehrbrodt]
tdf#123815 Import from LWP files cause "General input/output error." [Caolán McNamara]
tdf#123829 Line below table missing (in comparison to OpenOffice) [Samuel Mehrbrodt]
tdf#123832 Libre Office ver 6.2 (x64 Setup hang up while trying to install [Mike Kaganski]
tdf#123923 Exporting to XLSX makes Excel show error and drop pivot table, if table's data has Err:504 instead of #REF! [Mike Kaganski]
tdf#123975 "Support primary keys" checkbox in Advanced Settings dialog must be tri-state [Caolán McNamara]
tdf#123999 time change causes the return of "parameter index out of range... using mysql and J/connector [Julien Nabet]
tdf#124024 Scaling factor of the Sheets isn't displayed correct [Caolán McNamara]
tdf#124025 Table formulas don't update before print, export to PDF or preview when a field changes [Samuel Mehrbrodt]
tdf#124035 LibreLogo: lost support of starting colon in variable names [László Németh]
tdf#124058 Bitmap dialog in table properties dialog slightly cramped (gen) [Jim Raykowski]
tdf#124109 Justified Arabic text has gaps in place of kashida [Khaled Hosny]
tdf#124111 Cannot enter negative number for cross other axis at value [Caolán McNamara]
tdf#124112 Insert drawing object in chart crashes LibreOffice [Noel Grandin]
tdf#124142 Segfault after removing html and changing view ( GTK3 / KDE5 ) [Caolán McNamara]
tdf#124162 Crash when trying to accept changes [Henry Castro]
tdf#124226 LibreOffice crashes / hangs traversing page dialog with the keyboard [Caolán McNamara]
tdf#124234 Paragraph styles: some settings get lost when switching to different tab without Apply [Caolán McNamara]
tdf#124297 Libreoffice does not recognize Amazon Corretto Java Runtime [Mike Kaganski]
tdf#124318 FILEOPEN: XLS Hyperlink URL incorrect [Noel Grandin]
Note that upstream no longer builds cdda-player on NetBSD or OpenBSD.
version 2.1.0
=============
2019-04-17 Holy Wednesday
Most (all?) of the improvements and bug fixes are thanks to Thomas Schmitt and Edd Barrett. This release introduces an OpenBSD driver, courtesy of Edd Barrett, based on the NetBSD driver.
- NetBSD driver fixes. Switch from MSF addressing to LBA addressing in driver. (Edd Barrett and Jasper Lievisse Adriaanse)
- Fix handling in drivers,libcdio-paranoia and `cd-info` when starting track number is greater than 1. (Edd Barrett and Thomas Schmitt)
- More tolerant of non-compliant ISOs such as openSUSE Leap 15.0.
- `cdda-player` fixes, such as adding a missing `-d` in cdda-player help (Thomas Schmitt and Edd Barrett)
- `cdtext_list_languages_v2()` to be preferred over now deprecated `cdtext_list_languages()`. New API call `cdtext_set_language_index()`. (Thomas Schmitt)
- Add `read-disc-struct` example program to show how to use a MMC `DVD_READ_DISC_STRUCTURE`. (Thomas Schmitt)
- Various errors in driver reading turned into warnings. (Edd Barrett and Thomas Schmitt)
- Some code cleanups and documentation improvements.
- Bugs:
* [Bug 53170: I/O leak when we can't read ISO file ](https://savannah.gnu.org/bugs/index.php?53170)
* [Bug 53928: Cdtext not displayed in case of `CDTEXT_LANGUAGE_UNKNOWN`](https://savannah.gnu.org/bugs/index.php?3929)
* [Bug 53929: cd-text with invalid characters failing to convert to utf8](https://savannah.gnu.org/bugs/index.php?3928)
Disable the pt translations for one mate-utils component for now, to
work around an issue where itstool is intermittently failing. This
addresses PR pkg/54071. Okay youri@.
0.19.0:
The major changes of this version:
- 5 new sky cultures
- Refactoring the code: many improvements and fixes
- Added many DSO textures
- Many improvements for Scripting Engine
Add more dependencies. Probably still more to do in that regard.
- version: 3.40.1
date: 2019-03-08
new features:
- title: "TXT Input: Use markdown 3.0 with support for new extensions such as code highlighting and smarten punctuation."
- title: "Book details panel: Allow editing the identifiers for the book by right clicking on the existing Ids."
tickets: [1815005]
- title: "Content server: Allow specifying custom URLs for the 'Search the internet' feature via Preferences->Sharing over the net->Search the internet."
tickets: [1810923]
- title: "Tag browser: Category editor: Add a checkbox to restrict the entries shown to only those present in the current Virtual library"
- title: "Allow adding files to selected book records from the clipboard. To use copy a file from windows explorer, right click the Add books button and choose: Add files to selected books from clipboard"
tickets: [1815419]
- title: "Tag browser: When right clicking on a saved search add a menu option to search using the raw search expression."
tickets: [1816274]
- title: "Tag browser: Have pressing the Enter key find the next match."
tickets: [1816276]
- title: "Windows: Add a button to Preferences->Sharing over the net to set calibre to run when the computer starts"
bug fixes:
- title: "Fix a regression in the previous release that broke Copy to library and delete after when copying a duplicated book."
tickets: [1816224]
- title: "Edit book: Fix pasting of image from clipboard using (Ctrl-V) not working"
- title: "Content server: Fix {id} not working in the custom list template"
tickets: [1818308]
- title: "EPUB/MOBI Catalogs: Fix presets not saving title and format information."
tickets: [1818838]
- title: "macOS: Respect the system setting for text insertion cursor blink time"
- title: "FB2 Output: Fix comments from the input document not present in the output."
tickets: [1815357]
- title: "calibredb: Fix adding books with an OPF file to a remote server not picking up the cover specified in the OPF file"
- title: "TXT Input: Fix option to remove indents at the start of lines breaking conversion of markdown documents."
tickets: [1814989]
- title: "EPUB/MOBI Catalog generation: Allow matching empty fields in exclusion rules."
tickets: [1814458]
- title: "EPUB/MOBI Catalogs: Fix multiple books with the same title but different authors in a genre not being listed."
tickets: [1415990]
- title: "Update the Get Books and metadata Amazon.com plugins to handle changes to the markup on the Amazon results page"
- title: "Version 3.40.1 fixes a bug in 3.40 that could prevent calibre starting when using a custom date column"
improved recipes:
- Scientific American
- Taipei Times
- Harpers Magazine
- General Knowledge Today
- Granma
- South China Morning Post
- New York Times (Web)
- China Daily
- "1843"
- Pro Physik
- Caravan Magazine
- Spektrum der Wissenchaft
new recipes:
- title: Quanta Magazine
author: lui1
- title: El Periodico Mediterraneo
author: benages
- version: 3.39.1
date: 2019-02-01
new features:
- title: "Content server: Implement the \"Copy to library\" function. To use it click the three dots in the top right corner of a book's page and choose \"Copy to library\""
tickets: [1810486]
- title: "Content server: Add Next/Previous buttons to the book details page"
bug fixes:
- title: "Content server: Fix editing metadata that affects multiple books causing all the metadata for all the books to become the same."
tickets: [1812781]
- title: "Open With: Fix using .bat files as the program not working."
tickets: [1811045]
- title: "ZIP Output: Fix an error when building the ToC on macOS for some books with non-ASCII ToC entries"
tickets: [1813905]
- title: "Edit book: Check book: Follow recent releases of epubcheck in expecting .ttf files to have the mime-type application/vnd.ms-opentype in EPUB 3 books"
- title: "Fix font mime-types not being auto-corrected when upgrading EPUBs from 2 to 3"
- title: "Content server: Try to detect if a book file has been edited outside of calibre and serve the updated copy"
- title: "Fix merging books not updating author if the source book has no title"
- title: "Content server: Fix heading for custom comments columns being duplicated in the book details page"
- title: "Fix editing of dates not working is the date format is set to iso."
tickets: [1812560]
- title: "Version 3.39.1 fixes a bug in 3.39.0 that broke copy to library for books that have saved conversion options"
tickets: [1814279]
improved recipes:
- Spiegel Online
- Il Post
new recipes:
- title: BSI News
author: Volker Heggemann
- title: Science Advances
author: Jose Ortiz
- version: 3.38.1
date: 2019-01-18
new features:
- title: "Tag browser: When using the Find function have unaccented characters match their accented equivalents, if the setting for it is set in Preferences->Searching"
- title: "DOCX Input: When converting indices, put each sub-entry on its own line."
tickets: [1811611]
- title: "Edit book: Insert hyperlink: Add history for the template"
- title: "Edit book: Insert hyperlink: Add a few more variables for the link template: _SOURCE_FILENAME_, _DEST_FILENAME_ and _ANCHOR_"
bug fixes:
- title: "Catalogs: Set the language of created catalogs to the calibre interface language instead of English"
tickets: [1810936]
- title: "DOCX Input: Do not display section breaks that have a numbering style applied to them."
tickets: [1811611]
- title: "Content server: Fix listening on :: not also listening on IPv4 interfaces on Windows"
- title: "DOCX Output: Fix heading styles that have the same font size as body text getting incorrect font sizes after conversion."
tickets: [1811616]
- title: "EPUB/MOBI Catalogs: Fix prefix rules not working when calibre UI language is something other than English"
- title: "EPUB/MOBI Catalogs: Fix exclusion by tag not working for tags that have spaces in them"
- title: "Subset fonts: Fix error when trying to subset unicode characters that require two UTF-16 code points on Windows."
tickets: [1811224]
- title: "Content server: Fix option to restrict displayed user field not working in the /opds view"
- title: "Tag browser: Fix incorrect icon for user categories."
tickets: [1810217]
- title: "PDF Output: Fix conversion failing when fonts with non-English names are used."
tickets: [1812218]
- title: "3.38.1 fixes a typo in 3.38.0 that caused the Polish books function to not work when polishing small numbers of books"
improved recipes:
- Chicago Tribune
- New York Times Book Review
new recipes:
- title: Nature
author: Jose Ortiz
- version: 3.37.0
date: 2019-01-04
bug fixes:
- title: "Switch from cssutils to css_parser for parsing CSS. Fixes various minor, long standing bugs"
- title: "calibredb: Fix adding books from directories to a remote server running on Windows not working"
- title: "Edit Book: Fix style attribute on <html> tags not being preserved when editing AZW3 files."
tickets: [1810193]
- title: "Get Books: Use an external browser for Google Books"
tickets: [1810205]
- title: "Saving to disk: Fix errors on Linux/macOS if the title/authors are long enough to make individual path components larger than 255 characters."
tickets: [1807525]
- title: "PDF Input: Fix non-breaking spaces represented as entities in the output of pdftohtml, which breaks some search/replace expressions"
- title: "Edit book: Fix a crash when mousing over links in an instance of the editor launched standalone on macOS Mojave"
tickets: [1805521]
- title: "Conversion: When converting with font size rescaling disabled, convert font size names to rem unit rather than pt units."
tickets: [1809671]
- title: "Windows: When registering calibre programs as possible handlers for various file types, dont set the AllowSilentDefaultTakeOver registry key"
- title: "macOS: PDF Output: Fix bold fonts not working on Mojave."
tickets: [1799750]
- title: "Content server: Fix strings with double quotes not being translated."
improved recipes:
- Il Post
- version: 3.36.0
date: 2018-12-21
new features:
- title: "Happy Holidays to everyone!"
- title: "Kobo driver: Add supported for newly released firmware update"
bug fixes:
- title: "Kobo driver: Fix a regression in the last release that caused book title
to appear as Unknown if metadata management was set to manual in calibre."
tickets: [1807914]
- title: "PDF Output: Do not fail if one of the fonts from the source document has no name metadata"
improved recipes:
- Wall Street Journal
- ESPN
- Al Jazeera (English)
- version: 3.35.0
date: 2018-12-07
new features:
- title: "Edit book: Insert hyperlink: Allow specifying a template to control the markup that is inserted for the hyperlink."
tickets: [1804250]
- title: "Metadata download: Add an option (in Preferences->Metadata download) to keep multiple results from individual metadata sources, useful if you prefer to pick the best result by hand and use only one or two metadata sources."
tickets: [1802293]
- title: "KoboTouch driver: Extend the metadata updated in the Kobo device database to all metadata displayed on the device. The update is only done for books already on the device. Needs to be enabled via Preferences->Plugins->Customize the KoboTouch device plugin."
bug fixes:
- title: "E-book viewer: Fix a regression that broke viewing of HTMLZ files"
tickets: [1691976]
- title: "Edit book: Fix suggestions in completion popup not being sorted."
tickets: [1803985]
- title: "Windows: Fix restarting calibre with system tray icon enabled causing duplicate defunct icons in the tray."
tickets: [1803034]
improved recipes:
- Wired Magazine
- Wall Street Journal
- Telepolis
- Yahoo News
- Associated Press
- Mother Jones
new recipes:
- title: Macrobusinness
author: 2018robert
- title: Sports Illustrated
author: Kovid Goyal
- title: Le Peuple Breton
author: Lionel Plais
- title: Mandiner
author: pofa
- version: 3.34.0
date: 2018-11-08
new features:
- title: "Support for the new Kindle Paperwhite 2018"
tickets: [1802088]
- title: "Metadata plugboards: Allow defining plugboards that modify comments metadata as well"
- title: "E-book viewer: Add a keyboard shortcut (Ctrl+M) for toggling between paged and flow mode"
bug fixes:
- title: "EPUB Input: Handle invalid EPUB files that have their NCX documents in the spine."
tickets: [1796497]
- title: "EPUB3 Input: Handle EPUB 3 files that incorrectly use EPUB 2 markup to identify cover images."
- title: "Content server: Fix --url-prefix feature not working with book conversion"
improved recipes:
- Business Standard
- Washington Post
- General Knowledge Today
- How To Geek
new recipes:
- title: Arts and Letters Daily
author: pjpaulpj
- title: Magyar Idok
author: pofa
- version: 3.33.1
date: 2018-10-19
new features:
- title: "Driver for the new Kobo Forma"
- title: "PDF Output: Add a new 'page number map' setting to easily modify page numbers as needed in headers/fotters and the generated inline table of contents."
tickets: [1796902]
- title: "Edit book: Insert image: remember size of displayed thumbnails."
tickets: [1795845]
- title: "Edit book: Compress images losslessly: Remember the last used compression quality for jpeg compression."
tickets: [1796950]
bug fixes:
- title: "CHM Input: Fix a regression in the previous release that broke processing of CHM files."
tickets: [1796889]
- title: "Fix clearing of metadata download author and tag map rules not working"
- title: 'Fix notifications from calibre being displayed as "Others" on the GNOME desktop'
improved recipes:
- Ambito Financiero
- Pagina 12
- stuff.co.nz
- The New Zealand Herald
- Various Polish news sources
- version: 3.32.0
date: 2018-09-28
new features:
- title: "Edit book: Insert image dialog: Add buttons to change the image thumbnail size."
tickets: [1791428]
- title: "Book details panel: Allow right clicking on a format to open it in the calibre editor"
- title: "Edit metadata dialog: Allow viewing or editing specific formats by right clicking the format in the formats list"
- title: "When creating a metadata jacket allow HTML in custom long text columns"
- title: "Content server: When editing metadata add a button to remove the existing cover. Note that after removing the cover a auto-generated cover is displayed instead. You might need to hit refresh in your browser to see the change."
tickets: [1794123]
- title: "Content server: Date edit: Add buttons to clear the date or set it to today's date"
bug fixes:
- title: "When showing books on the device, disable keyboard shortcuts for actions that operate on library books"
- title: "Content server: Custom List: Fix a zero series index being displayed as one"
- title: "Content server: Fix covers not being updated in downloaded copies of some books."
tickets: [1699932]
- title: "PDF Output: Fix an error that could occur in rare circumstances when using the option to read page margins from the input document"
tickets: [1792616]
- title: "Edit book: Check book: Fix an error if a filename contains a % character"
- title: "PDF Output: Fix CSS opacity property causing text to not be rendered. Now opacity is ignored, as it is unsupported by Qt WebKit."
tickets: [1792048]
- title: "Create custom column dialog: Ensure that the format numbers field is always visible"
improved recipes:
- Washington Post
- version: 3.31.0
date: 2018-09-07
new features:
- title: "Book list: Allow changing the font used for any column to bold and/or italic by right clicking on the column header and choosing 'Change font style'."
description: "Note that this setting is per-library so it has to be done once for the book list in every calibre library."
tickets: [1758434]
- title: "fetch-ebook-metadata.exe: Allow specifying identifiers other than just ISBN"
- title: "Amazon metadata download: Add support for Amazon Australia (can be configured via Preferences->Metadata download->customize the amazon metadata source)"
- title: "Table of Contents Edit tool: When generating from XPath's add a checkbox to control if duplicate entries at the same level are added or not."
tickets: [1790761]
- title: "Edit book: Allow disabling the popup to show changes after running the Fix HTML and Beautify all files tools."
tickets: [1789540]
bug fixes:
- title: "DOCX Input: Fix figures in newer Word documents being duplicated."
tickets: [1789238]
- title: "Content server: Disable offline access if application cache is not available, rather than failing."
tickets: [1737642]
- title: "DOCX Output: Workaround for broken CSS that uses -o-pre-wrap for the white-space property"
tickets: [1786410]
- title: "Metadata download: Remove the option to lookup first edition dates as the service used to get the data no longer exists"
improved recipes:
- Howto Geek
- Welt der Physik
- Neue Osnabrucker Zeitung
- Fortune Magazine
- version: 3.30.0
date: 2018-08-24
new features:
- title: "ToC Editor: When generating ToCs using headings/XPath ignore duplicate entries at the same level that have the same text."
tickets: [1735799]
- title: "Windows: The default calibre library location is now not in My Documents but instead in the user home folder, to avoid issues with OneDrive auto-syncing calibre libraries"
tickets: [1787488]
- title: "Kobo driver: Support for new firmware version"
- title: "Add a tweak (in Preferences->Tweaks) to allow skipping network check on news download"
- title: "Edit metadata dialog: Show a confirmation dialog on cancel if some changes have been made."
tickets: [1786544]
bug fixes:
- title: "Downloaded metadata review dialog: Fix a regression in the last release that broke the revert buttons"
- title: "E-book viewer: Fix clicking links in the footnote popup ignoring the anchor part of the link."
tickets: [1786577]
- title: "ToC editor: Fix generating toc entries from links not working for links that start with #"
- title: "HTML Input: Collapse multiple spaces in filenames when sanitizing them."
tickets: [1788187]
- title: "Edit book: Remove matching tag: Fix incorrect removal if the remove matching function is triggered in rapid succession"
- title: "Edit book: Fix some links in the file being split not being adjusted when splitting HTML files."
tickets: [1787892]
- title: 'Fix a crash when using some third party plugins and enabling the "two lines for text under icons" option'
tickets: [1787700]
- title: "Make the create catalog dialog freely resizable"
tickets: [1787523]
- title: "DOCX Input: Fix an error when converting some DOCX files with inherited fonts."
tickets: [1786414]
- version: 3.29.0
date: 2018-08-10
new features:
- title: "Add a option to draw a grid in the main book list (Preferences->Look & feel)"
- title: "Edit book: Allow removing the currently highlighted tag (while keeping its contents) by pressing Ctrl+>. You can also add a tool to do it via Preferences->Toolbars"
- title: "Content server: When defining a color scheme for the in browser viewer allow specifying the link color as well as the foreground and background."
tickets: [1735904]
- title: "Edit book: Show a popup after a fix all HTML/Beautify all files so the user can easily see what was changed, if needed."
tickets: [1785482]
- title: "Kindle driver: Create cover thumbnails on the device when transferring KFX format books"
- title: "Edit Book: Recognize numbers in image names in the 'Insert image' dialog"
tickets: [1782981]
bug fixes:
- title: "Content server: Display custom comments field on the book details page in the same order as in the calibre GUI"
- title: "Edit book: Fix open image editors not being updated when image file is replaced"
- title: "Fix keyboard shortcuts for Edit book tools created from plugins not working"
- title: "PDF Output: Fix error when trying to convert books that do not specify a language in their metadata."
tickets: [1783563]
- title: "Browser viewer: Fix inability to open books that contain zero-byte stylesheets/images"
improved recipes:
- Boston Globe
- Newsweek
- Ambito and Ambito Financiero
- New York Times
- New England Journal of Medicine
- The Hindu Business Line
- Private Eye
- Le Temps
- version: 3.28.0
date: 2018-07-20
new features:
- title: "Allow creating rules to transform author names when adding books to calibre. Accessible via Preferences->Adding books->Adding actions"
tickets: [1780152]
- title: "Add a similar author mapper tool to manipulate author names in the existing library. Accessible via Preferences->Toolbars"
- title: "Add a similar author mapper tool for metadata downloading, accessible via Preferences->Metadata download"
- title: "Comments Editor: Add options to change the case of the selected text to the right click menu"
tickets: [1780469]
- title: "Edit book: When sorting non text files in the File list recognize numbers in the file names"
tickets: [1781721]
bug fixes:
- title: "calibredb catalog: Recognize file extensions even when they are not lowercase"
improved recipes:
- Sunday Times Magazine UK
- The Economist
- The Houston Chronicle
- El cohete a la luna
- CBC Canada
new recipes:
- title: Il Post
author: frafra
- title: Bloomberg Columnists
author: Dale Furrow
- version: 3.27.1
date: 2018-07-06
new features:
- title: "Content server: Allow conversion of books"
type: major
description: "Click the convert icon in the top bar of the book details page to convert a book. Note that conversion only works for logged in users who have permission to make changes to the calibre library."
- title: "Kobo driver: Add support for new firmware"
- title: 'Bulk metadata edit dialog: Add an "edit tags" button for tags like custom columns.'
tickets: [1779299]
- title: "Add an option in Preferences->Look & feel to disable the new 'drag and drop to merge books feature'"
- title: "E-book viewer: Add a shortcut (Ctrl+Alt+B) to toggle the bookmarks panel."
tickets: [1780097]
- title: "Edit book: Add a copy to clipboard button on the various report dialogs"
- title: "Edit book: Add a shortcut (Ctrl+Alt+Down) to edit the next file in the book spine."
tickets: [1779616]
- title: "calibre-smtp: Verify relay server TLS certificates by default. New option --dont-verify-server-certificate to restore old behavior."
bug fixes:
- title: "Version 3.27.1 fixes a build error in 3.27.0 that caused calibre not to start on macOS older than High Sierra"
- title: "Conversion: Fix a regression in the previous release that caused conversion of EPUB 3 to EPUB 3 to fail."
tickets: [1779518]
- title: "Fix detection of the Bookeen NolimbookXL on macOS and Linux"
tickets: [1780302]
- title: "Fix a regression that broke the fetching of annotations from Kobo and Kindle devices."
- title: "DOCX Input: Fix failure to convert some DOCX files that use Symbol fonts."
tickets: [1777390]
- title: "When exporting very large libraries fix failures due to busy errors."
tickets: [1779664]
- title: "Fix commas not working in identifiers that are transformed to URLs via rules."
tickets: [1779602]
- title: "Review downloaded metadata: Fix cancel button on the confirm reject all dialog not working."
tickets: [1779576]
- title: 'Kindle Fire driver: Send books by default to the "kindle" folder instead of the "Books" folder to workaround a change in the Fire firmware that causes the Kindle to not recognize files in the Books folder.'
- title: "Linux installer: Also fix the execute bits in the umask if the user runs the installer with a umask that prevents files from being world executable."
- title: "Sort the entries in the show column menu alphabetically."
tickets: [1778155]
improved recipes:
- Gosc Niedzielny
- Cracked.com
- Psychology Today
- The Atlantic
- LA Times
- Handelsblatt
- Newsweek
- version: 3.26.1
date: 2018-06-15
new features:
- title: "Book list: Allow drag and drop of books onto other books to merge the book records."
tickets: [1775123]
- title: "Check Book: External link checker: Also check HTML anchors (the part after the # in the link). Can be turned off via a checkbox at the bottom of the link checker window."
- title: "Edit Book: Preview panel: Show previews when editing SVG files"
- title: "Edit book: When downloading external resources, also convert data URLs into files."
tickets: [1774945]
- title: "E-book viewer: When the controls are hidden show the progress in the window title."
tickets: [1776710]
- title: "Library Quick switch menu: Highlight the previously switched from library in bold."
tickets: [1775888]
bug fixes:
- title: "PDF Input: Fix a regression in 3.24 that caused conversion of PDF to be significantly worse."
tickets: [1775984]
- title: "E-book viewer: Fix very slow loading for HTML files with very many images on Linux."
tickets: [1774884]
- title: "Content server: Fix a regression in 3.14 that removed the separator between books in the detailed list view mode."
tickets: [1776294]
- title: "Edit book: Fix SVG files not being beautified by the Beautify all files tool"
- title: "Edit book: Fix searching in selected files not searching SVG files"
- title: "Fix Tweaks help string not being displayed translated"
- title: "Edit metadata dialog: Fix distorted rendering of some labels in the custom metadata tab in rare circumstances."
tickets: [1766762]
- title: "version 3.26.1 prevents dropping of a book onto itself from triggering the merge dialog, which should reduce accidental triggers"
tickets: [1777054]
improved recipes:
- Slate
- New York Times Book Review
- The Independent UK
- NYTimes Tech Beat
- New York Times
- Cracked.com
new recipes:
- title: El Cronista
author: Darko Miletic
- version: 3.25.0
date: 2018-06-01
new features:
- title: "Kobo driver: Support the new Clara HD"
- title: "PDF Output: Add an option to use page margins from the input document, specified via @page CSS rules."
description: "Allows individual HTML files in the input document to have different page margins in the output PDF."
tickets: [1773319]
bug fixes:
- title: 'Fix option to "show text under buttons only if there is enough space" not working well with the option to use "two lines for the text under the buttons".'
tickets: [1773426]
- title: "Update notification: When both calibre and plugin updates are available and the user updates only the plugins, fix the restart calibre button not working."
tickets: [1774059]
- title: "E-book viewer: Fix printing of comics (cbz/cbr files) not working."
tickets: [1774163]
- title: "EPUB3 Input: Fix Table of Contents not being recognized for some EPUB 3 books that placed their nav document in-side a sub-folder."
tickets: [1773627]
improved recipes:
- Associated Press
- version: 3.24.2
date: 2018-05-25
new features:
- title: "Conversion: EPUB Output: Add an option to output EPUB 3 files."
type: major
- title: "PDF Output: Add an option to break long words at the ends of lines."
tickets: [1773111]
- title: "PDF Output: Allow using images in the header/footer templates"
- title: "Add an option to use two lines for the text under the toolbar button in Preferences->Look & feel"
- title: "Edit book: Spell check: Update the number of misspelled words/total words displayed when correcting/ignoring words."
tickets: [1772276]
- title: "Edit book: Fix HTML: Automatically resolve private entities"
tickets: [1772157]
- title: "Improve formatting of help in Preferences->Tweaks"
- title: "ToC Editor: Allow undo for renaming single items as well."
tickets: [1769442]
bug fixes:
- title: "Version 3.24.2 fixes a bug in the new EPUB 3 output functionality that prevented conversion of non-EPUB 3 books to EPUB 3"
- title: "Version 3.24.1 fixes a regression in the 3.24 in the editor that caused syncing between the editor and the Preview panel/Live CSS panel to not work correctly"
- title: "PDF Output: Strip zero-width space characters from the text as their presence prevents searching from working"
- title: "DOCX Output: Fix <pre> tags not being converted correctly."
tickets: [1772219]
- title: "DOCX Input: Fix incorrect conversion of a framed block that contains a list."
tickets: [1771279]
- title: "Conversion: Fix private entities that use the same name as an HTML entity not being handled correctly"
tickets: [1772157]
- title: "Viewer: Fix HTML files with private entities displaying an artifact at the top"
tickets: [1772157]
- title: "Edit book: Check book: Show an error for HTML files with private entities"
tickets: [1772157]
- title: "EPUB3 Input: Fix titlepage being referred to in the nav causing two titlepage entries in the final book."
- title: "Fix throbber buttons not being perfectly aligned inside toolbars"
- title: "Quickview: Fix sizes not being displayed."
tickets: [1772151]
- title: "Edit book: Compress images tool: Do not mark the book as changed if no images could be further compressed."
- title: "Book list split-view: Fix horizontal scroll position of split view can change when changing the current column in one view."
- title: "Fix Bookeen Saga not being recognized on macOS/Linux."
tickets: [1769681]
- title: "Edit metadata dialog: Fix undo last trim not working for automatic trims."
tickets: [1769606]
- title: "Content server: Fix series field blank in Italian translation"
- title: "BeautifulSoup: Port fix from upstream for outputting bare ampersands in strings."
tickets: [1769481]
- title: "calibredb add: Run the input plugins before reading metadata instead of after."
improved recipes:
- The New York Times Book Review
- New York Times
- Le Devoir
new recipes:
- title: The Federalist
author: Kovid Goyal
- version: 3.23.0
date: 2018-05-04
new features:
- title: "Kobo driver: Add support for new firmware"
tickets: [1767589]
- title: "Book polishing: Add an option to upgrade EPUB 2 to EPUB 3"
- title: "DOCX Input: Convert text written with dingbat fonts such as Wingding or Symbol correctly."
- title: "When choosing the page to use as a cover from a PDF file, add a button to render more pages, if needed"
- title: "TXT Input: Add support for embedded images that use relative URLs when converting markdown or textile. Note that this will only work if you are converting using the ebook-convert command line tool as the main calibre program moves files around, so relative references will not be valid."
- title: "Edit book: Insert special character: Add an option to select if searching should match all words or any of the words"
- title: 'Edit book: Insert special character: When searching by name match prefixes in addition to whole words. So you can now type "horiz" to match "horizontal".'
- title: "Linux installer: Simplify the command used to install calibre and add support for Ubuntu 18.04 which is missing a default python executable"
- title: "When upgrading EPUB 2 to EPUB 3 add the 'epub' namespace to all HTML files, for convenience."
tickets: [1765944]
- title: "Kobo driver: Add an option to not maintain bookmarks/read status/etc. when resending a book already on the device."
bug fixes:
- title: "Edit Book: Fix an error caused by a landmark entry in EPUB 3 files that has an <a> tag without an href attribute."
- title: "Edit Book: Fix names for some control characters not being displayed in the status bar"
- title: "Searching: Fix A (B) not being treated as A AND (B)"
- title: "DOCX Input: Ignore complex script font styles. Fixes conversion of documents that specify only complex script styles and no simple script styles."
tickets: [1766650]
- title: "When updating EPUB 2 to EPUB 3 ensure only a single dc:date element is present in the OPF"
- version: 3.22.1
date: 2018-04-19
new features:
- title: "Edit book: Add a tool to upgrade books from EPUB 2 to EPUB 3 (Tools->Upgrade book internals)"
description: "Automatically upgrades metadata, converts the NCX table of contents and adds required manifest annotations"
type: major
- title: "Add support for the FBZ format (zipped FB2)"
tickets: [1762634]
- title: "Kindle driver: Change the height of generated thumbnails to 500px, needed for the Oasis 2017"
- title: "Edit book: When bulk renaming files add an option to rename by the order in which the files appear in the book."
- title: "Polishing: Recognize titlepages that are marked as covers in the EPUB 3 landmarks section"
- title: "Edit Book: Automatically updated the modified timestamp in the OPF when saving EPUB 3 books."
- title: "Remove the ISBNDB metadata plugin as ISBNDB no longer allows free lookups."
tickets: [1761906]
bug fixes:
- title: "EPUB 3 metadata: If the book defines more than one author sort value for an author use the first instead of the last"
- title: "Check Book: Dont warn for nav document not in spine in EPUB 3 books"
- title: "Linux installer: Fix umask question not working with the recommended install command because stdin is a pipe"
- title: "Browser viewer: Show an error message when trying to use the Sync function without being logged in"
- title: "When setting cover from a PDF file and the user clicks cancel, do not delete the existing cover"
improved recipes:
- Globe & Mail
- National Geographic
- Slate
- GoComics
- Oregonian
new recipes:
- title: "Le Monde: subscriber paper edition"
author: Remi Vanicat
- version: 3.21.0
date: 2018-04-06
new features:
- title: "Browser viewer: Allow showing the time left in the current chapter/book in the header and footer areas of the book."
description: "To use go to the preferences of the browser viewer and customize the headers and footers to display the time left. Note that time left in chapter only works correctly if chapters are in separate HTML files in the book."
- title: "Manage tags dialog: Searching now shows all matching tags and there is an undo button to undo changes."
tickets: [1743896]
- title: "Add an output profile for the Kindle Oasis 2017"
tickets: [1759434]
bug fixes:
- title: "Content server: Fix adding/deleting books and editing metadata not updating the main calibre book list automatically."
tickets: [1761017]
- title: "Viewer: When doing a dictionary lookup, remove soft hyphens from the word, if any are present."
tickets: [1760292]
- title: "Edit metadata dialog: Fix tab order for buttons to the left of the title and author"
- title: "Trim cover dialog: Remove the redundant Trim & OK button, instead have the OK button trim automatically if there is a selection."
tickets: [1759671]
- title: "Update Amazon metadata plugin for a website change"
- title: "Content server: Fix translations not being updated without clearing the browser cache"
- title: "Content server: Fix switching from translations to no translations not working"
- title: "Content server: When updating interface data do not transmit translations if they have not been changed. Saves ~30-60KB bandwidth when using non-English interface language."
improved recipes:
- The Atlantic
- Fortune Magazine
- Telegraph UK
- Hot Air
- Reader's Digest
- The Economist
- version: 3.20.0
date: 2018-03-23
new features:
- title: "Content server: Allow editing the metadata of books from the book details page"
type: major
description: "On the book details page, you can now edit any metadata and change covers by clicking the edit metadata icon in the right area of the top bar. Note that only users that have write permissions for the library can edit metadata."
- title: "Kobo driver: Recognize Kobo Aura 2 with new firmware (4.6.10188)"
bug fixes:
- title: 'When reading metadata from HTML also recognize <meta name="dc.description"> as being comments'
improved recipes:
- Danas
- Al monitor
- Folha de Sao Paolo
- New York Times
- Wirtschaft's Woche
- version: 3.19.0
date: 2018-03-09
new features:
- title: "Driver for the new PocketBook 740"
- title: "Allow using relative URLs in comments type metadata. The relative URLs are interpreted relative to the book folder in the calibre library"
- title: "Edit book: Reports: Do not show characters from the HTML markup in the characters report."
tickets: [1753788]
- title: "Allow adding the Virtual library button to any toolbar/menu via Preferences->Toolbars & menus"
bug fixes:
- title: "Server: Fix server becoming unresponsive if a client sends invalid SSL data at exactly the right moment"
- title: "Conversion heuristics: Make unwrapping recognize Georgian letters as well."
tickets: [1753533]
- title: "Make de-serialization of stored conversion options safe against maliciously crafted input"
tickets: [1753870]
- title: "E-book viewer: Change the file format used to import/export bookmarks to use JSON. This prevents malicious bookmarks files from causing code execution."
tickets: [1753870]
- title: "Make the history completion for the search and replace edit box case-sensitive."
tickets: [1752447]
- title: "PDF Output: When the input document contains multiple anchors with the same value, use the first anchor rather than the last. This follows browser behavior."
tickets: [1752825]
- title: "FB2 Input: Add <div> to <blockquote> content to silence the useless epubcheck"
tickets: [1752141]
improved recipes:
- WirtschaftsWoche Online
- Spektrum der Wissenschaft
new recipes:
- title: Granta
author: Gary Arnold
- version: 3.18.0
date: 2018-02-23
new features:
- title: "Browser viewer: Allow long tapping a word to look it up in a dictionary or search the internet for it."
tickets: [1738995]
bug fixes:
- title: "Conversion: Handle the deprecated type attribute on <ol> tags."
tickets: [1751148]
- title: "Fix metadata download from amazon stopped working because of a website change"
- title: "Fix re-ordering of columns causing split book splitter state not being restored on restart"
- title: "Fix errors when using strftime with unicode strings on non-utf-8 windows systems."
tickets: [1749219]
- title: "Split book view: Fix vertical scroll position of the two views getting out of sync after doing some searches."
tickets: [1748739]
- title: "Fix some edit widget appearing in the wrong place when editing in the right hand panel of the new split book list."
tickets: [1748713]
- title: "Portable build: Fix cache directory not always being auto-created"
tickets: [1747887]
- title: "Workaround for Qt 5.10 on Linux resetting the global font, preventing custom interface font settings from working"
improved recipes:
- New York Times
- The Economist
- Gosc
- Various Uruguayan recipes
- version: 3.17.0
date: 2018-02-09
new features:
- title: "Allow splitting the book list, by right clicking on the column headers and choosing 'Split the book list'"
type: major
description: "This is useful to 'lock' one or more columns in place so that they are always visible even when scrolling through other columns. Also, the split list has a separate right click menu which you can configure via Preferences->Toolbars and menus"
- title: "Store temporary files used by the editor and viewer in the cache directory to try to prevent errors caused by 'file cleaner' programs deleting temporary files still in use"
bug fixes:
- title: "EPUB3 Input: Fix HTML covers and titlepages that are marked using the deprecated <guide> element not being recognized."
tickets: [1746794]
- title: "Bulk metadata edit: Fix regression in 3.13 that made it impossible to use the Force numbering checkbox for custom series"
- title: "Conversion: Fix the valign attribute on <td> tags not being honored"
- title: "E-book viewer: Fix the 'Copy' keyboard shortcut/context menu action not working on some Windows systems"
tickets: [1477696]
- title: "E-book viewer: Make the semi-transparent background for viewing metadata a little more opaque."
tickets: [1745812]
improved recipes:
- New York Times
- Le Devoir
- New Statesman
- London Review of Books
- New York Post
- LWN Weekly
- Associated Press
new recipes:
- title: Computing
author: Darko Miletic
- version: 3.16.0
date: 2018-01-26
new features:
- title: "Content server: Allow adding and deleting of books using the web interface"
type: major
description: "Use the + icon in the top bar of the book list to add new books and the trash icon in the top bar of the book details page to a delete a book. Note that only authenticated users are allowed to perform these actions, so you have to setup user accounts for the server to use these features."
- title: "Allow removing the close button from tabs in the Virtual library tab bar. Right click the tab bar and choose 'Lock tabs' to do that."
- title: "calibredb export: Add --progress option"
- title: "Bulk metadata editing: Show progress bars to track progress of the operation"
- title: "Content server: When downloading books from the server send both the ASCII and full Unicode file names. Browsers that support RFC 6266 can make use of the unicode file name."
- title: "Content server: Show a warning popup on Apple devices when the user tries to search with an expression containing smart quotes, since Apple devices now automatically replace quotes with smart quotes when typing."
bug fixes:
- title: "DOCX Output: Fix links without anchors in the input document not being converted correctly."
tickets: [1741098]
- title: "calibredb: Fix a regression that broke reading of passwords from stdin"
- title: "Edit book: Fix an error when saving files with filenames that cannot be encoded using the system codepage on Windows"
- title: "Pasting metadata: Fix excluding title and authors not working"
improved recipes:
- The Galaxy's Edge
- Orange County Register
- Danas
new recipes:
- title: Revista Veintitres
author: Darko Miletic
- title: Cronica
author: Darko Miletic
- version: 3.15.0
date: 2018-01-05
new features:
- title: "Browser viewer: Allow customizing what information is displayed in the header and footer areas. Access Preferences from the viewer controls to change."
- title: "Add support for MTP devices on FreeBSD"
- title: "ToC editor: Add more case changing operations to the right click menu"
- title: "Content server: Redirect pre 2.x book URLs to new 3.x URLs via a JavaScript redirect"
- title: "Content server: Allow opening entries in the book list in a new tab via middle click/right click"
- title: "Add a tweak in Preferences->Tweaks to exclude some fields when using the Edit metadata->Copy/paste actions"
- title: "Linux: Allow using calibre-tray.png in the calibre resources folder to override the system tray icon."
tickets: [1738518]
bug fixes:
- title: "Browser viewer: Fix goto next/previous section actions not working when the sections are in different individual HTML files."
tickets: [1740333]
- title: "Edit book/Book polishing: When compressing images and the compressed image is larger thant he original, use the original image."
tickets: [1741063]
- title: "PDF input: Fix conversion of multi-level PDF Outline causing duplicate entries in the Table of Contents."
tickets: [1738385]
- title: "Edit book: Fix incorrect EPUB 3 declarations being added to the OPF file when adding covers to an EPUB 2 book"
- title: "Edit book: Fix backspace key un-indenting instead of deleting even when text is selected if the cursor is at the start of the line"
- title: "Tag browser: Fix position not being preserved when deleting books."
tickets: [1740387]
- title: "Edit Book: Use the cache directory rather than the temp directory to store working files. Hopefully prevents temp file cleaners from destroying books."
tickets: [1740460]
- title: "EPUB input: Handle books that erroneously set the mimetype for font files to text/plain"
- title: "AZW3 input: Do not fail to process files with invalid internal flow references."
tickets: [1740140]
- title: "When updating plugins, do not show the dialog asking which toolbar to put the plugin, even if the user has removed the plugin for all toolbars."
- title: "Content server: Fix using the Clear logs button preventing the server from restarting until calibre itself is restarted."
tickets: [1738433]
improved recipes:
- LA Times
- Popular Science
- Nikkei News
- version: 3.14.0
date: 2017-12-15
new features:
- title: "User manual: A new quick reference primer for regular expression syntax https://manual.calibre-ebook.com/regexp_quick_reference.html"
- title: "Content server: Allow viewing the book metadata while reading a book. In the viewer controls, tap Goto and then Metadata to see the metadata."
tickets: [1736312]
- title: "Kobo driver: Add support for new firmware"
- title: "Bulk metadata edit: Allow choosing the algorithm used for changing the case of titles"
- title: "Get books: The koobe.pl store plugin has now become the Swiat Ebookow store plugin"
- title: "Allow Copy/paste of book metadata from the main book list. Right click the Edit metadata button to access these actions."
- title: "Allow disabling the confirmation popup when opening the containing folder of many books at once."
tickets: [1735862]
bug fixes:
- title: "Nook driver: Fix books sent via calibre not appearing under My Files on the Glowlight 3 Plus"
- title: "Get Books: Update Mills & Boon, publio, empik, legimi, woblink and beam-ebooks.de plugins for website changes"
- title: "Book polishing: Do not scan book for font usage when subsetting if no embedded fonts are available."
tickets: [1737400]
- title: "Content server: Open links in the comments section from the book details page in new windows."
tickets: [1737644]
- title: "Choose English as the User interface language when a locale related environment variable is set to the C locale"
- title: "Linux installer: A nicer error message if the user tries to run the installer on an ARM machine"
improved recipes:
- Boston Globe
- The Times
- Economist
new recipes:
- title: El Cohete a la luna
author: Darko Miletic
- version: 3.13.0
date: 2017-12-01
new features:
- title: "Driver for the new Bq Cervantes 4"
- title: "Edit book: Auto-generate links to existing stylesheets when adding a new HTML file."
tickets: [1733845]
- title: "Add a button to easily clear server logs in Preferences->Sharing over the net->Show server logs."
tickets: [1730046]
- title: "Catalog generation: Store the list of fields to be used in generating CSV/XML catalogs per library."
tickets: [1730500]
- title: "Bulk metadata edit: Make the custom series controls similar to the builtin series ones, with the same set of features"
- title: "Edit book: Pre-select existing cover image (if any) in add cover dialog"
- title: "Make the Manage saved searches dialog a little easier for new users."
tickets: [1733163]
- title: "Add a tweak to control behavior of Enter on the book list"
- title: "Content server: Fix random book button on book details page multiplying."
tickets: [1732493]
- title: "Edit Book: Bulk file rename dialog: Remember last used prefix for renaming files"
bug fixes:
- title: "Tag browser: Fix use of the tweak to control order of items in the Tag browser causing unexpected expansion of items after editing metadata."
tickets: [1730245]
- title: "Content server: Improve rendering of tags/categories with long words on small screens."
tickets: [1734119]
- title: "Fix first added saved search not appearing in Tag browser until calibre restart."
tickets: [1733151]
- title: "When checking added books for duplicates, also check on the language field. So books with the same title/authors but different languages are not considered duplicates."
- title: "Edit Book: Spell check should not fail if there are non-HTML files in the spine"
- title: "Conversion: Fix an error when using the embed_all_fonts option with certain books"
- title: "Save to disk: Dont error out if the user deletes all formats to be saved."
- title: "Linux binary: Fix calibre not starting on systems where QT_QPA_PLATFORM is set to use wayland"
improved recipes:
- The Economist
- The Walrun Magazine
- China Daily
- Telepolis
new recipes:
- title: Various Russian news source
author: bugmen00t
- version: 3.12.0
date: 2017-11-09
new features:
- title: "Driver for the new Nook Glowlight 3"
tickets: [1731024]
- title: "Allow configuring the metadata fields displayed in the pop-up Book details window. To configure, simply click the 'Configure' link at the bottom of the window."
- title: "Wireless driver: Allow specifying extra file formats (unknown to calibre) to send"
bug fixes:
- title: "Fix a regression that caused clicking the clear button in the main search bar to not unapply the current search until enter is pressed."
- title: "Linux: Fix a regression causing calibre to fail to start on systems with no DBUS session bus"
- title: "Browser viewer: Fix body font being forced to sans-serif, overriding in book and user stylesheet settings"
- title: "Fix sending email failing of the computer's FQDN is set to a single period."
tickets: [1730166]
improved recipes:
- New Yorker
- Geopolityka
- version: 3.11.1
date: 2017-11-02
new features:
- title: "Kindle driver: Add support for the new Kindle Oasis"
- title: "Browser viewer: Allow the user to specify a CSS style sheet to control the look and feel of the text"
- title: "Edit book spell check: In the list of suggestions show the original word in italics."
tickets: [1727827]
- title: "Edit Book: When adding a new HTML file, add it after the file being currently edited instead of at the end."
tickets: [1728601]
- title: "Column coloring: Add a contains rule type."
tickets: [1728464]
- title: "Book details panel: Allow saving the displayed cover to disk via the right click context menu."
tickets: [1728251]
bug fixes:
- title: "Browser viewer: Fix font size and color scheme settings not being respected in the footnote popup"
- title: "DOCX Output: Fix comments/XML processing instructions in the middle of text causing text to be skipped."
tickets: [1727599]
- title: "Book details panel: Fix metadata field titles not being top aligned"
- title: "Linux: Fix long startup delay on systems that do not have a desktop notification service running"
- title: "3.11.1 fixes a couple of regression in 3.11.0 that broke configuring Get books and creating catalogs"
improved recipes:
- Financial Times
- computerworld.pl
- Tulsa World
- Science Daily
- El Mundo
- version: 3.10.0
date: 2017-10-20
new features:
- title: "Browser viewer: Show footnotes in a popup window. Similar to the popup footnote functionality in the calibre viewer."
type: major
- title: "Content server: Add an option to control the timeout for making AJAX queries to the server."
tickets: [1722016]
bug fixes:
- title: "Fix regression that broke Preferences->Conversion->Common options in version 3.9"
- title: "Server: Fix adding expressions to the search always using AND instead of respecting the setting to use OR or AND."
tickets: [1724405]
- title: "Browser viewer: Fix a regression that caused loading more than one book in the same session or using the back/forward browser buttons to require refreshing the browser."
- title: "Jobs list: Fix killing of job killing the wrong job if other jobs are completed while waiting for kill confirmation."
- title: "DOCX Output: Fix preserve cover aspect ratio option still distorting the aspect ratio slightly."
tickets: [1721864]
improved recipes:
- Lomza
- Go Comics
- Various Polish news sources
- version: 3.9.0
date: 2017-10-06
new features:
- title: "Remove the Connect to iTunes function since Apple has removed that functionality from iTunes"
description: "Now you have to use one of the wireless connection methods to connect to an iPad/iPhone, as described at: https://manual.calibre-ebook.com/faq.html#how-do-i-use-calibre-with-my-ipad-iphone-ipod-touch"
- title: "Kobo driver: Support for new firmware"
- title: "Allow changing the icons in yes/no columns via column icon rules."
tickets: [1721374]
- title: 'Quickview panel: Add a context menu with a "View" action to the book table.'
- title: "Make the elapsed time display in the jobs dialog more human friendly."
tickets: [1719059]
bug fixes:
- title: "EPUB Input: Fix styles in existing titlepage not being flattened when the titlepage is preserved during conversion."
tickets: [1720715]
- title: "Fix conversion of grayscale JPEG-XR images not working"
tickets: [1720638]
- title: "Update the douban metadata download plugin to match changes to the website"
- title: "DOCX Output: Fix the preserve cover aspect ratio option not visible"
tickets: [1719026]
improved recipes:
- Respekt Magazine
- Associated Press
- Heraldo de Aragon
- El Correo
- El Periodico de Aragon
- A List Apart
- version: 3.8.0
date: 2017-09-22
new features:
- title: "Bulk metadata edit dialog: Add an action to set metadata from e-book files."
tickets: [1717755]
- title: "Server: Add an option to control the number of books displayed per page in the browser (Preferences->Sharing over the net->Advanced)."
tickets: [1715283]
- title: "DOCX Output: Add an option to preserve the cover aspect ratio in the output document."
tickets: [1715800]
- title: "Book details panel: An option to control the layout of the panel in 'Narrow' mode (Preferences->Look & feel->Book details)"
tickets: [1714613]
- title: "If the --start-in-tray option is specified, create a tray icon even if the configuration option to enable tray icons is off."
bug fixes:
- title: "Possible fix for issue with pinning calibre to taskbar on windows. Note that as an unfortunate side-effect, you will have to unpin and re-pin calibre to the taskbar after updating."
- title: "DOCX Output: Fix text immediately after a hidden tag not being included."
tickets: [1717403]
- title: "Fix a regression that broke fetching of metadata from Douban"
- title: "Cover grid: Fix Shift+arrow keys to manipulate selection not working."
tickets: [1717828]
- title: "Editor snippets: Dont lose the last selected word when the user triggers a non-existent snippet."
tickets: [1713244]
- title: "Book details popup window: Show the cover size in the bottom right corner if the option to show cover size in the Book details panel is set."
tickets: [1716520]
- title: "Linux: Fix regression that broke using calibre on some older VNC servers"
- title: "Browser viewer: Do not fail if the book contains javascript that has errors."
tickets: [1715781]
- title: "Linux: Fix file open dialog on older KDE desktops not working correctly."
tickets: [1715648]
- title: "Update Ozon.ru metadata plugin for website changes."
tickets: [1715347]
- title: "LIT Input: Fix a buffer overflow caused by malformed LIT files."
tickets: [1713716]
- title: "Conversion: Expand -epub-writing-mode to -webkit-writing-mode and writing-mode properties for maximum compatibility."
tickets: [1713509]
- title: "Linux: Fix SONY PRS-650 not being detected"
improved recipes:
- The Hindu
- Le Monde
- Wired Monthly
- Cracked.com
- Carta
- FAZ.NET
- Newsweek
- Financial Times
new recipes:
- title: Dunya Halleri
author: Sukru Alatas
- version: 3.7.0
date: 2017-08-25
new features:
- title: "Allow searching for books in a virtual library using a new 'vl:' prefix"
- title: "Server: Show file sizes in the tooltips for the download buttons."
tickets: [1708762]
- title: "Server: Reduce the grid view minimum cover thumbnail size from 150px to 105px"
- title: "Narrow layout: Fix wasted space to the left of the comments in the Book details panel"
bug fixes:
- title: "Server: Fix downloading files via the list of formats not working when launching calibre from the home screen on iOS"
- title: "Browser viewer: Fix controls help overlay not being displayed the first time the viewer is used"
- title: "MOBI Output: Fix a regression causing a crash for some input documents that specify text-transform or font-variant CSS properties."
tickets: [1711776]
- title: "DOCX Input: Fix framed lists being rendered with the frame inside the bullets instead of outside it."
tickets: [1709569]
- title: "Fix a regression that could cause conversion to crash when using the first-letter CSS pseudo selector and outputting to MOBI or DOCX."
tickets: [1711224]
- title: "Conversion: Fix remove first image option not working for comic input with the disable comic processing option."
tickets: [1709150]
- title: "Server: Fix tooltip not working in the cover grid view."
tickets: [1708760]
- title: "Workaround for Qt bug that prevented using the shift and ctrl keys with the touchscreen"
- title: "Linux: fix native KDE file dialog not working on older systems"
- title: "Linux: Fix KDE dialogs not supporting multiple file name filter groups"
- title: "Fix libraries being sorted alphabetically by full path rather than just library name"
- title: "Server: Allow hyphens in user names"
- title: "calibredb.exe: Fix misleading error message when connecting to a server with incorrect username or password"
improved recipes:
- Asian review of Books
- Financial Times
- National Post
- Go Comics
new recipes:
- title: Paris Review and Public Domain Review by fenuks
author: fenuks
- title: IDPixel and The Insider
author: bugmen00t
- version: 3.6.0
date: 2017-08-04
new features:
- title: "Linux: Use native file dialogs via zenity or kdialog, if available"
- title: "Copy to library: Add an action to show a dialog that allows for easy selection of libraries for copy/move. Useful when there are a large number of libraries to choose from."
tickets: [1706198]
- title: 'Server: Allow deleting a downloaded book from the "Browse all downloaded books" screen'
bug fixes:
- title: "Hopefully fix an issue with the book list jumping around when using the mouse on some computers"
- title: "E-book viewer: Change the default fonts on windows to the Liberation font family. This matches the other platforms and avoids rendering issues with Times New Roman."
tickets: [1706491]
- title: "DOCX Output: Convert images placed by themselves inside block tags as block images rather than inline images."
tickets: [1707430]
- title: "Fix a typo that broke the download of a few news sources"
- title: "ebook-viewer.exe: Fix --continue-reading not working"
- title: "Fix non XML safe characters in feed descriptions causing news download to fail."
tickets: [1707545]
- title: "Browser viewer: Fix books that contain broken links with unicode characters in their paths not working."
tickets: [1704498]
- title: "Quickview: Fix regression in previous release that broke the 'Lock quickview' control"
improved recipes:
- Navy Times
new recipes:
- title: Various Sardinian news
author: tzium
- version: 3.5.0
date: 2017-07-28
new features:
- title: "Server: Add a new 'custom' mode for the book list, where you can specify exactly what metadata fields are displayed, via a template (see Preferences->Sharing over the net->Book list template)"
- title: "Speed up HTML parsing by an order of magnitude, by switching from html5lib to html5-parser"
- title: "Add support for touch screens to the main calibre book list. You can now flick to scroll, tap to select and double-tap to view books."
- title: "Server: Add an option to ban IP addresses if there are too many failed login attempts"
- title: "calibre-debug: Change the --explode-book action to only create the exploded directory and not rebuild the file. Add a new --implode-book action to rebuild the file, separately."
- title: "Book details panel: Add Manage authors/series/tags/etc. to the menu when right clicking on the item"
- title: "Kobo driver: Update for new firmware"
bug fixes:
- title: "PDF Output: Fix a regression in 2.82 that caused conversion of comics to PDF files to have successive images become smaller and smaller in some circumstances."
tickets: [1706814]
- title: "PDF Output: Fix a regression in 2.83 that caused occasional blank pages at the end of chapters when using headers/footers."
tickets: [1706484]
- title: "Get books: Update store plugins for ebook.nl and the various amazon websites"
- title: "Edit book: Hide editor toolbars if they are empty."
tickets: [1706343]
- title: "Server: Fix failed login attempts using digest auth not being logged to the main log"
- title: "Quickview: for non-text fields, sort on native values instead of text."
- title: "Fix hidden search bar state not being restored on calibre restart."
tickets: [1705916]
- title: "Fix option to not save cover separately when using Save to disk not working."
tickets: [1704925]
- title: "Server: Fix an error on browsers that do not support blob storage in IndexedDB."
tickets: [1704912]
- title: "Comic input: Fix a bug in the normalize image filter that caused a crash when converting comics that contain a page with only a single color."
tickets: [1704778]
- title: "Edit Book: Handle non-normalized unicode characters in file names better"
tickets: [1704225]
improved recipes:
- Mediapart
- New Yorker
- Boston Globe
- Private Eye
- version: 3.4.0
date: 2017-07-14
new features:
- title: "Edit book: Allow exporting all selected files to the computer from the 'File browser' by right clicking and choosing 'Export selected files'"
- title: "Server: When returning to the search page, remember the last used state of the Tag browser"
- title: "Template language: Allow the in_list() functions to return different values depending on what is found"
- title: "Add a configurable shortcut to move the focus from Quickview to the book list"
bug fixes:
- title: "Conversion: When inserting the publication year in the metadata jacket, do so in the local time zone, so it matches what is displayed in the main calibre program."
tickets: [1703439]
- title: "Server OPDS feeds: Fix incorrect counts in letter categories when there are lowercase names."
tickets: [1703251]
- title: "Edit book: Fix 'Show details' button not visible when doing 'Replace all' rather than 'Count all'"
- title: "Nook driver: Remove the % character from filenames sent to the Nook."
tickets: [1703284]
- title: "Fix calibre startup crash caused by Quickview when the applied virtual library is empty (has no books)."
improved recipes:
- FOX News
- Private Eye
- version: 3.3.0
date: 2017-07-07
new features:
- title: "Quickview panel: Allow opening and closing the panel via the Layout button in the bottom right corner."
details: "Also make various improvements to the panel's operation, see https://manual.calibre-ebook.com/gui.html#quickview"
tickets: [1701833]
- title: "Book details panel: Allow right clicking on author names to search for books by the author on Amazon."
tickets: [1702446]
- title: "Edit book: When doing a Replace/Count all with multiple searches add a 'Show details' button on the result dialog that shows the individual counts for each search."
- title: "Comments editor: Add a button to easily insert separators (i.e. <hr> tags) when editing comments"
bug fixes:
- title: "Browser viewer: Fix back/forward buttons not working correctly when clicking on links that lead to different internal files in the book."
tickets: [1700004]
- title: "Server: Fix using 'Show more books' button and then changing list mode setting causing resulting book list to be incomplete"
- title: "Server: Fix changing sort/search in the /mobile view only working with the default library."
tickets: [1701704]
- title: "DOCX Input: Fix alt and title attributes for some images not being preserved"
- title: "Amazon metadata download: Change the default source from Bing to Google as the Bing cache seems to be having trouble at the moment"
- title: "ISBNDB metadata download: Ignore SSL errors when contacting isbndb.com as they seem to have no intention of fixing their broken SSL certificate"
- title: "Conversion: Fix heuristics processing incorrectly removing some <br> tags."
tickets: [1205637]
- title: "Handle non-ASCII binary strings in the author_name_prefix/suffix tweaks."
tickets: [1701138]
improved recipes:
- Politico
- The Times
- The Sunday Times Magazine
- version: 3.2.1
date: 2017-06-29
new features:
- title: "Server: Allow logged in users to change their passwords by clicking the user icon in the top right corner of the home screen."
tickets: [1700631]
- title: "macOS: Add headless support: calibre command-line utilities can now run on macOS machines without a screen"
bug fixes:
- title: "3.2.1 has a fix for an issue that broke mouse wheel scrolling in the cover grid view"
- title: "Viewer: Fix incorrect display of pages in paged mode for books that override the box-sizing CSS property on the <body> element."
tickets: [1700109]
- title: "Server: Fix timeout errors when using SSL (particularly common when running the server on windows)"
- title: "Linux: Fix slow mouse wheel scrolling in Cover grid because of Qt bug"
- title: "Blacklist the iOS Reader applications and Marvin XD plugins as they were preventing calibre from starting up and they have not worked in a long time anyway, since Apple restricted USB access to their iOS devices"
- title: "Fix for in-program restart not working on some Windows 10 Home machines"
- title: "EPUB3 metadata: Fix handling of <dc:creator> elements with multiple roles."
tickets: [1699918]
- title: "Server: Disallow client initiated SSL renegotiation"
- title: "Windows: Try to prevent windows from showing the annoying 'no disk in drive' error messages at calibre startup if one of the calibre libraries is on a removable disk that is missing from the system"
tickets: [1701399]
improved recipes:
- The Australian
- Wired Daily
new recipes:
- title: Kitekinto
author: pofa
- version: 3.1.0
date: 2017-06-23
new features:
- title: "Edit metadata dialog: Allow right clicking the Paste ISBN button to instead paste an identifier with a different prefix."
tickets: [1698543]
- title: "Tag browser: Add an option to control the spacing between items"
- title: "Add an option in Preferences->Look & feel to show individual layout buttons in the status bar, as was the case in calibre 2.x"
- title: "Edit metadata dialog: Add buttons to easily set/clear Yes/no columns"
tickets: [1698331]
- title: "Support for RAR 5.0 format RAR and CBR files"
bug fixes:
- title: "Version 3.1.1 fixes a regression in 3.1.0 that prevented the standalone calibre-server.exe from working on Windows and macOS"
- title: "Content server: Fix various bugs in the SSL implementation causing aborted transfers when enabling SSL in the server"
- title: "Content server: Fix connections not being closed after errors/timeouts on the server side"
- title: "Fix an error during startup on Windows systems where the home directory is in a character encoding different from the system encoding"
tickets: [1699435]
- title: "Edit book: Fix escaping of text for regular expression searches unnecessarily escaping spaces"
- title: "Get Books: Search the entire catalog, including restricted books"
tickets: [1698943]
- title: "Fix regression in previous release that caused the Tag browser view to jump around when renaming items"
- title: "Splash screen: Fix text vertical overlap for some systems/font sizes"
- title: "Server: --daemonize option should not be present on Windows and macOS as it does not work on those platforms"
- title: "macOS: Fix some keyboard shortcuts not working in calibre 3.0"
tickets: [1698545]
- title: "Server interface: Fix error in the Browse all downloaded page when the book list mode is set to detailed list"
- title: "Get books: Update amazon.fr and ebooks.com plugins for website changes"
- title: "Content server: Fix for home screen being empty if the path to the calibre library has a trailing slash."
tickets: [1698489]
- title: "Content server: Fix the new server interface not working with the --url-prefix option when the trailing slash is omitted on the URL used in the browser."
tickets: [1698406]
- title: "Google images metadata download plugin: Fix for change in website causing no covers to be downloaded"
improved recipes:
- The Times
- Wall Street Journal
- New Yorker
- BBC News
- version: 3.0.0
date: 2017-06-16
new features:
- title: "For details on the major changes in calibre between 2.0 and 3.0, see https://calibre-ebook.com/new-in/twelve"
type: major
- title: "A completely re-written Content server with support for reading books in-browser on your phone/tablet. Also works in offline mode."
type: major
- title: "Support for high resolution (Retina screens)"
type: major
- title: "A new splash screen to celebrate the release of calibre 3"
- title: "Minor tweaking of the main user interface to emphasize the core features"
bug fixes:
- title: "Kobo driver: Fix for detection of some devices, with SD card not working on macOS"
- title: "Tag browser: Fix preservation of state when recounting and the visible categories have changed."
tickets: [1696596]
- title: "CHM Input: Handle CHM files that have missing or empty root files."
tickets: [1697764]
- title: "Fix Page flips options box in viewer preferences bot being laid out properly"
- title: "Fix initial down arrow in search box jumping two places"
- title: "Fix editing the authors via the book list not respecting the tweak to control author name splitting"
- title: "E-book viewer: Fix external links not working in the footnote popup panel"
- title: "Fix a regression that broke command line completion in bash"
improved recipes:
- Economist
- New York Times
- Private Eye
- The Hindu
- Harper's Magazine
- Lifehacker
- The Daily Mail
new recipes:
- title: RussiaFeed
author: Darko Miletic
0.9.1
=====
- Use https for all connections (bug #13645)
- Use the latest sunrise API (2.0) (bug #14972)
- Use xfce_panel_plugin_get_icon_size so the weather icon respects the
panel's configured icon size
- Fix link to the met.no logo
- Translation updates: Belarusian, Bulgarian, Catalan, Chinese (China),
Chinese (Taiwan), Czech, Danish, Dutch, English (Australia), Finnish,
French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
Italian, Japanese, Korean, Lithuanian, Malay, Polish, Portuguese,
Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai,
Turkish, Ukrainian