summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-29Chore(deps): bump unicode-width from 0.1.11 to 0.1.12dependabot/cargo/unicode-width-0.1.12dependabot[bot]
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.11 to 0.1.12. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20Merge pull request #2731 from ↵Alexander Batischev
dennisschagt/update-testcoverage-build-dependencies Update testcoverage build dependencies
2024-04-17Merge pull request #2738 from newsboat/dependabot/cargo/chrono-0.4.38dependabot[bot]
2024-04-16Chore(deps): bump chrono from 0.4.37 to 0.4.38dependabot[bot]
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.37 to 0.4.38. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.37...v0.4.38) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-09Merge pull request #2733 from newsboat/dependabot/cargo/cxx-ff8615ba31dependabot[bot]
2024-04-09Chore(deps): bump the cxx group with 2 updatesdependabot[bot]
Bumps the cxx group with 2 updates: [cxx](https://github.com/dtolnay/cxx) and [cxx-build](https://github.com/dtolnay/cxx). Updates `cxx` from 1.0.120 to 1.0.121 - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.120...1.0.121) Updates `cxx-build` from 1.0.120 to 1.0.121 - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.120...1.0.121) --- updated-dependencies: - dependency-name: cxx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cxx - dependency-name: cxx-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cxx ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-07Don't run Cirrus-based checks if only Github-based files changedDennis van der Schagt
2024-04-07Update base image and LLVM version for coverage runDennis van der Schagt
2024-04-07Merge pull request #2730 from dennisschagt/fix-rust-setup-githubworkflowDennis van der Schagt
Replace setup-rust action which disappeard (repo/user no longer exist)
2024-04-07Replace setup-rust action which disappeard (repo/user no longer exist)Dennis van der Schagt
2024-04-04Merge pull request #2084 from dennisschagt/implement-stflstring-issue-806Dennis van der Schagt
Add StflString to help styling/quoting for STFL
2024-04-04Merge pull request #2727 from andrelcmoreira/update_ptbr_translationLyse
Update pt_BR translation
2024-04-03Improve StflRichText naming consistencyDennis van der Schagt
2024-04-03Update pt_BR translationAndré L. C. Moreira
2024-03-31Move StflRichText instantiation to initial quoting locations (feed/item list)Dennis van der Schagt
2024-03-31Pass StflRichText into ListWidgetBackendDennis van der Schagt
2024-03-31Pass StflRichText into ListFormatterDennis van der Schagt
2024-03-31Pass StflRichText into RegexManagerDennis van der Schagt
2024-03-31Add StflRichText which combines a string with STFL style tagsDennis van der Schagt
There are multiple different escape transformations necessary when working with STFL: 1. Escaping as done with Stfl::Quote() -> necessary for any STFL string? 2. Escaping as done with utils::quote_for_stfl() -> only necessary for text to be shown in a "richtext" widget? This new StflRichText is only concerned with the 2nd type of escaping.
2024-03-30Merge pull request #2725 from newsboat/feature/ci-bump-rustAlexander Batischev
CI: bump Rust to 1.77.1
2024-03-30CI: bump Rust to 1.77.1Alexander Batischev
2024-03-30Merge pull request #2723 from newsboat/dependabot/cargo/chrono-0.4.37dependabot[bot]
2024-03-28Chore(deps): bump chrono from 0.4.35 to 0.4.37dependabot[bot]
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.35 to 0.4.37. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.35...v0.4.37) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25Merge pull request #2719 from newsboat/dependabot/cargo/cxx-62c9eb1e34Alexander Batischev
Chore(deps): bump the cxx group with 2 updates
2024-03-25Merge pull request #2720 from newsboat/dependabot/cargo/fastrand-2.0.2dependabot[bot]
2024-03-25Chore(deps): bump fastrand from 2.0.1 to 2.0.2dependabot[bot]
Bumps [fastrand](https://github.com/smol-rs/fastrand) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25Chore(deps): bump the cxx group with 2 updatesdependabot[bot]
Bumps the cxx group with 2 updates: [cxx](https://github.com/dtolnay/cxx) and [cxx-build](https://github.com/dtolnay/cxx). Updates `cxx` from 1.0.119 to 1.0.120 - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.119...1.0.120) Updates `cxx-build` from 1.0.119 to 1.0.120 - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.119...1.0.120) --- updated-dependencies: - dependency-name: cxx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cxx - dependency-name: cxx-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cxx ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-24Release 2.35r2.35Alexander Batischev
2024-03-24Release HOWTO: save to Web Archive after each updateAlexander Batischev
VPS provider that hosts newsboat.org had a multi-day outage, and for some time there was risk that all data is lost. Web Archive had an *almost* complete copy of the site though. Let's make sure that it's always complete in the future.
2024-03-23Merge pull request #2718 from deob83/edit-swedish-translation-2024-03-23Lyse
Swedish translation: new strings and updates
2024-03-23Translation of new strings plus some tweaking of the existing translation.deob83
2024-03-22Merge pull request #2715 from newsboat/feature/ci-bump-rustAlexander Batischev
CI: update to Rust 1.77.0
2024-03-22CI: update to Rust 1.77.0Alexander Batischev
2024-03-22Merge pull request #2706 from danieloh0714/optimize-rssignores-matchesAlexander Batischev
optimize RssIgnores::matches function
2024-03-21Merge pull request #2714 from newsboat/feature/update-ru-uk-po-filesLyse
Update Russian and Ukrainian translations
2024-03-21Update Russian and Ukrainian translationsAlexander Batischev
2024-03-20Merge pull request #2711 from dennisschagt/contrib-slashdot-newline-replaceDennis van der Schagt
Add xslt transformation for replacing Slashdot's newlines
2024-03-20Add xslt transformation for replacing Slashdot's newlinesDennis van der Schagt
Had some trouble getting the `replace()` call to work. Finally found a solution at https://stackoverflow.com/questions/3067113/xslt-string-replace/59815107#59815107 However, a comment below it mentions that it is (or was) not available on the macOS 10.13 version of xsltproc.
2024-03-19Merge pull request #2709 from danieloh0714/note-code-fmt-dockerAlexander Batischev
add a note in the style guide for the code fmt dockerfile
2024-03-19Merge pull request #2693 from gilcu3/miniflux-starredAlexander Batischev
added support for starring in miniflux
2024-03-19Merge pull request #2710 from newsboat/dependabot/cargo/bitflags-2.5.0dependabot[bot]
2024-03-19Merge pull request #2708 from dennisschagt/update-dutch-translationsAlexander Batischev
Update Dutch translation
2024-03-19Chore(deps): bump bitflags from 2.4.2 to 2.5.0dependabot[bot]
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.4.2...2.5.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-17manual fix fmtgilcu3
2024-03-17first get current status from apigilcu3
2024-03-17no italics for noteDaniel Oh
2024-03-17add a note in the style guide for the code fmt dockerfileDaniel Oh
2024-03-17Update Dutch translationDennis van der Schagt
2024-03-17Merge pull request #2707 from scompo/masterAlexander Batischev
Updated Italian translation
2024-03-17Updated Italian translationMauro Scomparin