Skip to content

Releases: vnghia/nghe

Add search functionalities

14 Apr 21:52
9716e76
Compare
Choose a tag to compare

What’s Changed

  • fix(browsing): get top songs for album artists (#94) @vnghia
  • fix(browsing): return full information about artist/album/song instea… (#93) @vnghia
  • fix(browsing): fix get top songs return emtpy (#92) @vnghia
  • ci: only cache from main [skip ci] (#91) @vnghia
  • feat(browsing): add full text search for search3 (#90) @vnghia
  • ci: fix coverage ci (#89) @vnghia
  • test(types): add tests for types (#88) @vnghia
  • ci: add cargo cache (#87) @vnghia
  • refactor(proc-macros): split proc-macros into multiple files (#86) @vnghia
  • feat(proc-macros): add macros for converting from public types to int… (#85) @vnghia
  • chore: upgrade cargo version (#84) @vnghia
  • chore(deps): update rust crate time to 0.3.36 (#76) @renovate
  • fix(deps): update rust crate async-trait to 0.1.80 (#77) @renovate

Fix gh upload release

13 Apr 21:09
7e5bfeb
Compare
Choose a tag to compare

What’s Changed

Fix docker release pipeline

13 Apr 20:48
Compare
Choose a tag to compare

What’s Changed

  • Fix release pipeline

Initial release

13 Apr 20:25
f8e16cc
Compare
Choose a tag to compare

What’s Changed

  • ci: fix upload release artifact (#82) @vnghia
  • ci: upload all build artifacts (#81) @vnghia
  • chore(deps): update release-drafter/release-drafter action to v6 (#80) @renovate
  • ci: add release drafter (#79) @vnghia
  • ci: add build frontend (#78) @vnghia
  • fix(deps): update rust crate log to 0.4.21 (#70) @renovate
  • chore(deps): update rust crate built to 0.7.2 (#71) @renovate
  • fix(deps): update rust crate figment to 0.10.16 (#73) @renovate
  • chore(deps): update rust crate anyhow to 1.0.82 (#72) @renovate
  • chore(deps): update rust crate time to 0.3.35 (#74) @renovate
  • fix(deps): update rust crate quote to 1.0.36 (#75) @renovate
  • ci: faster postgresql installation (#69) @vnghia
  • ci: upgrade postgres to 16 (#68) @vnghia
  • fix(deps): update rust crate tokio to 1.37 (#67) @renovate
  • chore(deps): update rust crate serde_json to 1.0.115 (#66) @renovate
  • feat: add parallel process for scan full (#65) @vnghia
  • fix(deps): update rust crate axum-extra to 0.9.3 (#64) @renovate
  • fix(deps): update rust crate axum to 0.7.5 (#63) @renovate
  • fix(deps): update rust crate async-trait to 0.1.79 (#62) @renovate
  • chore(deps): update rust crate uuid to 1.8.0 (#58) @renovate
  • test extract target info (#57) @vnghia
  • fix(deps): update rust crate async-trait to 0.1.78 (#55) @renovate
  • fix(deps): update rust crate figment to 0.10.15 (#53) @renovate
  • chore(deps): update rust crate diesel to 2.1.5 (#52) @renovate
  • ci: setup rust version 1.77 (#56) @vnghia
  • switch back to ffmpeg (#54) @vnghia
  • fix(transcode): switch to gstreamer (#51) @vnghia
  • build on windows only (#50) @vnghia
  • cargo: add rsmpeg (#49) @vnghia
  • fix(deps): update rust crate thiserror to 1.0.58 (#48) @renovate
  • fix(deps): update rust crate anyhow to 1.0.81 (#47) @renovate
  • fix(deps): update rust crate serde_with to 3.7.0 (#46) @renovate
  • chore(deps): update rust crate http-body-util to 0.1.1 (#45) @renovate
  • fix(deps): update rust crate walkdir to 2.5.0 (#44) @renovate
  • fix(deps): update rust crate crossbeam-channel to 0.5.12 (#43) @renovate
  • chore(deps): update rust crate tempfile to 3.10.1 (#42) @renovate
  • fix(deps): update rust crate tower-http to 0.5.2 (#41) @renovate
  • chore(deps): update rust crate serde_json to 1.0.114 (#40) @renovate
  • fix(deps): update rust crate anyhow to 1.0.80 (#39) @renovate
  • fix(deps): update rust crate xxhash-rust to 0.8.10 (#38) @renovate
  • fix(deps): update rust crate serde_with to 3.6.1 (#37) @renovate
  • build(deps): bump tokio from 1.35.1 to 1.36.0 (#27) @dependabot
  • build(deps): bump time from 0.3.32 to 0.3.34 (#28) @dependabot
  • ci: add target macos arm64 (#21) @vnghia
  • build(deps): bump serde_json from 1.0.111 to 1.0.113 (#20) @dependabot
  • build(deps): bump serde from 1.0.195 to 1.0.196 (#19) @dependabot
  • build(deps): bump serde_with from 3.5.0 to 3.5.1 (#18) @dependabot
  • ci: use mold linker (#17) @vnghia
  • ci: add test for windows and macos (#16) @vnghia
  • ci(windows): only build libpq[core] (for testing cleanup only) (#15) @vnghia
  • ci: add build on windows and macos (#14) @vnghia
  • build(deps): bump h2 from 0.4.1 to 0.4.2 (#13) @dependabot
  • build(deps): bump uuid from 1.6.1 to 1.7.0 (#10) @dependabot
  • build(deps): bump serde_with from 3.4.0 to 3.5.0 (#11) @dependabot
  • build(deps): bump proc-macro2 from 1.0.76 to 1.0.78 (#12) @dependabot
  • ci(cross): fix cross compiling with postgresql (#8) @vnghia