Commit Graph

  • 5c16622501 chore(makefile): update golangci-lint version to v2.6.2 Deluan 2025-11-20 10:38:40 -05:00
  • 36fa869329 feat(scanner): improve error messages for cleanup operations in annotations, bookmarks, and tags Deluan 2025-11-20 09:27:42 -05:00
  • 0c3012bbbd chore(deps): update Go dependencies to latest versions Deluan 2025-11-19 22:05:46 -05:00
  • 353aff2c88 fix(lastfm): ignore artist placeholder image. Deluan 2025-11-19 20:49:29 -05:00
  • c873466e5b fix(scanner): reset watcher trigger timer for debounce on notification receipt Deluan 2025-11-19 20:24:13 -05:00
  • 3d1946e31c fix(plugins): avoid Chi RouteContext pollution by using http.NewRequest (#4713) Deluan Quintão 2025-11-19 20:17:01 -05:00
  • 6fb228bc10 fix(ui): fix translation display for library list terms (#4712) Dongeun 2025-11-20 02:42:33 +08:00
  • 2be28523f6 chore(deps-dev): bump jsdom from 26.1.0 to 27.2.0 in /ui dependabot/npm_and_yarn/ui/jsdom-27.2.0 dependabot[bot] 2025-11-17 17:03:10 +00:00
  • 4ff2cbda3e chore(deps-dev): bump @types/node from 24.9.1 to 24.10.1 in /ui dependabot/npm_and_yarn/ui/types/node-24.10.1 dependabot[bot] 2025-11-17 17:02:42 +00:00
  • a8979103d9 chore(deps-dev): bump @vitest/coverage-v8 from 4.0.3 to 4.0.10 in /ui dependabot/npm_and_yarn/ui/vitest/coverage-v8-4.0.10 dependabot[bot] 2025-11-17 17:02:33 +00:00
  • aeae693821 chore(deps-dev): bump @vitejs/plugin-react from 5.1.0 to 5.1.1 in /ui dependabot/npm_and_yarn/ui/vitejs/plugin-react-5.1.1 dependabot[bot] 2025-11-17 17:02:13 +00:00
  • 32e1313fc6 ci: bump plugin compilation timeout for regressions (#4690) Kendall Garner 2025-11-16 18:46:32 +00:00
  • 489d5c7760 test: update make test-race target to use PKG variable for improved flexibility Deluan 2025-11-16 13:41:22 -05:00
  • 0f1ede2581 fix(scanner): specify exact table to use for missing mediafile filter (#4689) Kendall Garner 2025-11-16 17:54:28 +00:00
  • 395a36e10f fix(ui): fix library selection state for single-library users (#4686) Deluan Quintão 2025-11-15 17:42:28 -05:00
  • 0161a0958c fix(ui): add CreateButton back to LibraryListActions Deluan 2025-11-15 17:31:37 -05:00
  • 28d5299ffc feat(scanner): implement selective folder scanning and file system watcher improvements (#4674) Deluan Quintão 2025-11-14 22:15:43 -05:00
  • bca76069c3 fix(server): prioritize artist base image filenames over numeric suffixes and add tests for sorting Deluan 2025-11-14 13:15:50 -05:00
  • a10f839221 fix(server): prefer cover.jpg over cover.1.jpg (#4684) Deluan Quintão 2025-11-14 12:19:10 -05:00
  • 2385c8a548 test: mock formatFullDate for consistent test results Deluan 2025-11-13 18:46:06 -05:00
  • 9b3bdc8a8b fix(ui): adjust margins for bulk actions buttons in Spotify-ish and Ligera Deluan 2025-11-13 18:05:00 -05:00
  • f939ad84f3 fix(ui): increase contrast of button text in the Dark theme Deluan 2025-11-12 16:17:41 -05:00
  • c3e8c67116 feat(ui): update totalSize formatting to display two decimal places Deluan 2025-11-12 13:23:18 -05:00
  • d57a8e6d84 refactor(scanner): refactor legacyReleaseDate logic and add tests for date mapping Deluan 2025-11-12 13:11:33 -05:00
  • 73ec89e1af feat(ui): add SizeField to display total size in LibraryList Deluan 2025-11-12 13:01:11 -05:00
  • 7628056957 chore(deps-dev): bump vite from 7.1.12 to 7.2.2 in /ui dependabot/npm_and_yarn/ui/vite-7.2.2 dependabot[bot] 2025-11-10 17:58:00 +00:00
  • fc3f7c5da4 chore(deps-dev): bump vitest from 4.0.3 to 4.0.8 in /ui dependabot/npm_and_yarn/ui/vitest-4.0.8 dependabot[bot] 2025-11-10 17:48:09 +00:00
  • 131c0c565c feat(insights): detecting packaging method (#3841) v0.58.5 Rob Emery 2025-11-09 17:57:55 +00:00
  • 53ff33866d feat(subsonic): implement indexBasedQueue extension (#4244) Kendall Garner 2025-11-09 17:52:05 +00:00
  • 508670ecfb Revert "feat(ui): add Vietnamese localization for the application" Deluan 2025-11-09 12:41:25 -05:00
  • c369224597 test: fix flaky CacheWarmer deduplication test Deluan 2025-11-09 12:19:28 -05:00
  • ff583970f0 chore(deps): update golang.org/x/sync to v0.18.0 and golang.org/x/sys to v0.38.0 Deluan 2025-11-08 21:05:12 -05:00
  • 38ca65726a chore(deps): update wazero to version 1.10.0 and clean up go.mod Deluan 2025-11-08 21:04:20 -05:00
  • 5ce6e16d96 fix: album statistics not updating after deleting missing files (#4668) Deluan Quintão 2025-11-08 20:11:00 -05:00
  • 98a8a68a78 Initial plan copilot/refactor-maintenance-operations copilot-swe-agent[bot] 2025-11-08 23:20:33 +00:00
  • a1ff9f3f2b refactor: remove MissingFiles interface and update references Deluan 2025-11-08 18:03:15 -05:00
  • 319651d7d1 refactor: consolidate maintenance operations into unified service Deluan 2025-11-08 18:03:09 -05:00
  • 593b5db8e9 refactor: extract missing files deletion into reusable service layer Deluan 2025-11-08 15:50:43 -05:00
  • 19365e5ad0 feat: add album refresh functionality after deleting missing files Deluan 2025-11-08 15:10:00 -05:00
  • d05b5f5eb2 Initial plan copilot/fix-unicode-normalization-issue copilot-swe-agent[bot] 2025-11-08 19:00:39 +00:00
  • 69527085db fix(ui): resolve transparent dropdown background in Ligera theme (#4665) Deluan Quintão 2025-11-08 12:47:02 -05:00
  • 9bb933c0d6 fix(ui): fix Playlist Italian translation(#4642) Nagi 2025-11-08 00:41:23 +01:00
  • 6f4fa76772 fix(ui): update Galician, Dutch, Thai translations from POEditor (#4416) Deluan Quintão 2025-11-07 18:20:39 -05:00
  • 9621a40f29 feat(ui): add Vietnamese localization for the application Deluan 2025-11-07 18:13:46 -05:00
  • df95dffa74 fix(ui): update ko.json (#4443) DDinghoya 2025-11-08 08:10:38 +09:00
  • a59b59192a fix(ui): update zh-Hant.json (#4454) York 2025-11-08 07:06:41 +08:00
  • 4f7dc105b0 fix(ui): correct track ordering when sorting playlists by album (#4657) Deluan Quintão 2025-11-06 16:50:54 -05:00
  • e918e049e2 fix: update wazero dependency to resolve ARM64 SIGILL crash (#4655) Deluan Quintão 2025-11-06 15:07:09 -05:00
  • 1e8d28ff46 fix: qualify user id filter to avoid ambiguous column (#4511) Deluan Quintão 2025-11-06 14:54:01 -05:00
  • a128b3cf98 fix(db): make playqueue position field an integer (#4481) Kendall Garner 2025-11-06 19:41:09 +00:00
  • 290a9fdeaa test: fix locale-dependent tests by making formatNumber locale-aware (#4619) Deluan Quintão 2025-11-06 14:34:00 -05:00
  • 58b5ed86df refactor: extract TruncateRunes function for safe string truncation with suffix Deluan 2025-11-06 14:26:51 -05:00
  • fe1cee0159 fix(share): slice content label by utf-8 runes (#4634) beerpsi 2025-11-07 02:24:07 +07:00
  • 3dfaa8cca1 ci: go mod tidy Deluan 2025-11-06 12:53:41 -05:00
  • 0a5abfc1b1 chore: update actions/upload-artifact and actions/download-artifact to latest versions Deluan 2025-11-06 12:43:35 -05:00
  • c501bc6996 chore(deps): update ginkgo to version 2.27.2 Deluan 2025-11-06 12:41:16 -05:00
  • 0c71842b12 chore: update Go version to 1.25.4 Deluan 2025-11-06 12:40:44 -05:00
  • 08a5d64477 chore(deps-dev): bump typescript from 5.8.3 to 5.9.3 in /ui dependabot/npm_and_yarn/ui/typescript-5.9.3 dependabot[bot] 2025-11-03 17:42:57 +00:00
  • eeae1af5e9 chore(deps-dev): bump @testing-library/react in /ui dependabot/npm_and_yarn/ui/testing-library/react-14.3.1 dependabot[bot] 2025-11-03 17:42:46 +00:00
  • 6977647b75 chore(deps-dev): bump eslint-plugin-react-hooks in /ui dependabot/npm_and_yarn/ui/eslint-plugin-react-hooks-7.0.1 dependabot[bot] 2025-11-03 17:42:36 +00:00
  • 3c4fd33be7 chore(deps-dev): bump happy-dom from 20.0.8 to 20.0.10 in /ui dependabot/npm_and_yarn/ui/happy-dom-20.0.10 dependabot[bot] 2025-11-03 17:27:47 +00:00
  • 4994ae0aed fix artist refreshstats query postgres Deluan 2025-11-01 15:21:24 -04:00
  • 4f1732f186 wip - use unix socket Deluan 2025-10-28 20:31:54 -04:00
  • f0270dc48c WIP deluan 2025-10-28 18:40:34 -04:00
  • 8d4feb242b wip Deluan 2025-10-28 08:11:01 -04:00
  • dd635c4e30 convert schema to postgres Deluan 2025-10-28 08:09:46 -04:00
  • e86dc03619 fix(ui): allow scrolling in play queue by adding delay (#4562) pca006132 2025-11-02 08:47:03 +08:00
  • 775626e037 refactor(scanner): optimize update artist's statistics using normalized media_file_artists table (#4641) Deluan Quintão 2025-11-01 20:25:33 -04:00
  • 91fab68578 fix: handle UTF BOM in lyrics and playlist files (#4637) Deluan Quintão 2025-10-31 09:07:23 -04:00
  • 0bdd3e6f8b fix(ui): fix Ligera theme's RaPaginationActions contrast deluan 2025-10-30 16:34:31 -04:00
  • 465846c1bc fix(ui): fix color of MuiIconButton in Gruvbox Dark theme (#4585) Konstantin Morenko 2025-10-29 16:14:40 +03:00
  • cce11c5416 fix(scanner): restore basic tag extraction fallback mechanism for improved metadata parsing (#4401) Deluan Quintão 2025-10-26 19:38:34 -04:00
  • d021289279 fix: enable multi-valued releasetype in smart playlists (#4621) Deluan Quintão 2025-10-26 19:36:44 -04:00
  • aa7f55646d build(docker): use standalone wget instead of the busybox one, fix #4473 Daniele Ricci 2025-10-25 23:47:09 +02:00
  • 925bfafc1f build: enhance golangci-lint installation process to check version and reinstall if necessary Deluan 2025-10-25 17:42:33 -04:00
  • e24f7984cc chore(deps-dev): update happy-dom to version 20.0.8 Deluan 2025-10-25 17:25:48 -04:00
  • ac3e6ae6a5 chore(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12 in /ui (#4217) dependabot[bot] 2025-10-25 17:24:31 -04:00
  • b2019da999 chore(deps): update all dependencies (#4618) Deluan Quintão 2025-10-25 17:05:16 -04:00
  • 77d7e558b7 chore(deps): bump actions/stale from 9 to 10 in /.github/workflows dependabot/github_actions/dot-github/workflows/actions/stale-10 dependabot[bot] 2025-09-08 18:01:25 +00:00
  • 871ee730cd fix(ui): update Chinese simplified translation (#4403) yanggqi 2025-08-01 00:18:06 +08:00
  • c2657e0adb chore: add make stop target to terminate development servers Deluan 2025-07-30 17:47:46 -04:00
  • aff9c7120b feat(ui): add Genre column as optional field in playlist table view Deluan 2025-07-29 20:35:40 -04:00
  • 94d2696c84 feat(subsonic): populate Folder field with user's accessible library IDs Deluan 2025-07-29 17:59:58 -04:00
  • 949bff993e fix(ui): update Deutsch, Galego, Italiano translations (#4394) Michael Brückner 2025-07-29 18:06:29 +02:00
  • b2ee5b5156 feat(ui): add new Bosnian translation (#4399) Muhammed Šehić 2025-07-29 18:06:09 +02:00
  • 9dbe0c183e feat(insights): add plugin and multi-library information (#4391) v0.58.0 Deluan Quintão 2025-07-28 13:21:10 -04:00
  • d9aa3529d7 fix(ui): update Polish translations from POEditor (#4384) Deluan Quintão 2025-07-28 11:23:50 -04:00
  • 77e47f1ea2 feat(ui): add Hindi language translation (#4390) Akshat Mehta 2025-07-28 20:51:27 +05:30
  • d75ebc5efd fix(plugins): don't log "no proxy IP found" when using Subsonic API in plugins with reverse proxy auth (#4388) Kendall Garner 2025-07-28 14:18:49 +00:00
  • 5ea14ba520 docs(plugins): fix README.md for Discord Rich Presence (#4387) Cristiandis 2025-07-28 16:04:33 +02:00
  • 3e61b0426b fix(scanner): custom tags working again Deluan 2025-07-26 21:40:41 -04:00
  • d28a282de4 fix(scanner): Apple Music playlists import for songs with accented characters (#4385) Deluan Quintão 2025-07-26 11:27:35 -04:00
  • 1eef2e554c fix(ui): update Danish, German, Greek, Spanish, Finnish, French, Indonesian, Russian, Slovenian, Swedish, Turkish, Ukrainian translations from POEditor (#4326) Deluan Quintão 2025-07-25 18:58:57 -04:00
  • 6722af50e2 chore(deps): update Go dependencies to latest versions Deluan 2025-07-25 18:56:52 -04:00
  • eeef98e2ca fix(server): optimize search3 performance with multi-library (#4382) Deluan Quintão 2025-07-25 18:53:40 -04:00
  • be83d68956 fix(scanner): fix misleading custom tag split config message. Deluan 2025-07-25 17:54:51 -04:00
  • c8915ecd88 fix(server): change sorting from rowid to id for improved sync performance for artists Deluan 2025-07-24 17:23:05 -04:00
  • 0da2352907 fix: improve URL path handling in local storage for special characters (#4378) Deluan Quintão 2025-07-23 20:46:47 -04:00
  • a30fa478ac feat(ui): reset activity panel error icon to normal state when clicked (#4379) Deluan Quintão 2025-07-23 19:43:42 -04:00
  • 9f0059e13f refactor(tests): clean up tests Deluan 2025-07-23 11:02:07 -04:00