Version 2.6.3

This commit is contained in:
Olivier Meunier
2026-04-03 17:50:12 +02:00
parent 3eb692a39a
commit 18a1427705
3 changed files with 15 additions and 3 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## [2.6.3] - 2026-04-03
### Improved
- Progress and form display improvements, by [@sockenklaus](https://codeberg.org/sockenklaus)
- Better linters configuration, by [@mislav](https://codeberg.org/mislav)
- Add source maps to release artifacts, by [@mislav](https://codeberg.org/mislav)
- Ignore JS exceptions when attempting to serialize canvas to image, by [@mislav](https://codeberg.org/mislav)
- Don't send AVIF images to Readeck and prioritize JPEG and PNG formats when possible
- Prevent unnecessary bookmark update after saving
### Fixed
- Typo in save dialog, by [@superuser-does](https://codeberg.org/superuser-does)
## [2.6.2] - 2026-03-04
### Added
- Shadow DOM support, by [@mislav](https://codeberg.org/mislav)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "readeck-extension",
"version": "2.6.2",
"version": "2.6.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "readeck-extension",
"version": "2.6.2",
"version": "2.6.3",
"license": "GPL-3.0-only",
"devDependencies": {
"@eslint/js": "^9.39.3",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "readeck-extension",
"version": "2.6.2",
"version": "2.6.3",
"description": "Readeck browser extension",
"author": {
"name": "Olivier Meunier",