mirror of
https://codeberg.org/readeck/readeck.git
synced 2025-12-22 05:07:08 +00:00
Update changelog
and some dependency updates in makefile
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
## [unreleased]
|
## [unreleased]
|
||||||
### Added
|
### Added
|
||||||
- HTTPS listener with certificate/key pair
|
- HTTPS listener with certificate/key pair
|
||||||
- handle lazy-loading "data-src" pattern for embedded videos, by [@mislav](https://codeberg.org/mislav)
|
|
||||||
- log_time_format (and READECK_LOG_TIME_FORMAT) configuration option, by [@mislav](https://codeberg.org/mislav)
|
- log_time_format (and READECK_LOG_TIME_FORMAT) configuration option, by [@mislav](https://codeberg.org/mislav)
|
||||||
- OAuth2 authorization code flow
|
- OAuth2 authorization code flow
|
||||||
- OAuth2 device code flow
|
- OAuth2 device code flow
|
||||||
@@ -14,8 +13,12 @@
|
|||||||
- Go-Readability v2, by [@mislav](https://codeberg.org/mislav)
|
- Go-Readability v2, by [@mislav](https://codeberg.org/mislav)
|
||||||
|
|
||||||
### Improved
|
### Improved
|
||||||
|
- Handle lazy-loading "data-src" pattern for embedded videos, by [@mislav](https://codeberg.org/mislav)
|
||||||
- Support CSS units when parsing SVG element dimensions, by [@mislav](https://codeberg.org/mislav)
|
- Support CSS units when parsing SVG element dimensions, by [@mislav](https://codeberg.org/mislav)
|
||||||
- Stop tracking reading progress once it reaches 100%
|
- Stop tracking reading progress once it reaches 100%
|
||||||
|
- ARIA attributes on forms and messages
|
||||||
|
- Better JSON-LD and microdata support in content extraction
|
||||||
|
- Split token for password recovery
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Reddit content-script, by [@linsui](https://codeberg.org/linsui)
|
- Reddit content-script, by [@linsui](https://codeberg.org/linsui)
|
||||||
@@ -25,6 +28,8 @@
|
|||||||
- Layout but with modal image button on small images
|
- Layout but with modal image button on small images
|
||||||
- Readability: avoid unwrapping meaningful HTML elements, by [@mislav](https://codeberg.org/mislav)
|
- Readability: avoid unwrapping meaningful HTML elements, by [@mislav](https://codeberg.org/mislav)
|
||||||
- Sync API date selection with SQLite
|
- Sync API date selection with SQLite
|
||||||
|
- Retrieve label with zero width joiner (ie. compound emojis)
|
||||||
|
- Content Script for arstechnica (com and co.uk)
|
||||||
|
|
||||||
## [0.20.4] - 2025-10-18
|
## [0.20.4] - 2025-10-18
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
4
Makefile
4
Makefile
@@ -32,8 +32,8 @@ export GOARCH?=
|
|||||||
SITECONFIG_SRC=./ftr-site-config
|
SITECONFIG_SRC=./ftr-site-config
|
||||||
SITECONFIG_DEST=pkg/extract/contentscripts/assets/site-config
|
SITECONFIG_DEST=pkg/extract/contentscripts/assets/site-config
|
||||||
|
|
||||||
GOLANGCI_PKG ?= github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.6.1
|
GOLANGCI_PKG ?= github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.6.2
|
||||||
AIR_PKG ?= github.com/air-verse/air@v1.63.0
|
AIR_PKG ?= github.com/air-verse/air@v1.63.1
|
||||||
SLOC_PKG ?= github.com/boyter/scc/v3@v3.6.0
|
SLOC_PKG ?= github.com/boyter/scc/v3@v3.6.0
|
||||||
|
|
||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user