Version 2.5.3
* Add missing free_key_ctx for auth_token
* Add github actions
* Implement auth-token-user
* Update copyrights
* openvpnmsica: properly schedule reboot in the end of installation
* msvc: add ARM64 configuration
* msvc: standalone building
* contrib/vcpkg-ports: add pkcs11-helper port
* vcpkg-ports: restore trailing whitespaces in .patch files
* GitHub actions: add MSVC build
* crypto_openssl.c: disable explicit initialization on Windows (CVE-2121-3606)
* contrib/vcpkg-ports: add openssl port with --no-autoload-config option set (CVE-2121-3606)
* Fix SIGSEGV (NULL deref) receiving push "echo"
* Fix build with mbedtls w/o SSL renegotiation support
* Improve documentation of AUTH_PENDING related directives
* Apply the connect-retry backoff to only one side of a connection
1.33.1 (2021-07-20)
Bug Fixes
fallback to source creds expiration in downscoped tokens
Reverts
revert "feat: service account is able to use a private token endpoint
1.33.0 (2021-07-14)
Features
define CredentialAccessBoundary classes
define google.auth.downscoped.Credentials class
service account is able to use a private token endpoint
Bug Fixes
fix fetch_id_token credential lookup order to match adc
Documentation
fix code block formatting in 'user-guide.rst'
1.32.1 (2021-06-30)
Bug Fixes
avoid leaking sub-session created for '_auth_request'
1.32.0 (2021-06-16)
Features
allow scopes for self signed jwt
1.31.0 (2021-06-09)
Features
define useful properties on google.auth.external_account.Credentials
Bug Fixes
avoid deleting items while iterating
v1.22.11
This version fixes a problem where Yarn wasn't forwarding SIGTERM to the binary spawned via yarnPath. It also makes yarn init -2 compatible with Corepack. The behaviour of yarn init (without -2) doesn't change.
nnn v4.2 Mojito
2021-07-21
- `NNN_PLUG` indicator symbol interpretation has **changed**:
- `!` - _run-cmd-as-plugin_ (earlier `_`)
- `&` - _run-gui-cmd-as-plugin_ (earlier `|`)
- `|` (new) - page noninteractive _run-cmd-as-plugin_ output
- persistent selection markers (#1086)
- option _extract to..._ for archives
- mount remote and mount/extract archive to a smart context
- confirm file trashing to avoid accidental press of <kbd>x</kbd> (#1101)
- insert the last command executed at prompt on <kbd>Up</kbd> or <kbd>Down</kbd>
- insert the current file name at empty prompt on <kbd>TAB</kbd>
- handle redraw issue on missed `KEY_RESIZE` (#1067)
- add force-tty capability to spawn and set pagers to it (#1064)
- clear selection mode on deselecting last selected file (#1098)
- remove selected hovered entry from selection on deletion
- disable filtering in empty directories
- ignore last pressed filter character when no matches
- fix broken screen on resize while paging (#1072)
- fix archive not hovered on creation
- remove libgit2 dependency in `gitstatus` patch (#1095)
- add `-G` flag for `gitstatus` patch
- option `-X` for explorer (persistent picker) mode
- option `-F` decommissioned in favour of config `NNN_HELP`
- `-F` redefined to multiplex `NNN_FIFO` to preview or explore
- support paging noninterative _run-cmd-as-plugin_ output
- `nuke` - add option to execute binaries (#1111)
- plugin `fzopen` - call `open` on macOS, add option to use `nuke`
- plugin `fzcd` will not modify selection
- plugin `suedit` - preserve environment
- several `preview-tui` fixes
- plugin `wall` renamed to `wallpaper`
- remove plugin `fzz` - merged into plugin `autojump`
- remove plugin `upgrade` - packaging is on OBS now
- remove plugin `treeview` - needs minor `preview-tui` tweak
- remove plugin `picker` - `nnn -p -` does the same
- remove plugin `pdfview` - needs simple change in `pdfread`
- remove plugin `uidgid` - use program option `-U`
- remove plugins `mediainf`, `hexview` - simple one-liners
-------------------------------------------------------------------------------
nnn v4.1.1 Sake
2021-06-03
- fix segfault on session save (#1041)
- remove redundant `_Atomic` usage
- move [`patches`](../tree/master/patches) directory to top-level
- fix and cleanup gitstatus patch
- plugin `imgview` improvements (#1049)
- restore source-code packing on CircleCI
- add Makefile target to compile with musl
-------------------------------------------------------------------------------
nnn v4.1
2021-06-02
- a patch management model for approved patches
- multi-threaded disk usage calculation using pthreads and FTS
- dynamic view update when calculating disk usage
- <kbd>Bksp</kbd>/<kbd>Del</kbd> at empty filter prompt to refresh dir
- Try to create new context with <kbd>Shift-TAB</kbd>, else reverse cycle
- <kbd>Alt+Esc</kbd> to quit context from filter prompt
- fix zombies left behind after running plugins (#999)
- named persistent sessions (mcchrish/nnn.vim#43)
- consider nanosecond resolution when sorting by time (#978)
- check external selection in `'c'urrent / 's'el` prompt (#976)
- show number of files selected in local selection buffer, if any
- `nnn` & picker plugin (e.g. `fzopen`) sync (mcchrish/nnn.vim#82)
- make batch rename interactive (#971)
- cached uid/gid for performance improvement
- fixes for `nnn` with `netbsd-curses`, `musl-fts`, `musl` (#998)
- script to statically compile `nnn` with `musl gcc` on Ubuntu
- restore hovered file when plugin is chosen from plugin dir
- support QuickLook on WSL in `preview-tui` (#959)
- toggle `preview-tui` with the same _custom_ plugin key
- smoother preview toggling in `preview-tui` (#966)
- `listen_on` should be set in kitty.conf for `preview-tui` (#970)
- minimal `bat` style in `preview-tui`, honors `$BAT_STYLE`
- plugin `preview-tui-ext` supersedes `preview-tui` (#1033)
- plugin `fzcd` can now fuzzy search multiple directories
- plugin `imgview` supersedes `imgthumb` and `vidthumb`
- plugin `umounttree`: unmount remote mntpoint from within
- plugin `xdgdefault`: set the default app for hovered file type
- plugin `fzplug`: fuzzy find, preview and run other plugins
- plugin `cmusq`: queue/play music in `cmus`
- plugin `mocplay` renamed to `mocq`
- plugin `cleanfilename` renamed to `fixname`
- go to last dir on <kbd>~</kbd> (HOME) or <kbd>`</kbd> (ROOT) key repeat
- ambiguous key <kbd>^Space</kbd> to select/clear range dropped (#998)
- user wiki page for [Themes](https://github.com/jarun/nnn/wiki/Themes)
- show selection mark (`+`) in reverse bold for improved visibility
- reverse block replaces `>` to mark hovered entry in detail mode
- make option `O_CKBOARD` removed
- make option `O_NOLOC` renamed to `O_NOLC`
- ignore `O_NOLC` if `O_ICONS` or `O_NERD` is specified (#1026)
- unicode arrow indicators if `O_ICONS` or `O_NERD` is specified
- make option `NOX11`: disable notis, sel-clipboard sync, xterm title
- retain filter in _nav-to-type_ mode after file open
- fix no files picked with `NNN_TMPFILE` exported and <kbd>q</kbd> to quit
- disable xterm title setting in picker mode (#974)
-------------------------------------------------------------------------------
nnn v4.0 Sushi
2021-04-13
- show xterm title on option `-x`
-------------------------------------------------------------------------------
nnn v3.7
2021-04-13
- allow plugins to clear selection (#884, #889, #917)
- do not clear selection on hovered file deletion
- resurrect `'c'urrent/'s'el` prompt and option `-u` (#889)
- show only file name in reverse in detail mode
- more file/mime types supported in `preview-tui-ext`
- plugin `mtpmount` - (un)mount MTP devices
- plugin `cleanfilename` - more shell-friendly file names
- plugin `rsynccp` - copy-paste with visual progress
- replace `$HOME` by `~` in address bar
- show current path in terminal title (#911)
- total links and inode number of hardlink in statusbar
- fix symlink to text file not opening in CLI editor (#890)
- fix symlink size shown as 0B in statusbar (#888)
- show symlink target in statusbar (#893)
- show correct disk free/total on macOS (#888)
- fix directory disk usage showing as 0 on macOS (#941)
- fix name col len with `-C` and icons compiled-in (#936)
- refactor printing entries in light/detail modes (#934)
- make option `O_CKBOARD` for checker board as indicator
GooCanvas2 is a new canvas widget for use with Gtk3 that uses the Cairo
2d library for drawing. This is a simple and basic implementation of
this wonderful Canvas widget.
Changelog:
== streamlink 2.3.0 (2021-07-26)
Release highlights:
- Implemented: new plugin URL matching API [#3814], [#3821]
Third-party plugins which use the old API will still be resolved,
but those plugins will have to upgrade in the future. See the
documentation's deprecations page for more information.
- Implemented: HLS media initialization section (fragmented
MPEG-4 streams) [#3828]
- Upgraded: `requests` to `>=2.26.0,<3` and set it to `==2.25.1`
on Windows [#3864], [#3880]
- Fixed: YouTube channel URLs, premiering live streams, added API
fallback [#3847], [#3873], [#3809]
- Removed plugins: canalplus [#3841], dommune [#3818], liveedu [#3845],
periscope [#3813], powerapp [#3816], rtlxl [#3842],
streamingvideoprovider [#3843], teleclubzoom [#3817], tigerdile [#3819]
Hakkin Lain (1):
stream.hls: set fallback playlist reload time to 6 seconds (#3887)
back-to (16):
plugins.youtube: added API fallback
plugins.rtvs: fixed livestream
plugins.nos: Fixed Livestream and VOD
plugins.vlive: fixed livestream (#3820)
plugins.Tigerdile: removed
plugins.Dommune: removed
plugins.PowerApp: removed
plugins.TeleclubZoom: removed (#3817)
plugins.cdnbg: Fix regex and referer issues
plugins.rtlxl: removed
plugins.CanalPlus: removed
plugins.liveedu: removed
plugins.Streamingvideoprovider: removed
plugin.api: update useragents
plugins.youtube: detect Livestreams with 'isLive'
plugins.nimotv: use 'mStreamPkg'
bastimeyer (30):
plugins.youtube: translate embed_live URLs
plugins.periscope: remove plugin
plugins.mediaklikk: rewrite plugin
stream.hls: add type hints and refactor
stream.hls: implement media initialization section
plugin: new matchers API
plugins: update protocol plugins
plugins: update basic plugins
plugins: update plugins with URL capture groups
plugins: update plugins with spec. can_handle_url
plugins: update plugins with multiple URL matchers
plugins: update plugins with URL translations
session: resolve deprecated plugins
plugins.zdf_mediathek: refactor plugin, drop HDS
docs: add deprecations page
plugins.tv8: remove API, find HLS via simple regex
plugins.youtube: find videoId on channel pages
chore: replace issue templates with forms
chore: fix issue forms checklist
tests: remove mock from dev dependencies
vendor: set requests to >=2.26.0,<3
tests: temporarily skip broken tests on win32
tests: fix unnecessary hostname lookup in cli_main
docs: fix headline anchors on deprecations page
vendor: downgrade requests to 2.25.1 on Windows
tests: refactor TestMixinStreamHLS
streams.segmented: refactor worker and writer
streams.segmented: refactor reader
streams.hls: refactor worker
streams.hls: fix playlist_reload_time
gustaf (1):
plugins.tv4play: fix plugin URL regex
vinyl-umbrella (1):
plugins.openrectv: update HLS URLs (#3850)
Version 3.3.1 (July 14th, 2021)
-------------------------------
**Features**
* add more tests for CVE-2021-23980 / GHSA-vv2x-vrpj-qqpq
* bump python version to 3.8 for tox doc, vendorverify, and lint targets
* update bug report template tag
* update vendorverify script to detect and fail when extra files are vendored
* update release process docs to check vendorverify passes locally
**Bug fixes**
* remove extra vendored django present in the v3.3.0 whl
* duplicate h1 header doc fix
v2.10.12
========
Minor Changes
-------------
- ansible-test - aws creates and exposes a new tiny_prefix variable to provide a shorter prefix for the AWS tests.
- get_url - allow checksum urls to point to file:// resources, moving scheme test to function
- get_url - handle same SHA sum for checksum file (https://github.com/ansible/ansible/issues/71420).
Bugfixes
--------
- ansible-doc - in text output, do not show empty ``version_added_collection`` values (https://github.com/ansible/ansible/pull/74999).
- ansible-test - restrict ``packaging`` to ``< 21.0`` for Python ``< 3.6`` (https://github.com/ansible/ansible/pull/75186).
- get_url - Fixed checksum validation for binary files (leading asterisk) in checksum files (https://github.com/ansible/ansible/pull/74502).
0.13.6 (2021-07-09)
- Fix put when the source directory has a trailing slash. It will now work similarly to rsync, copying the contents of the directory.
0.13.5 (2021-06-28)
- Fix extra space sent in SSH command-line for `get()`, causing issues on some servers
0.13.4 (2021-06-08)
- Add `scp_command` attribute, allowing changing the command run on the server (for example to `sudo scp`)
Changes in Version 3.12.0
-------------------------
.. warning:: PyMongo 3.12.0 deprecates support for Python 2.7, 3.4 and 3.5.
These Python versions will not be supported by PyMongo 4.
.. warning:: PyMongo now allows insertion of documents with keys that include
dots ('.') or start with dollar signs ('$').
- PyMongoCrypt 1.1.0 or later is now required for client side field level
encryption support.
Notable improvements
....................
- Added support for MongoDB 5.0.
- Support for MongoDB Versioned API, see :class:`~pymongo.server_api.ServerApi`.
- Support for snapshot reads on secondaries (see :ref:`snapshot-reads-ref`).
- Support for Azure and GCP KMS providers for client side field level
encryption. See the docstring for :class:`~pymongo.mongo_client.MongoClient`,
:class:`~pymongo.encryption_options.AutoEncryptionOpts`,
and :mod:`~pymongo.encryption`.
- Support AWS authentication with temporary credentials when connecting to KMS
in client side field level encryption.
- Support for connecting to load balanced MongoDB clusters via the new
``loadBalanced`` URI option.
- Support for creating timeseries collections via the ``timeseries`` and
``expireAfterSeconds`` arguments to
:meth:`~pymongo.database.Database.create_collection`.
- Added :attr:`pymongo.mongo_client.MongoClient.topology_description`.
- Added hash support to :class:`~pymongo.mongo_client.MongoClient`,
:class:`~pymongo.database.Database` and
:class:`~pymongo.collection.Collection` (`PYTHON-2466`_).
- Improved the error message returned by
:meth:`~pymongo.collection.Collection.insert_many` when supplied with an
argument of incorrect type (`PYTHON-1690`_).
- Added session and read concern support to
:meth:`~pymongo.collection.Collection.find_raw_batches`
and :meth:`~pymongo.collection.Collection.aggregate_raw_batches`.
Bug fixes
.........
- Fixed a bug that could cause the driver to deadlock during automatic
client side field level encryption (`PYTHON-2472`_).
- Fixed a potential deadlock when garbage collecting an unclosed exhaust
:class:`~pymongo.cursor.Cursor`.
- Fixed an bug where using gevent.Timeout to timeout an operation could
lead to a deadlock.
- Fixed the following bug with Atlas Data Lake. When closing cursors,
pymongo now sends killCursors with the namespace returned the cursor's
initial command response.
- Fixed a bug in :class:`~pymongo.cursor.RawBatchCursor` that caused it to
return an empty bytestring when the cursor contained no results. It now
raises :exc:`StopIteration` instead.
Deprecations
............
- Deprecated support for Python 2.7, 3.4 and 3.5.
- Deprecated support for database profiler helpers
:meth:`~pymongo.database.Database.profiling_level`,
:meth:`~pymongo.database.Database.set_profiling_level`,
and :meth:`~pymongo.database.Database.profiling_info`. Instead, users
should run the `profile command`_ with the
:meth:`~pymongo.database.Database.command` helper directly.
- Deprecated :exc:`~pymongo.errors.NotMasterError`. Users should
use :exc:`~pymongo.errors.NotPrimaryError` instead.
- Deprecated :class:`~pymongo.ismaster.IsMaster` and :mod:`~pymongo.ismaster`
which will be removed in PyMongo 4.0 and are replaced by
:class:`~pymongo.hello.Hello` and :mod:`~pymongo.hello` which provide the
same API.
- Deprecated the :mod:`pymongo.messeage` module.
- Deprecated the ``ssl_keyfile`` and ``ssl_certfile`` URI options in favor
of ``tlsCertificateKeyFile`` (see :doc:`examples/tls`).
* pkgsrc change: Add supportfor blocklistd(3) (and blacklistd(3)).
* From release annuonce:
Fixed in Postfix 3.6.2, 3.5.12, 3.4.22, 3.3.19:
* In Postfix 3.6, fixed a false "Result too large" (ERANGE) fatal
error in the compatibility_level parser, because there was no
'errno = 0' statement before an strtol() call. In Postfix
3.3-3.5, fixed two older latent bugs of this kind (introduced
in 1999 and in Postfix 2.11). Problem reported by David Bohman.
* (problem introduced in Postfix 3.3) "Null pointer read" error
in the cleanup daemon when "header_from_format = standard" (the
default as of Postfix 3.3), and email was submitted with
/usr/sbin/sendmail without From: header, and an all-space full
name was specified in 1) the password file, 2) with "sendmail
-F", or 3) with the NAME environment variable. Found by Renaud
Metrich.
* (problem introduced in Postfix 2.4) False "too many reverse
jump" warnings in the showq daemon, because loop detection code
was comparing memory addresses instead of queue file names.
Reported by Mehmet Avcioglu.
* (problem introduced in 1999) The Postfix SMTP server was sending
all session transcripts to the error_notice_recipient (default:
postmaster), instead of sending transcripts of bounced mail to
the bounce_notice_recipient (default: postmaster). Reported by
Hans van Zijst.
Fixed in Postfix 3.6.2, 3.5.12, 3.4.22:
* The texthash: map implementation broke tls_server_sni_maps,
because it did not support multi-file inputs. Reported by
Christopher Gurnee, who also found an instance of the missing
code in the "postmap -F" source code. File: util/dict_thash.c.
Perl bindings to the 3.x series of the gtk+ toolkit. This module allows you to
write graphical user interfaces in a Perlish and object-oriented way, freeing
you from the casting and memory management in C, yet remaining very close in
spirit to original API.
Overview of changes in Cairo 1.109
==================================
* Remove PDF outline exports that do not exist
Overview of changes in Cairo 1.108
==================================
* Add missing status codes
* Add Perl bindings for Cairo surface mime type setting/getting and get extents
* Add bindings for PDF outline support
* Add example file for PDF outline support bindings
* Updated MANIFEST file with newly added files
* Makefile.PL: updated Git URLs
* Add defined constants for MIME types, pdf outlining, and tags
Changelog:
The biggest improvements Nextcloud Hub 22 introduces are:
User-defined groups with Circles that makes it easier to manage teams where you can share files or assign tasks to circles, or create chat rooms for a circle
Integrated chat and task management where you can simply share a deck card into a chat room or turn a chat message into a task
Easy approval workflow, where an administrator can define a new approval flow in the settings and users can, on a document, request approval
Getting your document signatures easy with integrated PDF signing with DocuSign, EIDEasy, and LibreSign
Integrated knowledge management Nextcloud puts knowledge available to everyone at a moments' notice, providing easy search, sharing, and portable access
Groupware improvements bringing a trash bin feature in Calendar, resource booking to facilitate the handling of resources in organizations. Nextcloud Mail features improved threading, email tagging, and support for Sieve filtering
* Fix PR pkg/56048 with Yasushi Oshima's patch.
Changelog:
7.1.5.2
Bugs fixed compared to 7.1.5 rc1:
1. tdf#138432 EDITING: Regression in handling of the group separator in
formula context [Eike Rathke]
2. tdf#140431 FILESAVE XLSX Double file:// prefix when saving hyperlink
pointing to file on network share to XLSX [T??nde T??th]
3. tdf#140506 REGRESSION Setting to repeat heading in writer tables no longer
works [Bjoern Michaelsen]
4. tdf#140594 Screen reader does not announce new spinbox value when changing
it with up/down key (Windows) [Michael Weghorn]
5. tdf#143146 Crash by click on properties symbol for calc data in writer
[Caol??n McNamara]
6. tdf#143149 Crash in: vcl::Window::GetParentWithLOKNotifier() [Caol??n
McNamara]
7. tdf#143153 Editing Crash when grouping Text (Fit to Frame) and object [Caol
??n McNamara]
8. tdf#143165 [EDITING] When I type "5-d" into cell, it is autoconverted into
date 2021/07/05 [Eike Rathke]
9. tdf#143245 Clicking anywhere in the Description area will trigger the Form
creation window [Caol??n McNamara]
10. tdf#143291 Selecting the None slide transition has no effect [Caol??n
McNamara]
7.1.5.1
Bugs fixed compared to 7.1.4 RC2
1. ofz#34221 avoid OOM [Caol??n McNamara]
2. ofz#34297 indirect-leak [Caol??n McNamara]
3. tdf#55007 [EMF] FILEOPEN: Close circle instead of arch (exported by Catia
v5) [Bartosz Kosiorek]
4. tdf#81757 Calculations order do not follow cell dependencies [Eike Rathke]
5. tdf#96061 Text background/highlighting color doesn't reopen well in LO when
exporting as PPTX (OK in MSO) [G??l?ah K?se]
6. tdf#116501 Writer freezes when working with this particular ODT document
[Michael Stahl]
7. tdf#118637 EXPORT: XHTML: text missing after formula [Svante Schubert,
Xisco Fauli]
8. tdf#127013 The input fields for separators ("Function", "Array column",
"Array row") allow to choose improper characters. [Eike Rathke]
9. tdf#127028 Add DRAW templates to LibreOffice [Toma? Vajngerl]
10. tdf#127145 [WMF] FILEOPEN File is rendered with thin stroke on rounded
rectangles, but should be thick. [Bartosz Kosiorek]
11. tdf#132752 DOCX import: invalid paragraph indentation [Vasily Melenchuk]
12. tdf#134675 [EDITING] Whole column cannot be pasted to a column range over
23 selected by shift-click [Eike Rathke]
13. tdf#136766 UI: Zoom slider in toolbar of Calc's print preview has white
background [Noel Grandin]
14. tdf#137199 FILESAVE: DOCX to ODT Static text in numbered list is lost
[Vasily Melenchuk]
15. tdf#137314 FILEOPEN DOCX VML shapes with arbitrary rotation imported
incorrectly [Regina Henschel]
16. tdf#139447 Crash when dragging a query or table from "Data Sources
Explorer" window to a calc sheet. [Caol??n McNamara]
17. tdf#139658 FILEOPEN: some (multi component) chart labels are incomplete [T
??nde T??th]
18. tdf#139915 FILEOPEN DOCX Two text boxes on two pages open on a single page
[Miklos Vajna]
19. tdf#140360 Provide option to turn off sidebar's minimum width [Heiko
Tietze]
20. tdf#140623 Fileopen DOCX: Text Orientation of X-Axis 0 instead of 45
degrees [T??nde T??th]
21. tdf#141311 Missing Decimal Places for Rotation in Sidebar [Katarina
Behrens]
22. tdf#141408 Updating Ukrainian spellchecker [Andras Timar]
23. tdf#141769 Crash in: cppu::OInterfaceContainerHelper::disposeAndClear
(com::sun:⭐:lang::EventObject const &) [Caol??n McNamara]
24. tdf#142061 macOS: Calc UI: Display anomalies when resizing columns
[Thorsten Wagner]
25. tdf#142180 Invalid text comparison result in Basic [Joshua Williams]
26. tdf#142263 Regression with EMF sample from 55007 [Bartosz Kosiorek]
27. tdf#142268 [EMF] Arc with bottom corner above the top one [Bartosz
Kosiorek]
28. tdf#142325 Error read rtf created Gnostice eDocEngine V5.0.0.548 [Miklos
Vajna]
29. tdf#142370 CRASH: Closing tip of the day ( GTK3 ) [Caol??n McNamara]
30. tdf#142395 FILEOPEN CSV: Space trailing values imported as garbage [Mike
Kaganski]
31. tdf#142467 Inserting series in Stock Chart Data Table crashes Writer
(Fedora only?) [Caol??n McNamara]
32. tdf#142478 [CRASH] searching on slide notes will crash Impress [Toma?
Vajngerl]
33. tdf#142513 Wrong zoom directing within Calc's print preview [Jim Raykowski]
34. tdf#142629 Importing psd image with transparent background results in
"Unknown image format" [Noel Grandin]
35. tdf#142716 PPTX EXPORT: Text content is partially lost [G??l?ah K?se]
36. tdf#142721 impossible set single cell border inside a table [Caol??n
McNamara]
37. tdf#142745 [EMF] Hang on FillRgn EMR [Bartosz Kosiorek]
38. tdf#142767 SIDEBAR: First shape in each one of the Shapes Sidebar's
sections does not work [Caol??n McNamara]
39. tdf#142852 KMFL characters are not "swallowed" in a Writer textbox or
shapeText [Caol??n McNamara]
40. tdf#142873 Calc: Print preview zoom-out zoom-in buttons don't work in
'Tabbed' UI, nor in 'Grouped Bar Compact' UI mode [Julien Nabet]
41. tdf#142932 Crash when pasting cells with comments and "skip empty cells"
option selected [Julien Nabet]
42. tdf#143008 Text to Columns converts type date with AM/PM time wrongly [Eike
Rathke]
43. tdf#143047 Error in the tooltip in Toolbar if a hotkey is assigned [Mike
Kaganski]
44. tdf#143081 Basic Replace() function crashes LO [Julien Nabet]
45. tdf#143088 Endless loop when opening file with many (change tracked)
comments [Caol??n McNamara]
This release does not contain new "ABI features". The ABI (Application
Binary Interface) is 100% compatible with releases 1.3.5 and 1.3.6.
CHANGES IN FLTK 1.3.7 RELEASED: Jul 25 2021
FLTK 1.3.7 is a maintenance release for macOS only. It fixes one
regression introduced in FLTK 1.3.6 and two long standing timer
issues on macOS.
Other platforms than macOS are not concerned.
Changes:
Avoid premature FL_RELEASE event at start of drag-n-drop operation
Fix a timer inconsistency and prevent a crash
Fl::add_timeout() must always create a new timer (#248)
- adds support for panel on pinebook-pro (needs rk_anxdp.c r1.4)
- enable ahci/sata for rockpro64
- workaround usb_stop() bug in u-boot. see eg:
https://patchwork.ozlabs.org/project/uboot/patch/20210406151059.1187379-1-icenowy@aosc.io/
- remove long obsolete files
tested on original iso pbp that was upgraded to ansi key, and a
first generation ansi pbp, as well as two rockpro64 v2.1s.
thanks to nia and joerg for help with updating.
see https://www.blender.org/download/releases/ for a full list
of changes. vague summary includes:
2.91:
The fourth major release in 2020 is here to further improve the
user experience, adding powerful new booleans, better cloth
sculpting with support for collisions, volume objects modifiers,
improved animation tools and so much more.
Introducing collision support for the sculpt cloth brush and
filter.
The new Sculpt Trim tool lets you cut and even add geometry using
box or lasso gestures.
This brush includes a set of deformation modes designed to control
the shape of the mesh boundaries.
The new Simulation Target property allows the Pose and Boundary
brushes to simulate cloth effects as you use them.
Introducing the Exact solver to take care of complex geometry.
Curve and text objects now have support for custom bevel profiles,
just like the bevel modifier.
All bevel types now support flat curve caps too!
A new modifier for volume objects allows you to dynamically
convert them into a mesh, ideal for stylized fluids.
Convert any mesh into a volume and combine it with the new Volume
Displace modifier.
Convert images into Grease Pencil objects with just one click!
The new Holdout option in materials allows you to paint holes in
strokes and filled areas.
Can't remember where that setting is? Search for it!
Sloppy typing? Don't worry! Fuzzy search makes it so you can be
less precise and still find what you look for.
The new support for Compound Shape collisions allow for complex
simulations not possible before.
You now can combine multiple primitive shapes into a concave
shape, resulting in blazing fast simulations.
Everywhere! Tag your collections with colors.
Drag & drop now works for modifiers, constraints and Grease Pencil
effects.
Animation curves can now become much snappier, allowing for more
sudden changes with fewer keyframes required.
2.92:
A completely new workflow for editing meshes, new physics
simulation methods, faster Cycles rendering, better compositing
with Eevee, and so much more. Blender 2.92 marks the beginning of
something incredible.
The new Geometry Nodes editor opens the door for creating and
manipulating meshes using a node-based system.
Create your own custom modifier! Expose properties from the nodes
in the modifier stack for an easy-to-use interface.
This first iteration focuses on object scattering and instancing,
laying the groundwork for more advanced workflows in the upcoming
releases.
Smear multires displacement over the limit surface similar to how
smearing for colors and topology slide works.
Shape silhouettes as you please with this new option in the Grab
tool.
Mesh Fairing allows you to visually remove parts of your mesh by
completely smoothing the area inside a Face Set.
Grease Pencil strokes can now be edited as curves!
The Trace Image feature now supports image sequences!
Grease Pencil interpolation has been improved to better deal with
different sized strokes.
Volume rendering is significantly more memory efficient, by using
a sparse NanoVDB grid.
OptiX now supports hybrid rendering to combine the power of your
CPU and GPU devices.
See everything with the new Exposure node in the Compositor.
2.93:
A total of 22 new nodes were added to the Geometry Nodes editor
expanding the attribute system, sampling textures, support for
volume data, improved usablity, mesh primitives, Cycles support
for attributes, and much more.
It is now possible to create mesh circles, cones, cubes,
cylinders, grids, ico-spheres, uv-spheres, and lines without ever
leaving the Geometry Nodes editor.
Geometry Nodes allows you to create the most flexible modifiers.
For this releases' splash, the author Erindale went all-in and
made the entire thing pretty much using only Geometry Nodes.
It has never been easier to create, tweak, and expand Masks or
Face sets as you sculpt.
Splitting complex figures into multiple objects is a quick way to
significantly improve performance. In order to ease this workflow,
there is a new way to quickly jump between objects while in Sculpt
mode.
The Line Art modifier generates stylized lines on your scene,
collections, or individual objects.
The Interpolate operator is now a full-fledged tool!
The new Eevee looks so good you may want to re-render all your
projects.
The new Depth of Field handles close-ups and outlines much better.
Volume shaders in Eevee now support Area Lights and Soft Shadows.
0.8.2
Changes
- Improved yank and undo alloc'ing. Malloc as much we need from start
in a long batch and avoid small mallocs.
- Changed the way lua scripts are referenced in formulas. Now they are
input as any other string formula, like this:
\"@lua("script_name.lua", 1) being 1 if the reference should be added
to the depgraph or not, making it evaluated just once or every time
the depgraph is evaluated.
NOTE that if set to 0 and the cell is referenced by another cell, it
will be executed nonetheless.
- Added new exec_lua configuration variable.
- Rows now can have height higher than one LINE. See fj and fk in
normal mode or :formatrow in command mode.
- Wrap cell content. new autowrap config value. works when nooverlap
and notruncate are set.
- Open URL or file specified on cell (PR 401)
- Import mkd files
- Multiple frozen rows/columns (fr / fc in normal mode)
- Added mapping_timeout configuration variable with a default value of
1500ms (used to be a fixed value of 800ms).
- Added mouse support in insert and command mode. The selection of a
cell gets copied to inputbar.
- Added command_timeout configuration variable.
- handle hidden rows/cols in undo/redo of ir/ic/dr/dc
- Added backwards search with '?'
- Restore \\* from old SC. \\{char} fills the cell with n occurrences
of {char} to complete its width
- Store frozen rows and cols when saving file
- Added :formatcol command (handling its undo as well)
- Added :formatrow command (handling its undo as well)
- Added undo of freeze row and col
- Handle \n in cell input, and with autowrap
- Handle undoing changes in row height produced by string input
- Changed input bar from window to pad: permits entering string longer
than COLS.
- @count counts cells with strings as well, and not just with numbers.
- Handle entering a label after :datefmt for datetime value edition.
- New dracula / papercolor themes.
- Added EvalRange() so that the graph is not evaluated entirely all the
time.
- Replaced 'EvalAll' with 'EvalRange'.
- Removed unneeded parameters on EvalJustVertex"
- Added eval_order in EvalRange and rebuild_graph.
- Added @evaluate / @sevaluate functions
- Handle @nval dependencies.
- Handle @mycol/@myrow calls during startup when no EvalJustOneVertex
is yet called
- Added @getent (FR issue #451)
- The saving format for :w command would be according to current file
format. #493
- modified savefile() of file.c to check current file format before
saving a file.
- Keep consistent with other format such as csv and save the file with
the same format as current file.
- Added HELP_HIGHLIGHT definition color for help page.
- Renamed GRID_PAIR to GRID_EVEN in color.c.
- UNDO of :fsum is handled by let.
- calc_offscr_rows/cols rewriten and renamed to calc_mobile_rows/cols
Fixes
- Fix old sc bug - issue #371
- Fix when saving sc files of cells that has some string expressions -
issue #541
- Fix leak in nval.
- Fix Issue #372.
- Free lua memory at exit.
- Fix when saving marks in file after importing xlsx file and saving it
in sc format.
- EXPR and NUMBER colors were overloaded by STRING color #546
- Fix markdown export when empty col was added left to data
- Fix in :showrows command.
- :fsum added to command mode commands. It was missing.
- Added :showcols command that was missing.
- Handled issue #429
- handled issue #374
- Ignore SIGWINCH outside ncurses.
- triggers: Avoid segfault when not being able to load module. Issue
#325
0.8.1
New features
- Braille support
- Added latex export - issue #394
- Added mappings for command mode
- Work on issues #225 and #247: support mapping of ñ and other special
chars
- Basic ODS file import
- Paste to a range of selected cells - (actually added on v0.8 - issue
438 - PR 445)
- Added txtdelim | for csv files import - issue 409
- Added macros to --version (show version)
- Support higher versions of lua.
- Handle ESC key in mappings. related to issue #492.
- Added freeze to visual mode - issue #459
Changes
- Recognise SPACE in mappings rather than simple ' '
- Visual change: Moved cmd multiplier to the left of mode
- Changed default headings colors
- many improvements to the config facility and usage - PR 519
- improved sort for 65k rows
Fixes
- Fix issues on CIRCULAR REFERENCES: #473#201#475#321. these were as
hard.
- Fix issue 417 and added a date type in xlsx import.
- Fix Engformat overlap text y número. Mostraba * (actually fixed
on v0.8)
- Fix column header display - overflow with column width 2 and column
with two letters - PR 517
- Fix isnumeric test to recognise floats: affects copy/paste - PR 450
- Fix issue setting conf variables like nonumeric
- Fix when showing empty text - 944844505d7cdb7d3d392a5c1d2b3ffde40a1fff
- Fix issue #227 - this was hard. used to segfault and keep wrong
reference after deleting row that is last in range of expr. ex.
@avg(B1:B4) and deleting row 4
- Fix issue #433: large memory use with multiple linked cells.
- Fix issue #287 - valueize didnt update depgraph
- Solved issue #399. 'g' command of NORMAL_MODE changed to 'gt'"
- Fixed vmaps in get_mappings function.
- Fixed bug on 'error' in gram.y - comment on issue #482
- Fix issue #457: cursor position could add empty rows or columns when
exporting csv files
- Fix issue #288: ^ misbehaving when having fixed rows
- Fix in mouse clicks
- Fix possible memory leak in add freeze
- XLSX: Free memory leak when looking for specified sheet.
- XLSX: Avoid segfault when using shared formulas. issue #218.
Packaging changes:
- Now uses pkgsrc or system libraries instead of bundled (minizip, md5).
Upstream changes:
1.1.1
- Added optional third party library to handle sprintf handling of
doubles. This is to avoid issues with number formatting in some locales. The
optional library is the Milo Yip DTOA implementation.
- Added the LXW_EXPLICIT_FALSE variable to allow the default bold property in
chart title fonts to be turned off.
1.1.0
- Fix for Cocoapod issue where local md5 files conflicted with BoringSSL headers.
1.0.9
- Added support for Excel 365 dynamic arrays. See
worksheet_write_dynamic_array_formula() worksheet_write_dynamic_formula()
and ww_formulas_dynamic_arrays.
1.0.8
- Fix for dynamic library soname on Linux.
1.0.7
- Added support for writing Unix date/times via the
worksheet_write_unixtime() function.
- Added support for dynamic library soname version to help packagers and build
systems differentiate ABI versions.
1.0.6
- Added support for using OpenSSL MD5 functions instead of built in third
party library. See gsg_md5.
1.0.5
- Added support for worksheet background images via
worksheet_set_background().
1.0.4
- Added support for GIF image files (and in Excel 365, animated GIF files).
1.0.3
- Added some fixes to make the library compile more cleanly as an R library.
1.0.2
- Added option to set row heights and column widths in pixels via the
worksheet_set_row_pixels() and worksheet_set_column_pixels() functions.
1.0.1 March 30 2021
- Added support for pkg-config to Make/Cmake installs. See the
gsg_using section of the Getting Started guide.
- Added ability to add accessibility options "description" and "decorative" to
images via worksheet_insert_image_opt() and lxw_image_options.
- Added the workbook_read_only_recommended() function to set the Excel
"Read-only Recommended" option that is available when saving a file.
- Fixed issue where pattern formats without colors were given a default black
fill color.
- Added option to set a chart crossing to 'min' via
chart_axis_set_crossing_min() as well as the existing 'max' option. The
'min' option isn't available in the Excel interface but can be enabled via
VBA.
- Added some additional information on using constant_memory mode with memory
mounted /tmp directories. See ww_mem_temp.
- Added build option to compile libxlsxwriter as a "universal binary" for both
Apple silicon and Intel-based Macs, i.e., arm64 and x86_64. See
gsg_universal.
- Fixed issue where the limit for header/footer strings was
255 bytes instead of 255 characters and as a result UTF8
strings were being truncated.