TR-NewsWall Release notes v2.4 Summary Feed prioritization; new font scaling mechanism; many small fixes Download Installer files can be downloaded here: https://timur.mobi/tr-newswall/#download Please read the v2.x setup instructions: https://timur.mobi/tr-newswall/#setup If you upgrade from a previous release, do this: - Stop your NewsWall server. - Rename your existing NewsWall folder: mv newswall newswall-old - Unzipping the new installer archive. - Copy your custom configuration files (config.txt, rss.txt, ig.txt and accessToken.txt) over to the new folder. All v2.4 changes (from v2.3): * You can now _prioritize_ individual feeds by applying a time bonus to them, in the form of minutes. For instance, if you apply a bonus of 10 minutes to a feed, then all messages from this feed will appear to be 10 minutes newer to the next-message selector. As a result, these messages will be shown before all messages that have been received up to 10 minutes later. This mechanism ensures, that messages from certain feeds show up sooner, when you skip through your messages. Feed prioritization can be specified in config.txt like so: newswall_feedname_prio=AFP:10|AP:6 Here the two feeds AFP and AP get a time bonus. AFP gets 10 minutes and AP gets 6 minutes. You can apply a time bonus to as many feeds as you like. * New window-size based font scaling method (sizeadjust()) * short messages now making better use available space (sizeadjust()) * Fixed a rare "index out of range" exception on config reloading (maintext_block map) * now stripping social parameters from links before storing myLink in myTweet.MainLink * using case-IN-sensitive comparison to detect social parameters * long video delay ONLY if video is actually visible see: "if strings.Index(nextPageMarkup,"=0 {..." * fixed: line-distant in headline with better scaling * removed rt/fav from headline in auto-mode * fixed: size of profile-img in portrait-mode * twitter svg-icon scaling