Skip to content

Tags: IgnisDa/ryot

Tags

v7.11.0

Toggle v7.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow reviewing only show seasons (#1124)

* feat(backend): change types to allow optional seasons/episodes

* feat(frontend): use select input for podcast reviewing

* fix(frontend): edge case of incorrect input

* chore(frontend): remove async where not required

* feat(frontend): use select input for show reviewing

* feat(frontend): account for show reviews that do not have episode

* fix(frontend): allow reviewing shows without any season or episode

* fix(frontend): display using default value

* fix(frontend): correct values when updating a review

v7.10.4

Toggle v7.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow muting sounds in workout logging (#1120)

* feat(migrations): add new preference field

* feat(backend): add new field for logging workouts

* feat(frontend): allow editing new user preference

* feat(frontend): respect new workout logging preference

v7.10.3

Toggle v7.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Better strategy for getting identifier from book ISBN (#1117)

* docs: info about env var annotation

* chore(services/importer): add new log statement

* chore(backend): change name of functions and parameters

* chore(backend): change more function parameter names

* feat(backend): allow falling back to openlibrary when google books isbn not available

* chore(services/importer): remove useless log

* refactor(backend): common function to get identifier and source from isbn

* feat(services/importer): use fallback function for getting isbn in ABS importer

* refactor(services/importer): use let guards in goodreads importer

* feat(services/importer): use fallback function for getting isbn in goodreads importer

* refactor(services/importer): apply clippy lints

* refactor(services/importer): change name of function

* chore(providers): use chaining

v7.10.2

Toggle v7.10.2's commit message
fix(frontend): minor react errors

v7.10.1

Toggle v7.10.1's commit message
fix(frontend): handle some workout logging edge cases

v7.10.0

Toggle v7.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
New metrics for workouts and templates (#1104)

* feat(migrations): backport old data for new summary fields

* feat(backend): store focused metrics in workout summary

* fix(utils/dependent): sort focused metrics by number of exercises

* chore(backend): change structure of focused summary

* chore(models): remove useless attributes

* chore(backend): store more metrics in summary

* feat(backend): calculate correct value of new metrics

* fix(utils/dependent): add correct import

* chore(docs): more schema changes

* chore(gql): request new fields

* build(ts): upgrade deps

* ci(generated): generate new types

* build(transactional): upgrade react-email deps

* build(website): upgrade drizzle deps

* chore(frontend): change number times display

* feat(frontend): small access links improvement

* refactor(backend): change function position

v7.9.1

Toggle v7.9.1's commit message
fix(frontend): use correct schema for creating integrations

v7.9.0

Toggle v7.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Display inline progress for media progress (#1093)

* fix(website): invalidate old keys

* chore(website): hide links

* chore(website): hide more links

* fix(frontend): refresh metadata details on adding to collection

* fix(website): add more padding etc

* fix(website): remove carousel b tns

* refactor(frontend): move location of item

* ci(ts): downgrade tabler icons version

Ref: tabler/tabler-icons#1233

* refactor(frontend): use correct imports

* feat(frontend): display inline progress

* feat(frontend): change orientation of inline progress bar

* chore(models/user): remove repeated stuff

* chore(backend): add new column for deduplicating upcoming section

* chore(gql): generate new types

* fix(frontend): better logic to decide which elements should show

* feat(frontend): deduplicate media

* fix(services/misc): respect new preferences

* fix(frontend): add docs for deduplicate option

* build(ts): upgrade deps

* refactor(frontend): change name of param

v7.8.0

Toggle v7.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Send additional details to *arr integrations (#1081)

* chore(frontend): do not allow showing/hiding details

* refactor(backend): change order of attributes

* feat(backend): send movie/show titles

* ci: Run CI

* chore(frontend): remove upper margin

* chore(frontend): revert all exercise changes

* ci: Run CI

* refactor(services/integration): change order of args

* fix(services/integration): send only requests for shows and movies

* refactor(services/integration): change name of attribute and func args

* feat(services/integration): send only requests for shows and movies for radarr and sonarr

* ci: Run CI

* refactor(backend): use guard `let-else` statements

* refactor(backend): more if let Some

* refactor(frontend): move checkbox into common area

* fix(frontend): position of invert btn

* chore(frontend): use inbuilt function

* ci: Run CI

* feat(backend): return more core details

* chore(frontend): do not parse env variables in the frontend

* refactor(frontend): extract variable

* chore(frontend): order of attributes

* feat(backend): collapse two queries into one

* chore(frontend): adapt to new gql schema

* chore(gql): return whether user is disabled

* feat(frontend): do not allow logging in when account disabled

* chore(frontend): order of attributes

* ci: Run CI

* refactor(backend): use `let-else` wherever applicable

* refactor(backend): more let else

v7.7.0

Toggle v7.7.0's commit message
chore(frontend): changes to exrrcise display