Skip to content

v3.14-beta-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@DineshSolanki DineshSolanki released this 11 Feb 19:47
· 14 commits to master since this release
2961930

🚀Release v3.14-beta

✨ New Features

  • WebView2 - FoliCon now uses WebView 2 for efficient video experience in poster mode, this fixes the occasional UI freeze when a video is loading

  • Performance optimization - Refactoring for slight performance improvement.

  • Plex standard naming recognition - FoliCon can now parse year and external id of media from name, The name must be in following format - TITLE (YEAR) {externalProvider-ID} ex- Chernobyl (2019) {tmdb-87108} [See #185] Thanks to @Soitora

    • imdb, tmdb and tvdb are supported.
    • year and id are optional, though id is recommended, if only year is present, FoliCon will use year, but it may still contain many result.
    • Only Movie and TV mode support id, multi will try to use year, but may still show many result.
  • Rating shield is hidden by default - The default visibility of the rating has been changed from true to false. This update helps hide the rating shield by default, until it is expressly needed for use.

  • Support Unicode character U+2236, U+A789 - These Unicode characters will no longer result is false search, other Unicode characters will be removed from media title.

See folicon-docs

🐞 Bug Fixes

  • Rating multi-digit issue for Auto-Picked title - Fixed the issue where the rating value would exceed 2 decimal points for auto-picked titles.

  • .NET Framework: This application requires .NET 6.0 or higher. You can download it here.
  • WebView2: This application requires WebView2 Control. It is pre-installed on Windows 11. For other operating systems, you can download it here.

Explore the new features in FoliCon v3.14-beta!

Full Changelog: v3.13...v3.14-beta-1