aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2024-08-23Release 1.24.21.24.2Gravatar Alexandre Alapetite
2024-08-19ChangelogGravatar Alexandre Alapetite
2024-08-17Changelog + creditsGravatar Alexandre Alapetite
2024-08-14ChangelogGravatar Alexandre Alapetite
2024-06-05Start 1.24.2-devGravatar Alexandre Alapetite
2024-06-05Release 1.24.11.24.1Gravatar Alexandre Alapetite
2024-06-05ChangelogGravatar Alexandre Alapetite
2024-05-30ChangelogGravatar Alexandre Alapetite
2024-05-25ChangelogGravatar Alexandre Alapetite
2024-05-23Start 1.24.1-devGravatar Alexandre Alapetite
2024-05-23Release 1.24.01.24.0Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/discussions/6462
2024-05-15ChangelogGravatar Alexandre Alapetite
+minor forgotten i18n comments
2024-05-14ChangelogGravatar Alexandre Alapetite
2023-12-30Prepare next dev versionGravatar Alexandre Alapetite
2023-12-30Release 1.23.11.23.1Gravatar Alexandre Alapetite
2023-12-28fix: `base_url` becomes empty after saving configuration (#5992)Gravatar yzqzss
* fix: `base_url` becomes empty after saving configuration * Just remove the line * Use read-ony instead https://developer.mozilla.org/docs/Web/HTML/Attributes/readonly#attribute_interactions * Revert for websub * Changelog --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-12-28ChangelogGravatar Alexandre Alapetite
2023-12-27ChangelogGravatar Alexandre Alapetite
2023-12-24Start 1.23.1-devGravatar Alexandre Alapetite
2023-12-24Release 1.23.01.23.0Gravatar Alexandre Alapetite
2023-12-20ChangelogGravatar Alexandre Alapetite
2023-11-25ChangelogGravatar Alexandre Alapetite
2023-11-09Added ability to mark articles as read on focus. (#5812)Gravatar Ben Passmore
* Added ability to mark entries as read on focus. Feature proposed in issue #5723. * make-fix-all + i18n fr * Use batch to save resources and increase performance * Use "keep_unread" * typo --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-11-08New feature important feeds (#5782)Gravatar Alexandre Alapetite
* New feature important feeds * Fix PHPStan * Initial style for important feeds + keep unread * Change UI order * Count important unread * Never mark as read important feeds during scroll * Fix i18n conf.iew.normal regression * Fix reader view * More fix reader view * Create important.svg * Fix title * Fix counter * Account for important during mark-all-as-read * Fix underline colour * 📌 * Changelog --------- Co-authored-by: math-gh <> Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
2023-11-05add multi arch docker build (#5808)Gravatar Benjamin Reich
* Add multi arch container build Co-authored-by: EdJoPaTo <rfc-conform-git-commit-email@funny-long-domain-label-everyone-hates-as-it-is-too-long.edjopato.de> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * using label from github action * dont remove static labels and split docker readme in seperate action * pin 3rd party action to a commit * enable pushing to dockerhub * Update .github/workflows/build-images.yml Co-authored-by: EdJoPaTo <github@edjopato.de> * remove not needed checkout * set github token permissions * Update .github/workflows/push-dockerhub-readme.yml * update docker readme to match new tags * Apply suggestions from code review * fix suffix for alpine image * fix suffix for alpine image * push images only at upstream repo * push images only at upstream repo * push images only at upstream repo * tag latest-alpine as alpine * tag latest-alpine as alpine * remove no needed falvor * keep falvor for build * Clean more things * Rename action To use same default name than https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml * Rename readme action To use same default name than https://github.com/peter-evans/dockerhub-description/blob/main/.github/workflows/dockerhub-description.yml * Use default name for dockerhub-description https://github.com/peter-evans/dockerhub-description/blob/main/.github/workflows/dockerhub-description.yml Plus minor wording * Experiment with build-args * Debug * Add checkout back * Revert back to metadata-action * Remove quotes in version * Try to fix variables * Experiment with automatic label values again * Delete last Docker Hub hooks * Use only git SHA for org.opencontainers.image.revision https://specs.opencontainers.org/image-spec/annotations/#pre-defined-annotation-keys * Comment out semver for now Might be enabled later if desired * Enable major semver --------- Co-authored-by: EdJoPaTo <rfc-conform-git-commit-email@funny-long-domain-label-everyone-hates-as-it-is-too-long.edjopato.de> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: EdJoPaTo <github@edjopato.de>
2023-11-01Add support for enclosures thumbnail (#5806)Gravatar Alexandre Alapetite
* Add support for enclosures thumbnail fix https://github.com/FreshRSS/FreshRSS/issues/5170 * Changelog
2023-11-01Fix Apache IfVersion (#5804)Gravatar Alexandre Alapetite
* Fix Apache IfVersion fix https://github.com/FreshRSS/FreshRSS/issues/5803 * Minor changelog
2023-10-31Fix Docker CRON_MIN for env with special characters (#5795)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/5792 regression from https://github.com/FreshRSS/FreshRSS/pull/5772
2023-10-31Document Apache 2.4+ (#5791)Gravatar Alexandre Alapetite
And avoid crash in Apache 2.2 anyway fix https://github.com/FreshRSS/FreshRSS/issues/5790
2023-10-30ChangelogGravatar Alexandre Alapetite
2023-10-30Ready for year 2038 (#5570)Gravatar Alexandre Alapetite
* Ready for year 2038 Fix https://github.com/FreshRSS/FreshRSS/discussions/5569 Requires PHP on a 64-bit platform to take advantage of it. https://en.wikipedia.org/wiki/Year_2038_problem * Allows dates past 2038 Rework of https://github.com/FreshRSS/FreshRSS/pull/3259 https://github.com/FreshRSS/FreshRSS/issues/3258 * Auto alter columns * Changelog
2023-10-30ChangelogGravatar Alexandre Alapetite
2023-10-30Start next version 1.22.2-devGravatar Alexandre Alapetite
2023-10-30Release 1.22.11.22.1Gravatar Alexandre Alapetite
2023-10-29ChangelogGravatar Alexandre Alapetite
2023-10-28Prepare Alpine OIDC (#5764)Gravatar Alexandre Alapetite
* Prepare Alpine OIDC * Prepare syntax for OpenID Connect in Alpine. * Update :newest Alpine development image to PHP 8.3 * Fix a little bug in test of OIDC_SCOPES * Changelog + syntax * shellchecks
2023-10-27Changelog 1.22.1Gravatar Alexandre Alapetite
2023-10-27OIDC_SCOPES compatibility colon (#5753)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/5744
2023-10-23Start next version 1.22.1-devGravatar Alexandre Alapetite
2023-10-23Release 1.22.01.22.0Gravatar Alexandre Alapetite
2023-10-23Changelog 1.22 (#5717)Gravatar Alexandre Alapetite
* Changelog 1.22 * Until page 9 * A bit more * Add last changes * Finalise * More credits
2023-10-08Minor update dependencies (#5693)Gravatar Alexandre Alapetite
* Minor update dependencies Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5691 Mostly dev dependencies; nothing that affects our runtime * Update versions for GitHub Actions * Fix newly found typos * Fix exclude path
2023-03-04Start FreshRSS 1.21.1-devGravatar Alexandre Alapetite
2023-03-04Release FreshRSS 1.21.0Gravatar Alexandre Alapetite
2023-03-04Changelog 1.21.0Gravatar Alexandre Alapetite
2022-12-09Resume 1.21.0-devGravatar Alexandre Alapetite
2022-12-08Security release FreshRSS 1.20.2Gravatar Alexandre Alapetite
2022-11-14Start FreshRSS 1.21.0-devGravatar Alexandre Alapetite
2022-11-14Release FreshRSS 1.20.11.20.1Gravatar Alexandre Alapetite
2022-11-09More creditsGravatar Alexandre Alapetite