Releases: k-box/k-box
v0.33.1
What's Changed
- Upgrade to Laravel 8 by @avvertix in #497
- Upgrade Tailwind to version 2.1 by @avvertix in #499
- Fix handling of reindex state under admin storage by @avvertix in #503
- Improve layout of error message when adding new users to share by @avvertix in #506
- Various dependencies upgrades
Full Changelog: v0.33.0...v0.33.1
v0.33.0
Sorting
In this release we introduce the possibility for your users to sort documents based on their
preferences.
Documents can be sorted based on name, last modified date, creation date and language within My uploads, Recent, Starred and within Collections. Shared documents can also be sorted by date and user.
Sorting works also when performing a search, although limited to document fields like name, last modified date and language.
Sorting options are visible in the column headers if using the detail view, and in a specific sorting menu on all other visualizations.
Other improvements
- Add ability to star a document from details panels
- Add language selector under the profile menu
- Fix highlighted document or collection not in visible area
- Fix documents in collection not reindexed after move
- Support markdown in project description
Upgrade notice
Project microsites
Microsites have been removed. Existing microsites will be deleted during the upgrade procedure.
If you have data of interest be sure to have a backup or copy it in advance outside of the K-Box.
Deprecation
The following previously scheduled deprecation/removal
for release 0.33 have been postponed:
- Remove Internet Explorer 11 support
- Remove Video uploader
If you are a developer or a maintainer, please have a look at the changelog for a complete list of changes.
v0.32.3
v0.32.2
v0.32.1
v0.32.0
Log in and register via external providers
In this release we introduce the possibility for your users to log in and register
using Gitlab and Dropbox accounts.
A user can connect the external services also to an already existing account.
Doing so will enable to log in with the connected services.
It is important to note that this option is configurable and not enabled by default on all K-Boxes installation.
Other improvements
- Allow project creation from the sidebar
Deprecation and removal
Internet Explorer 11 support
Version 0.32 will be the last to support Internet Explorer 11 or below,
we suggest to use Microsoft Edge, Firefox, Google Chrome, Opera or Safari.
Removal date: January 2021 (version 0.33).
Video and document uploader
Currently the K-Box offers two separate upload mechanism, one for documents
and the other for videos. The video uploader is now deprecated, the
preferred way to upload files is to use the drag and drop or the
Upload document entry (under Create or add). The next version
will unify the labels.
Removal date: January 2021 (version 0.33).
Project microsites
Microsites have been deprecated, and moved behind a switch, since version 0.29.
Microsite feature will be removed in the next version due to usage and
security concerns. If you are not using the feature we suggest to make
sure it is disabled. If you are actively using it we suggest to not
use the option to show content from RSS.
Removal date: January 2021 (version 0.33).
If you are a developer or a maintainer, please have a look at the changelog for a complete list of changes.
v0.31.6
v0.31.5
v0.31.4
Changed
Fixed
- Improve accessibility check when sharing documents and collections by @AlbinaMuzafarova (#443)
- Fix retrieve of number of documents per page when user not logged in (#447)
- Fix markdown preview hide parts of a document (#445)
v0.31.3
Added
- Publication retry command to retry failed publications on K-Link (#441)
Fixed
- Prevent failed K-Link publication to cause export error (#440)
- Create Collection button creates sub-collections when browsing a collection by @AlbinaMuzafarova (#439) (regression)