Skip to content

Commit 0402b85

Browse files
committed
build(release): 0.8.2
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
1 parent 4b01ae9 commit 0402b85

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55

66
# Changelog
77

8+
## 0.8.2
9+
10+
### Fixed
11+
12+
* [[stable0.8] fix and improve detection and import of ods, xlsx and csv documents (tables#1478)](https://github.com/nextcloud/tables/pull/1478)
13+
* [[stable0.8] enh: use tiptap's editor to render HTML (tables#1489)](https://github.com/nextcloud/tables/pull/1489)
14+
* [[stable0.8] fix return status in a few cases and add integration tests against content modification through Applications (tables#1423)](https://github.com/nextcloud/tables/pull/1423)
15+
16+
### Dependencies
17+
18+
* [[stable0.8] Fix npm audit (tables#1475)](https://github.com/nextcloud/tables/pull/1475)
19+
20+
### Other
21+
* [[stable0.8] build(dev-deps): update phpunit for PHP 8.4 compat (tables#1479)](https://github.com/nextcloud/tables/pull/1479)
22+
823
## 0.8.1
924

1025
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Share your tables and views with users and groups within your cloud.
2525
Have a good time and manage whatever you want.
2626
2727
]]></description>
28-
<version>0.8.1</version>
28+
<version>0.8.2</version>
2929
<licence>agpl</licence>
3030
<author mail="florian.steffens@nextcloud.com">Florian Steffens</author>
3131
<namespace>Tables</namespace>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tables",
33
"description": "Manage data within tables.",
4-
"version": "0.8.1",
4+
"version": "0.8.2",
55
"author": "Florian Steffens <florian.steffens@nextcloud.com",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"

0 commit comments

Comments
 (0)