Skip to content

Releases: nextcloud/news

28.0.0-beta.2

13 Jan 07:30

Choose a tag to compare

28.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • Add .github/copilot-instructions.md for coding agent onboarding by @Copilot in #3429
  • improve agent instructions by @Grotax in #3435
  • build(deps): Bump php-feed-io/feed-io from 6.1.2 to 6.2.0 by @dependabot[bot] in #3430
  • build(deps): Bump @nextcloud/router from 3.0.1 to 3.1.0 by @dependabot[bot] in #3432
  • build(deps-dev): Bump the vite group with 2 updates by @dependabot[bot] in #3431
  • build(deps-dev): Bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #3433
  • build(deps-dev): Bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #3439
  • build(deps-dev): Bump the vite group with 2 updates by @dependabot[bot] in #3438
  • build(deps): Bump @nextcloud/vue from 9.2.0 to 9.3.0 by @dependabot[bot] in #3441
  • build(deps-dev): Bump the vite group with 3 updates by @dependabot[bot] in #3440
  • build(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #3443
  • build(deps): Bump svenstaro/upload-release-action from 2.11.2 to 2.11.3 by @dependabot[bot] in #3444
  • testing: set global.appVersion needed since @nextcloud/vue 9.3.0 by @wofferl in #3445
  • build(deps): Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 by @dependabot[bot] in #3446
  • build(deps-dev): Bump the vite group with 2 updates by @dependabot[bot] in #3449
  • build(deps-dev): Bump @types/lodash from 4.17.20 to 4.17.21 in the types group by @dependabot[bot] in #3450
  • build(deps): Bump vue from 3.5.24 to 3.5.25 in the vue group by @dependabot[bot] in #3448
  • build(deps): Bump bamarni/composer-bin-plugin from 1.8.2 to 1.8.3 by @dependabot[bot] in #3451
  • build(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.5 to 9.0.0-rc.6 by @dependabot[bot] in #3452
  • build(deps-dev): Bump the vite group with 2 updates by @dependabot[bot] in #3453
  • build(deps): Bump @vueuse/core from 14.0.0 to 14.1.0 by @dependabot[bot] in #3455
  • build(deps): Bump mdast-util-to-hast from 13.2.0 to 13.2.1 by @dependabot[bot] in #3458
  • build(deps-dev): Bump vite from 7.2.4 to 7.2.6 in the vite group by @dependabot[bot] in #3457
  • build(deps): Bump actions/checkout from 5.0.1 to 6.0.1 by @dependabot[bot] in #3459
  • build(deps-dev): Bump doctrine/dbal from 3.10.3 to 3.10.4 by @dependabot[bot] in #3456
  • build(deps-dev): Bump the vite group with 2 updates by @dependabot[bot] in #3461
  • build(deps-dev): Bump vite from 7.2.6 to 7.2.7 in the vite group by @dependabot[bot] in #3463
  • build(deps): Bump actions/setup-node from 6.0.0 to 6.1.0 by @dependabot[bot] in #3460
  • build(deps-dev): Bump jsdom from 27.2.0 to 27.3.0 by @dependabot[bot] in #3465
  • build(deps-dev): Bump @types/node from 24.10.1 to 24.10.2 in the types group by @dependabot[bot] in #3464
  • build(deps): Bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #3467
  • build(deps): Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0 by @dependabot[bot] in #3466
  • build(deps-dev): Bump @types/node from 24.10.2 to 25.0.0 in the types group by @dependabot[bot] in #3469
  • build(deps): Bump @nextcloud/vue from 9.3.0 to 9.3.1 by @dependabot[bot] in #3470
  • build(deps): Bump vue-router from 4.6.3 to 4.6.4 in the vue group by @dependabot[bot] in #3471
  • build(deps-dev): Bump @types/node from 25.0.0 to 25.0.2 in the types group by @dependabot[bot] in #3474
  • fix: article body may have incorrect encoding from full text scraping by @wofferl in #3472
  • build(deps-dev): Bump @types/node from 25.0.2 to 25.0.3 in the types group by @dependabot[bot] in #3478
  • build(deps-dev): Bump the vite group across 1 directory with 3 updates by @dependabot[bot] in #3479
  • build(deps): Bump @nextcloud/dialogs from 7.1.0 to 7.2.0 by @dependabot[bot] in #3482
  • build(deps): Bump vue from 3.5.25 to 3.5.26 in the vue group by @dependabot[bot] in #3484
  • fix: Wrong url to feed page by @wofferl in #3486
  • fix: Long articles are cut short by @wofferl in #3489
  • build(deps-dev): Bump jsdom from 27.3.0 to 27.4.0 by @dependabot[bot] in #3491
  • build(deps-dev): Bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #3496
  • Add feature to Group starred Items per Feed by @Juri-w in #3148
  • Add occ commands and frontend options for importing/exporting articles by @wofferl in #3437
  • build(deps-dev): Bump vite from 7.3.0 to 7.3.1 in the vite group by @dependabot[bot] in #3497
  • build(deps): Bump @nextcloud/vue from 9.3.1 to 9.3.2 by @dependabot[bot] in #3498
  • Migrate IConfig calls to IUserConfig by @wofferl in #3485
  • feat: save starred navigation item open state by @wofferl in #3499
  • [master] Fix npm audit by @nextcloud-command in #3501
  • fix: changing starred routes does not deselect current item by @wofferl in #3502
  • refactor: Move NcAppNavigationSettings to modern NcAppSettingsDialog by @wofferl in #3500
  • Release 28.0.0-beta.2 by @Grotax in #3503

New Contributors

Full Changelog: 28.0.0-beta.1...28.0.0-beta.2

28.0.0-beta.1

13 Nov 18:40

Choose a tag to compare

28.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • Implement PHP dependency scoping to prevent library conflicts by @Copilot in #3397
  • Release 28.0.0-beta.1 by @Grotax in #3427

Full Changelog: 27.2.0...28.0.0-beta.1

27.2.0

13 Nov 18:07

Choose a tag to compare

What's Changed

  • build(deps-dev): Bump the vite group with 2 updates by @dependabot[bot] in #3383
  • build(deps-dev): Bump @types/node from 24.9.1 to 24.9.2 in the types group by @dependabot[bot] in #3385
  • workflow: remove unused branches from npm audit fix workflow by @wofferl in #3388
  • build(deps-dev): Bump the vite group with 2 updates by @dependabot[bot] in #3389
  • build(deps-dev): Bump jsdom from 27.0.1 to 27.1.0 by @dependabot[bot] in #3390
  • fix: favicon links not updated for existing feeds by @wofferl in #3391
  • testing: add additional unit tests for feed display components by @wofferl in #3387
  • Replace HTMLPurifier with Symfony HTML Sanitizer by @Copilot in #3393
  • Remove unused riimu/kit-pathjoin dependency by @Copilot in #3394
  • Release 27.2.0-beta.1 by @Grotax in #3396
  • build(deps): Bump symfony/html-sanitizer from 6.4.25 to 7.3.3 by @dependabot[bot] in #3398
  • build(deps-dev): Bump the vite group with 2 updates by @dependabot[bot] in #3399
  • build(deps-dev): Bump @types/node from 24.9.2 to 24.10.0 in the types group by @dependabot[bot] in #3400
  • build(deps-dev): Bump the vite group with 3 updates by @dependabot[bot] in #3401
  • build: update node and npm engines versions by @nextcloud-command in #3402
  • build(deps): Bump vue from 3.5.22 to 3.5.23 in the vue group by @dependabot[bot] in #3403
  • build(deps-dev): Bump vite from 7.2.0 to 7.2.1 in the vite group by @dependabot[bot] in #3404
  • build(deps): Bump @nextcloud/l10n from 3.4.0 to 3.4.1 by @dependabot[bot] in #3405
  • build(deps): Bump vue from 3.5.23 to 3.5.24 in the vue group by @dependabot[bot] in #3407
  • build(deps-dev): Bump the vite group with 3 updates by @dependabot[bot] in #3408
  • build(deps): Bump @nextcloud/password-confirmation from 6.0.1 to 6.0.2 by @dependabot[bot] in #3409
  • build(deps-dev): Bump @nextcloud/browserslist-config from 3.1.1 to 3.1.2 by @dependabot[bot] in #3410
  • build(deps): Bump @nextcloud/event-bus from 3.3.2 to 3.3.3 by @dependabot[bot] in #3411
  • build(deps): Bump symfony/html-sanitizer from 7.3.3 to 7.3.6 by @dependabot[bot] in #3406
  • feat: add new api route to serve favicons from backend by @wofferl in #3392
  • Release 27.2.0-beta.2 by @Grotax in #3413
  • feat: show time of the last feed logo purge in admin settings by @wofferl in #3414
  • Release 27.2.0-beta.3 by @Grotax in #3415
  • build(deps): Bump @nextcloud/vue from 9.1.0 to 9.2.0 by @dependabot[bot] in #3416
  • build(deps-dev): Bump squizlabs/php_codesniffer from 4.0.0 to 4.0.1 by @dependabot[bot] in #3420
  • build(deps-dev): Bump jsdom from 27.1.0 to 27.2.0 by @dependabot[bot] in #3423
  • build(deps-dev): Bump @types/node from 24.10.0 to 24.10.1 in the types group by @dependabot[bot] in #3422
  • feat: add support for svg feed logos by @wofferl in #3425
  • Release 27.2.0 by @Grotax in #3426

New Contributors

  • @Copilot made their first contribution in #3393

Full Changelog: 27.1.0...27.2.0

27.2.0-beta.3

10 Nov 07:18

Choose a tag to compare

27.2.0-beta.3 Pre-release
Pre-release

What's Changed

  • feat: show time of the last feed logo purge in admin settings by @wofferl in #3414
  • Release 27.2.0-beta.3 by @Grotax in #3415

Full Changelog: 27.2.0-beta.2...27.2.0-beta.3

27.2.0-beta.2

09 Nov 11:29

Choose a tag to compare

27.2.0-beta.2 Pre-release
Pre-release

What's Changed

  • build(deps): Bump symfony/html-sanitizer from 6.4.25 to 7.3.3 by @dependabot[bot] in #3398
  • build(deps-dev): Bump the vite group with 2 updates by @dependabot[bot] in #3399
  • build(deps-dev): Bump @types/node from 24.9.2 to 24.10.0 in the types group by @dependabot[bot] in #3400
  • build(deps-dev): Bump the vite group with 3 updates by @dependabot[bot] in #3401
  • build: update node and npm engines versions by @nextcloud-command in #3402
  • build(deps): Bump vue from 3.5.22 to 3.5.23 in the vue group by @dependabot[bot] in #3403
  • build(deps-dev): Bump vite from 7.2.0 to 7.2.1 in the vite group by @dependabot[bot] in #3404
  • build(deps): Bump @nextcloud/l10n from 3.4.0 to 3.4.1 by @dependabot[bot] in #3405
  • build(deps): Bump vue from 3.5.23 to 3.5.24 in the vue group by @dependabot[bot] in #3407
  • build(deps-dev): Bump the vite group with 3 updates by @dependabot[bot] in #3408
  • build(deps): Bump @nextcloud/password-confirmation from 6.0.1 to 6.0.2 by @dependabot[bot] in #3409
  • build(deps-dev): Bump @nextcloud/browserslist-config from 3.1.1 to 3.1.2 by @dependabot[bot] in #3410
  • build(deps): Bump @nextcloud/event-bus from 3.3.2 to 3.3.3 by @dependabot[bot] in #3411
  • build(deps): Bump symfony/html-sanitizer from 7.3.3 to 7.3.6 by @dependabot[bot] in #3406
  • feat: add new api route to serve favicons from backend by @wofferl in #3392
  • Release 27.2.0-beta.2 by @Grotax in #3413

Full Changelog: 27.2.0-beta.1...27.2.0-beta.2

27.2.0-beta.1

02 Nov 11:51

Choose a tag to compare

27.2.0-beta.1 Pre-release
Pre-release

What's Changed

  • build(deps-dev): Bump the vite group with 2 updates by @dependabot[bot] in #3383
  • build(deps-dev): Bump @types/node from 24.9.1 to 24.9.2 in the types group by @dependabot[bot] in #3385
  • workflow: remove unused branches from npm audit fix workflow by @wofferl in #3388
  • build(deps-dev): Bump the vite group with 2 updates by @dependabot[bot] in #3389
  • build(deps-dev): Bump jsdom from 27.0.1 to 27.1.0 by @dependabot[bot] in #3390
  • fix: favicon links not updated for existing feeds by @wofferl in #3391
  • testing: add additional unit tests for feed display components by @wofferl in #3387
  • Replace HTMLPurifier with Symfony HTML Sanitizer by @Copilot in #3393
  • Remove unused riimu/kit-pathjoin dependency by @Copilot in #3394
  • Release 27.2.0-beta.1 by @Grotax in #3396

New Contributors

  • @Copilot made their first contribution in #3393

Full Changelog: 27.1.0...27.2.0-beta.1

28.0.0-alpha.7

01 Nov 13:57

Choose a tag to compare

28.0.0-alpha.7 Pre-release
Pre-release

28.0.0-alpha.6

01 Nov 13:36

Choose a tag to compare

28.0.0-alpha.6 Pre-release
Pre-release

28.0.0-alpha.5

01 Nov 13:12

Choose a tag to compare

28.0.0-alpha.5 Pre-release
Pre-release
futher attempts to make the autoloader work

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>

28.0.0-alpha.4

01 Nov 12:42

Choose a tag to compare

28.0.0-alpha.4 Pre-release
Pre-release