mirror of
https://codeberg.org/readeck/browser-extension.git
synced 2026-05-08 11:22:27 +00:00
Version 2.6.3
This commit is contained in:
@@ -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)
|
||||
|
||||
Generated
+2
-2
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user