Skip to content

Releases: BenShelton/library-api

v0.11.0

26 Jul 11:26
Compare
Choose a tag to compare

Bug Fixes

  • core: include DataType 3 as videos when extracting media (5d1673f)

Features

  • core: add getRelatedPublications method on Publication, refactor other methods to share query (44eb243)
  • core: add methods to allow retrieving media from related publications (55b04a6), closes #27
  • express: add endpoint for related publications (fae1815)
  • express: add endpoint for retrieving related media (a790166)
  • media: add more menu items (b0c1675)
  • media: add support for svg images within publications (b116d15)
  • media: change product name in package.json (658e585)
  • media: forcefully delete old media catalogs on startup (dcb6115)
  • media: ignore related media from some publications (81eebdc)
  • media: include media from related publications too (f692e24)

BREAKING CHANGES

  • media: the app data directory has changed so everything will need to be downloaded again,
    to remove the previous app data to save some disk space remove the ~/Library/Application Support/@library-api/media directory
  • core: publications that are not found will silently error

v0.10.1

17 Jul 11:50
Compare
Choose a tag to compare

Bug Fixes

  • media: enable roundedCorners again as it prevents the app from closing (fb250f7), closes #59

v0.10.0

23 Jun 12:49
Compare
Choose a tag to compare

Features

  • core: add getSongDetails method to MediaCatalog (485cf13)
  • core: add class for accessing the newer media catalog (881d264), closes #55
  • core: add util to process a file line by line (81da56e)
  • express: use new media catalog when getting media details (2d21c24), closes #55
  • media: remove rounded corners from display window for better screen sharing (70a9560)
  • media: use newer media catalog for video images/titles (15706f4), closes #55
  • media: use newer media details when loading song details (65e7c55)

v0.9.1

20 Jun 15:24
Compare
Choose a tag to compare

Bug Fixes

  • media: show error dialog when media fails to load rather than infinite loader (8331046)
  • media: use placeholder image when videos do not have image details (c6ed45e), closes #53

v0.9.0

10 Jun 12:11
Compare
Choose a tag to compare

Bug Fixes

  • media/settings: correct alignment of selects & buttons, add dividers between settings (6bea8e5)

Features

  • core: add language support to existing methods & classes, add language methods (c473ffe), closes #12
  • express: add optional language support on existing endpoints (7426ec0), closes #12
  • media: add language setting & multi language support for media/song pages (1ceda51), closes #12

v0.8.0

08 Jun 21:29
Compare
Choose a tag to compare

Bug Fixes

  • media: only check for updates after app is ready (6d45159)
  • media: remove app name from window titles (4741a7d), closes #38

Features

  • core: add categoryType to images (997bf40)
  • media: add more supported file extensions (b1862c0), closes #45
  • media: add Return to Today button on Media page (0f346e4)
  • media: add setting to only show relevant images (b9b62c4), closes #26
  • media: persist state of control panel screens to avoid them reloading (f686b10), closes #42
  • media: update icon (90d5b26), closes #39
  • media/developer: adds store communication between renderer and main processes (2f7ba05)

v0.7.0

01 Jun 13:11
Compare
Choose a tag to compare

Features

  • media: add internal logging & error reporting dialog (248ad26), closes #23
  • media/menu: add about option to view the version (9c5331a), closes #20

v0.6.2

30 May 16:38
Compare
Choose a tag to compare

Note: Version bump only for package library-api

v0.6.1

30 May 16:01
Compare
Choose a tag to compare

Note: Version bump only for package library-api

v0.6.0

30 May 15:50
Compare
Choose a tag to compare

Bug Fixes

  • media: adjust link area to match button size (08fb9f5)
  • media: load the correct week when opened on a sunday (0561317), closes #31

Features

  • media: add auto-updating functionality (aa92539), closes #19
  • media: add picker page to show any image or video from the computer (c8b079f), closes #10