Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Sep 25, 2022
1 parent befb481 commit 303bf02
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 65 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ task:
env:
CC: gcc
CXX: g++
RUST: 1.59.0
RUST: 1.62.0

task:
name: Code formatting
Expand Down Expand Up @@ -184,7 +184,7 @@ task:
cxx_package: g++-5
cc: gcc-5
cxx: g++-5
rust_version: 1.59.0
rust_version: 1.62.0
- name: MSRV, GCC 12 (Ubuntu 22.04)
container:
greedy: true
Expand All @@ -193,7 +193,7 @@ task:
cxx_package: g++-12
cc: gcc-12
cxx: g++-12
rust_version: 1.59.0
rust_version: 1.62.0

- name: GCC 12, more warnings and checks (Ubuntu 22.04)
container:
Expand Down
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# Changes for Newsboat

## Unreleased - expected 2022-12-25

### Added
### Changed
- Bumped minimum supported Rust version to 1.62.0
### Deprecated
### Removed
### Fixed
### Security



## 2.29 - 2022-09-25

### Added

- New placeholder for `browser`, `%t`, which is replaced by the type of the URL
(#1954) (blank X)
- contib: a script to reorder lines in the `urls` file (#1918) (T3SQ8)
- contrib: a script to reorder lines in the `urls` file (#1918) (T3SQ8)
- Support for Brotli compression. In fact, Newsboat will now use all the methods
supported by the libcurl it's linked to (#2152) (Dennis van der Schagt)
- In tags dialog, put the cursor on the currently selected tag, or the first tag
Expand Down Expand Up @@ -37,7 +49,7 @@

### Fixed

- Segfault on sqlite3DbMallocRawNN (#1980) (Juho Eerola)
- Segfault on `sqlite3DbMallocRawNN` (#1980) (Juho Eerola)
- Scrolling when toggling `show-read-feeds` (#2138) (Dennis van der Schagt)
- Feeds not reloading in parallel when reloading only visible feeds (#2067)
(Juho Eerola)
Expand Down
113 changes: 56 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 303bf02

Please sign in to comment.