File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Minimalistic podcast player usable on handheld devices.
2121[ grpc] ( https://grpc.io/ ) ,
2222[ pugixml] ( https://github.com/zeux/pugixml ) ,
2323[ tidy-html5] ( https://github.com/htacg/tidy-html5 ) ,
24+ [ utfcpp] ( https://github.com/nemtrif/utfcpp ) ,
2425[ Noto fonts] ( https://fonts.google.com/noto )
2526
2627## Install
Original file line number Diff line number Diff line change 1+ # 0.2.0
2+
3+ - Fix html description parsing ( )
4+ - Fix downloading episode urls with extra query arguments
5+ - Filter out zero width spaces
6+ - Prefix download path with podcast feed hash
7+ - Add description parsing test
8+ - Add czech language font glyphs
9+
10+ # 0.1.1
11+
12+ Follow redirects when downloading feeds
13+
114# 0.1.0
215
316Initial version
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ struct Version {
1414 int patch;
1515};
1616
17- constexpr Version Current () { return {0 , 1 , 0 }; }
17+ constexpr Version Current () { return {0 , 2 , 0 }; }
1818
1919inline std::string ToString () {
2020 const Version version = Current ();
You can’t perform that action at this time.
0 commit comments