Skip to content

Releases: cglatot/pasta

2.2.2 - Various Fixes

30 Nov 21:56
a796ee5

Choose a tag to compare

  • Added autoscroll up from episode/movie choice to the top of the screen so you can see the tracks easier
  • Fixed choosing a single subtitle/audio track to use the index number instead of using the matching algorithm
  • Fixed the matching algorithm to accept empty strings - should fix issues with same-language selections not taking into account different country's versions of said languages
  • Reverted cursor from pointer to default cursor in results modal
  • Fixed progress modal not showing up as soon as you press an action button

2.2.1 - Add Autoscrolling

27 Nov 16:28
7eb80b3

Choose a tag to compare

  • Autoscrolling added to the left-side navigation panel. Should help navigability with shorter windows.
  • Cleaned up some inconsistencies in visuals

2.2.0 - Updated Visuals and Added Settings

27 Nov 15:41
a402d07

Choose a tag to compare

Added several updates for the UI

  • Updated the results modal so it takes up more height and needs less scrolling for larger changes
  • Added a User Settings menu (cog in the top right) that allows you to control:
    • Auto Collapse - Auto collapse the navigation cards on desktop, just like how mobile does
    • Max List Items - Change how many items show up in the lists in the navigation cards (1 - 30)
    • Navigation Width - Change how wide the sidebar is (15-50%)

2.1.0 - Added Library Mode

26 Nov 14:47
70b046b

Choose a tag to compare

  • Added a mode to allow users to apply tracks to an entire Library

WARNING: This will likely be a very slow process as this is run entirely client-side. It also has not been tested on very large libraries, so may freeze or crash browsers. Use at your own discretion.

PASTA 2.0 Initial Release!

25 Nov 19:48

Choose a tag to compare

This is a complete rework of PASTA using React, Typescript and Vite. It should be faster, smoother, and better UX as well.

  • Complete app modernisation using React and Typescript
  • Overhauled UI
  • Implemented caching to reduce API calls
  • Better handling of promises and race conditions
  • Better connectivity attempts for servers
  • Better handling of multiple servers and managed users
  • Just better

Full Changelog: 1.8...2.0.0

1.8 - Multiple fixes and enhancements

01 Nov 16:42
b2b9986

Choose a tag to compare

  • Remember URL/Token authentication method. Fixes #92
  • Support Managed Users. Fixes #32
  • Add keyword matching for Audio tracks. Fixes #91
  • Added github, dockerhub, kofi icons to the header. Fixes #80
  • Added some help text to various elements across the application to help with understanding the flow
  • Some other minor fixes around showing/hiding elements when using different authentication methods

Full Changelog: 1.7...1.8

1.7 - Searching and Subtitle Keyword Matching

10 Sep 10:21
c568650

Choose a tag to compare

What's Changed

  • Add subtitle keyword input for filtering subtitle tracks and Series Search. by @TWF1212 in #89

New Contributors

Full Changelog: 1.6.7...1.7

1.6.7 - Hotfix

31 Aug 10:18
f55d2c1

Choose a tag to compare

What's Changed

  • fix: remove early head closing tag by @cmd430 in #87

New Contributors

Full Changelog: 1.6.6...1.6.7

1.6.6 - Update Github Workflow

04 Feb 21:28
1a4674f

Choose a tag to compare

  • Change the build workflow to use "Published" instead of "Created", as Created has some issues with drafts.

1.6.5 - Updated Library Type Matching

04 Feb 21:22

Choose a tag to compare

  • Updated how the Library type gets matched and passed through; should be more reliable in identifying if it's a TV Show or Movie library.
  • Fixes #79