Skip to content

Releases: k-box/k-box

v0.33.1

12 Feb 11:28
Compare
Choose a tag to compare
v0.33.1 Pre-release
Pre-release

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

05 Apr 14:51
Compare
Choose a tag to compare

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

16 Jan 19:02
Compare
Choose a tag to compare

Changes

  • Update video-processing-cli to version 0.7.0

v0.32.2

15 Jan 18:04
Compare
Choose a tag to compare

Changes

  • Upgrade Axios and Laravel to latest version

v0.32.1

14 Dec 20:15
Compare
Choose a tag to compare

Added

  • Quickly copy the link to a document, collection or project from the detail panel (#73, #464)

v0.32.0

28 Nov 14:12
Compare
Choose a tag to compare

0.32 release cover image

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

15 Oct 21:22
Compare
Choose a tag to compare

Fixed

  • Error when exporting projects named with slash or containing as collections or documents (#451)
  • Duplicate files included into project export (#451)

v0.31.5

14 Oct 15:05
Compare
Choose a tag to compare

Added

  • Project export command (#448)

v0.31.4

13 Oct 19:50
Compare
Choose a tag to compare

Changed

  • Update translation for Russian and Tajik languages by @najiba-f (#446)

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

22 Sep 08:57
Compare
Choose a tag to compare

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)