Skip to content

jClipCorn v1.10.3

Compare
Choose a tag to compare
@Mikescher Mikescher released this 19 Nov 12:20
· 633 commits to master since this release
10b6b35

Changelog

Bugfix: Fixed wrong values for CoverImageSize
Bugfix: Fixed IllegalArgumentException when cropping the same image twice
Feature: CropDialog: auto adjust single side
Feature: Big preview in FindCoverDialog
Feature: CoverEdit Improvements
  - show warning icon when non-acceptable ratio
  - show resolution on hover
Feature: New CustomFilter: CoverDimension
Feature: New DatabaseErrors: 'Cover too big' & 'Cover too small'
Feature: Show full size image on CoverLabel doubleclick
Feature: Bigger Cover size (setting), up to 1820x2540 (x10)
Task: Better default values for InitialConfigFrame
Task: fallback language dictionary should equal [en-US]
Bugfix: Fixed (many) english translations
  - fixed space before punctuation
  - changed 'series' to 'tv show'
  - fixed wrong language (de-DE instead of en-US)
  - fixed wrong capitalization
Bugfix: Fixed clicking on [temporary filter] directly after closing dialog not working
Feature: New single-dialog custom filter editor [[WIP]]
  - Use tree view for AST representation
  - easier filter creation (no longer special window for each one)
  - edit temporary filters
  - make temporary filters permanent
  - do not change filters before pressing [OK]
  - ctrl+click to interactively add to current filter
Bugfix: Fixed regression in CustomViewedFilter (wrong serialization)
Feature: Setting to control 'next episode' heuristic (+ better smart heuristic)
Bugfix: Wrong Episodenumbers in WatchHistoryFrame
Feature: Get FSK from TMDB API (for tv shows)
Feature: New custom filter: 'episode count'
Feature: New custom filter aggregators (any season + all seasons)
Task: Versioncheck from Github API
Feature: Get FSK from TMDB API
Task: Faster Debug-HTTP-Cache
Bugfix: Fixed CustomAggregatorFilterDialog showing wrong data on init
Feature: New custom filters: Aggregators (Any & All)
Feature: New custom filter: Viewcount
Other: Improved filter interface for later additions of episodes+seasons
Feature: New custom filter: AddDate
Feature: New Sidebar filter options: viewed:partial, viewed:never, viewed:later
Task: Don't show group filter with no groups
Task: Unified MainTable filter into AbstractCustomFilter system
Feature: Delete Genres with UpdateMetadataDialog
Feature: Update Genres with UpdateMetadataDialog
Feature: New Metadataparser _MAL_ (FIN)
Feature: New Metadataparser _MAL_ (WIP)
Feature: Added Update Metadata (OnlineScore) from OnlineRef Dialog (Finished)
Bugfix: Fixed getGlobalEpisodeNumber() for continoous numbered series
Bugfix: Fixed TMDB parser sometimes returning runtime=0 (api returns runtime only for en-US)
Feature: Set initial PreviewSeriesFrame height by setting
Task: Added CachedWebConnection (for API debugging)
Feature: Added Update Metadata (OnlineScore) from OnlineRef Dialog (WIP)
Task: Refactoring OnlineCoverParser and OnlineMetadataParser
Task: Added JCCSimpleTable and used it in HistoryFrame