1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-30 19:03:04 +00:00

Add some missing characters and remove extra whitespaces (#3541)

This commit is contained in:
Ilkka Kallioniemi 2022-07-29 04:02:33 +03:00 committed by GitHub
parent 9c7fcf85cf
commit 718480bc8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -355,7 +355,7 @@ namespace
static auto constexpr ReservedPrefixes = std::array<std::string_view, 22>{
"AUX."sv, "CON."sv, "NUL."sv, "PRN."sv, //
"COM1."sv, "COM2"sv, "COM3."sv, "COM4."sv, "COM5."sv, "COM6."sv, "COM7."sv, "COM8."sv, "COM9."sv, //
"COM1."sv, "COM2."sv, "COM3."sv, "COM4."sv, "COM5."sv, "COM6."sv, "COM7."sv, "COM8."sv, "COM9."sv, //
"LPT1."sv, "LPT2."sv, "LPT3."sv, "LPT4."sv, "LPT5."sv, "LPT6."sv, "LPT7."sv, "LPT8."sv, "LPT9."sv, //
};
return std::any_of(

View file

@ -91,7 +91,7 @@ TODO
### Mac Client
- The codebase has been rewritten to be universal for Intel and Apple Silicon chips.
- MacOS Big Sur (macOS 11) offered some standardisation opportunities for the icons in the GUI.
- MacOS Big Sur (macOS 11) offered some standardisation opportunities for the icons in the GUI.
- Here are some of the baseline interface changes that were made for Big Sur, and of course, Monterey (macOS 12).
* Remove deprecated toolbar items
@ -167,7 +167,7 @@ Maintainer highlights include:
Last but certainly not least, a big **Thank You** to the people who contributed to this release.
### Code Contributions
### Code Contributions
#### `libtransmission` code contributions:
@ -206,9 +206,9 @@ Last but certainly not least, a big **Thank You** to the people who contributed
- Performance improvements to bitfield.cc ([#2933](https://github.com/transmission/transmission/pull/2933), [#2950](https://github.com/transmission/transmission/pull/2950))
- [Ivella](https://github.com/lvella) (Lucas Clemente Vella):
- Implement latest version of BEP-7 for HTTP requests ([#1661](https://github.com/transmission/transmission/pull/1661))
- [ile6695](https://github.com/ile6695) (Ilkka):
- [ile6695](https://github.com/ile6695) (Ilkka Kallioniemi):
- Add more decimals for low wratios ([#2508](https://github.com/transmission/transmission/pull/2508))
- Add regression tests for tr_strlcpy
- Add regression tests for tr_strlcpy ([#2679](https://github.com/transmission/transmission/pull/2679))
- [johman10](https://github.com/johman10) (Johan):
- Add total disk space to free-space RPC request ([#1682](https://github.com/transmission/transmission/pull/1682))
- [JP-Ellis](https://github.com/JP-Ellis) (JP Ellis):
@ -433,7 +433,7 @@ Last but certainly not least, a big **Thank You** to the people who contributed
- [lajp](https://github.com/lajp) (Luukas Pörtfors):
- Add renaming support in transmission-remote ([#2905](https://github.com/transmission/transmission/pull/2905))
- [MatanZ](https://github.com/MatanZ) (Matan Ziv-Av):
- Filtering torrents in transmission-remote ([#3125](https://github.com/transmission/transmission/pull/3125))
- Filtering torrents in transmission-remote ([#3125](https://github.com/transmission/transmission/pull/3125))
- Allow control of transmission-show output ([#2825](https://github.com/transmission/transmission/pull/2825))
- [TimoPtr](https://github.com/TimoPtr):
- Add seeding-done script to transmission-remote ([#2621](https://github.com/transmission/transmission/pull/2621))