Skip to content

Latest commit

 

History

History
343 lines (184 loc) · 24.2 KB

CHANGELOG.md

File metadata and controls

343 lines (184 loc) · 24.2 KB

2.3.3 (2024-06-15)

Bug Fixes

  • actually send out /Playing events as session updates. (b01470b), closes #218
  • do extra checks for album ids in (00675bb)
  • double-check albums have dates (881ab95)
  • hermes version in cocoapods (ea81702)
  • react-native-screens android setup (968e98d)
  • refactor JellyfinApi to be less burdensome to implement (a6a306b)
  • throw errors when requests do not yield 200 OKs (16162d8)

2.3.2 (2024-03-10)

Bug Fixes

  • build with xcode 15.3 (845eac7)
  • remove conflicting app transport properties (c966276)

2.3.1 (2024-03-06)

Bug Fixes

  • revert to supporting HTTP-based backends (f310bb8), closes #205

2.3.0 (2024-02-11)

Bug Fixes

  • add tslib dependency (89a621a)
  • be more specific about which types can be played back directly (227efad)
  • disable autocorrect in search field (92cd957)
  • gemfile lock file (5592d5c)
  • icon spacing (59b3700)
  • linter (26198e5)
  • make some more room for download totals (f95c79b), closes #193
  • move sleep-timer to separate reducer (0f211b0)
  • package-lock (6c59e93)
  • prevent sentry from uploading sourcemaps in GitHub actions (b257656)
  • re-add events dependency (0489e1a)
  • re-enable sentry on ios build, fix react-native-flipper not building on ios (1945cfd)
  • refactor timer and design (3bcd749)
  • remove fill from svg (2d22a6f)
  • restore comma (713b232)
  • timer icon and resetting on cancel (04ce9f2)
  • type errors (6411bfb)
  • unnecessary changes (2d9b816)
  • update to react-native 0.71.15 so builds on ios work again (3f60224)
  • upgrade react-native-reanimated to fix typing issues (34b3cd3)
  • use JVM v17 in GitHub actions (8862d6b)

Features

  • add translations for sleep timer (0f126d4)
  • Added translation using Weblate (Bulgarian) (73fc7a1)
  • Added translation using Weblate (Catalan) (b6b3e12)
  • Added translation using Weblate (Czech) (ce85503)
  • Added translation using Weblate (Danish) (5c49197)
  • Added translation using Weblate (Portuguese (Brazil)) (1cdb98d)
  • Added translation using Weblate (Slovenian) (4a2acd9)
  • enable de, ru, and sv as available languages (6de1f97)
  • introduce high contrast mode for ios (82b4223), closes #194
  • upgrade to react native 0.73 (7cb4629)

2.2.0 (2023-07-14)

