Releases: cglatot/pasta
Releases · cglatot/pasta
2.2.2 - Various Fixes
- 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
- 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
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
- 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!
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
- 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
1.6.7 - Hotfix
1.6.6 - Update Github Workflow
- Change the build workflow to use "Published" instead of "Created", as Created has some issues with drafts.
1.6.5 - Updated Library Type Matching
- 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