Skip to content

Releases: ambry-app/ambry

Release v1.3.0

18 Mar 03:25
05fc948
Compare
Choose a tag to compare

User facing changes:

  • Audible metadata importing
  • GoodReads metadata importing
  • MP4 copy processor

Developer facing changes:

  • Update credo checks
  • Fix code formatter
  • Update CI
  • Update dependencies
  • Update Shaka Packager to 3.x

Details

Read more

Release v1.2.0

15 Jul 23:40
37c3c48
Compare
Choose a tag to compare
  • Use square audiobook cover images instead of rectangular book cover images
  • Support OpenGraph previews for book links
  • Ability to import chapter data from Audnexus
  • Allow searching by title for Audnexus book import
  • Switch search to use full-text search (like the app does)
  • Add more fields to the media model, allowing for audiobook publication date, supplemental file uploading and notes
  • Publication date (both book and audiobook) can be configured to only show year or only year and month

Release v1.1.0

25 May 04:57
313850e
Compare
Choose a tag to compare

This release was almost a complete rewrite of the UI to upgrade from Phoenix 1.6 to 1.7. No major visual or feature changes were intended, but there may be some minor differences.

Release v1.0.2

10 Feb 20:38
8eac6a1
Compare
Choose a tag to compare
  • Fixes a bug causing the first-time-setup to not show up.
  • Adds infinite scroll to the library page

Release v1.0.1

25 Sep 00:32
77b4490
Compare
Choose a tag to compare

Fixes

  • GraphQL mutations loadPlayerState and updatePlayerState now check authorization token

Release v1.0.0

23 Sep 01:44
5032fd7
Compare
Choose a tag to compare

This is the first major release of Ambry.

No user facing changes since v0.4, this just marks what's considered a stable first release.

API changes

  • A brand new GraphQL API has been added which the latest version of the mobile app uses now instead of the REST API
  • A new Postgres-backed full-text search feature has been added, currently only used by the mobile app

Release v0.4.0

10 Jun 05:31
Compare
Choose a tag to compare

This is a major update with a lot of changes. Highlights are listed below.

User facing changes

  • Complete UI re-design
  • Dark mode support
  • First-time-setup experience
  • New logo

Admin facing changes

  • New overview dashboard
  • Chapterized MP4 encoder
  • MP4 concat re-encoder
  • Users admin
  • Allow uploading replacement or additional files to existing media
  • Allow deleting chapters
  • Reporting on encoding progress
  • All admin tables have more details and more columns
  • Searching works on all text-based columns
  • Live-update admin tables when things change, like encoding finishes
  • You can turn user registration on and off
  • Working emails for registration and forgotten passwords

Developer facing changes

  • Switch to Podman for containers
  • Switch to Yarn for NPM assets
  • Tests + code coverage

Release v0.3.2

18 Dec 03:30
d24e6fb
Compare
Choose a tag to compare

Some fixes and changes to media file processing

  • Add MP4 re-encode processor and ability to choose which processor to use when re-running
    • If uploading a single mp4 fails, try re-running it using the re-encode processor
  • Ignore video channel in all ffmpeg commands to reduce likelihood of crashing with some input files

Release v0.3.1

19 Nov 19:56
Compare
Choose a tag to compare
  • Fixes chapters API
    • We no longer need to return chapters in the books API
    • We should report the end time of the last chapter as null
    • Round to nearest integer for chapter start and end times

Release v0.3.0

17 Nov 05:58
349faed
Compare
Choose a tag to compare
  • Bookmarks
    • Users can create/label/delete and jump to custom bookmarks
    • Bookmarks API for mobile app
  • Chapters
    • Admins can run various chapter extraction strategies on the retained source media file
    • Admins can customize the names of the chapters before saving
    • Users can jump to chapters in the player
    • Chapters API for the mobile app