Bug Fixes

  • add getters for new locales (f199789)
  • allow tapping search result directly without closing keyboard first (a330824)
  • also set itemid for first track in queue (f540424)
  • Deleted translation using Weblate (English (United Kingdom)) (d5e863f)
  • Deleted translation using Weblate (English (United Kingdom)) (0cb65f5)
  • Deleted translation using Weblate (English (United Kingdom)) (70e4015)
  • Deleted translation using Weblate (English (United Kingdom)) (1febe64)
  • Deleted translation using Weblate (English (United Kingdom)) (0aac29b)
  • do a request when generating credentials to ensure the access token is valid (440d789)
  • don't emit any paused events (9aff784)
  • downloads disappear after update (fixes #136) (ba73aaa)
  • include play modal on search page (e140a0e)
  • include width units for similar album cover image (ed78e4a)
  • move now playing overlay on search tab to make space for input field (fd3c348)
  • POST the scrobble payload instead of GET (3650a0f)
  • properly end previous playing track (8ff785d)
  • send correct amount of ticks for playback reporting (d15b7ea)
  • send stopped event to right URL (8209db3)
  • show empty queue when resetting state (dd220ec)
  • show error messages when tracks fail to download (2bd9cf9)
  • supply positionticks for scrobbling as integer (1270390)
  • the privacy policy is in fact a privacy policy (4a43583)
  • weird active style in playlist view (8b1ce6b)

Features

  • add artist views (c9036b5)
  • Added translation using Weblate (English (United Kingdom)) (161344d)
  • Added translation using Weblate (English (United Kingdom)) (4806fbd)
  • Added translation using Weblate (English (United Kingdom)) (c260c15)
  • Added translation using Weblate (English (United Kingdom)) (0fc40aa)
  • Added translation using Weblate (English (United Kingdom)) (b49e1e5)
  • Added translation using Weblate (Italian) (123a7b3)
  • Added translation using Weblate (Norwegian Bokmål) (57d569b)
  • Added translation using Weblate (Polish) (464192b)
  • Added translation using Weblate (Ukrainian) (0cf1c20)
  • allow users to override color scheme (closes #138) (130b18b)
  • incorporate italian language (73af159)
  • loop a single song (closes #139) (fb4d393)
  • make downloads available from iOS File app (7d6e897)
  • naive scrobbling integration (0bf2775)

2.1.0 (2023-04-23)

Bug Fixes

  • also add navigator padding when playing the first track in a queue (1d7db11)
  • contentInset doesn't behave on Android (1d97830)
  • correctly calculate amount of minutes when an hour is present (2e816f4)
  • keep album views in search tab when navigating from search results (e2c1c03)
  • linter issues (6ccfd19)
  • make similar albums translateable (81b9ba6)
  • only show similar albums if there are any (4ff071d)
  • padding in similar scrollwheel (913d185)
  • reign in padding on album view a bit (e116e95)
  • remove padding from Modal (4509ef1)

Features

  • add blurview to headers as well (1a5e4ae)
  • add extra metadata to the album view (dba8724)
  • finish offsets on new navigation views (c8283fc)
  • show artist in playlist view (c3c32ae)
  • update tab bars with blurview (7601408)

2.0.5 (2023-04-12)

Bug Fixes

  • crash when fast-image fails to load an image (67499b1)

2.0.4 (2023-04-11)

Bug Fixes

  • disable BlurView on Android as it crashes the app (1648389)
  • linter issue (a8c0003)
  • linting issue (2f45f86)
  • only set signingConfig to release when a keystore is available (74d82eb)
  • use debug signing config when not having a keystore (a532154)

Features

  • Add base Android content for F-Droid and Play Store (ba805e0)
  • add fallback images when album cover isn't available (0a0c78f)
  • setup Fastlane for Google Play Store (cc14373)

2.0.3 (2023-02-28)

Bug Fixes

  • improve album list scrolling performance (099bbeb)
  • prevent track indexes from overflowing (a34b6c5)

2.0.2 (2023-01-10)

Bug Fixes

  • allow user-supplied CA certificates on Android (ccfa68c), closes #110
  • font colour for dark mode on input (6885ae6)

2.0.1 (2022-11-28)

Bug Fixes

  • android and ios builds (845b379)
  • Blur obscuring buttons on Android (e0493c4)
  • BlurView on Android (b2bd211)
  • Depcreated createReducer calls (d072292)
  • Ensure proper spacing in downloads screen (cd10ddd)
  • Input icon alignment on Android (0ffc5b6)
  • jumpy progress animations (9807b0e)
  • margin on connection notice (68de2ca)
  • Only show single line for tracks without artists or albums (7ed389e)
  • Remove any restrictions on bitrate and samplerate (b41031e)
  • Rename Jellyfin Audio Player to Fintunes in translation files (0a7f6ab)
  • screenshotting logic (d4570b6)
  • switch album id to demo instance (9a1defb)
  • use entire input box as touch area for focus (87f992d)

Features

  • Save App metadata in the repo (9c8e474)

1.2.7 (2022-08-13)

Features

1.2.6 (2022-08-09)

Bug Fixes

1.2.6-beta.1 (2022-06-09)

1.2.5 (2022-05-18)

Bug Fixes

  • Only pull Exoplayer from jcenter (89d2984)

Features

  • Apply default text styles to ReText (37ead0e)
  • Create new progress slider from scratch (6efc8e7)
  • Implement colored blur backgrounds (f48d248)
  • Tweak progress bar gestures (b0961d3)

1.2.4 (2022-05-04)

Bug Fixes

  • No interaction on Android webview (#59) (91eaa1d)

1.2.3 (2022-01-16)

0.2.3 (2022-01-15)

0.2.2 (2022-01-03)

0.2.1 (2022-01-02)

0.2.0 (2022-01-02)

0.1.7 (2021-10-25)

0.1.6 (2021-04-25)

0.1.5 (2021-04-24)

0.1.4 (2021-04-03)

0.1.3 (2021-03-21)

0.1.2 (2021-03-09)

0.1.1 (2021-02-13)

0.1.0 (2021-02-07)

1.0.0-beta3 (2020-08-25)

0.0.1-alpha1 (2020-07-26)

0.0.1-alpha0 (2020-07-10)