Releases: anacrolix/dms
Releases · anacrolix/dms
Release list
v1.8.0
Changelog
- a259fcd Fix build for platforms other than Linux, macOS and Windows
- 066f81c Run goreleaser on tag pushes
- 50dc355 Update CHANGELOG for v1.8.0
- 578e05c Give ffmpeg an absolute path when transcoding (#184)
- 78798a6 Change ProtocolInfo mime type from text/plain to text/srt (#183)
- 28285b9 Add CHANGELOG.md and FAQ.md, trim README
- 9d0e467 Add justfile with run and browse-root recipes, add testdata/browse-root.xml
- bba38ea Update dependencies
- 88086df Remove component/subcomponent labels from slog logger
- c672d9b Use net.ParseIP to select tcp4/tcp6 network for HTTP listener
- 53bfb57 Adjust some logging
- cb090b9 Claude refactors from anacrolix/log to log/slog
- 806263d Add section about dlna-proxy for crossing network boundaries (#179)
- aff0a0b Fix allowedIps config file parsing (#178)
- 7e30534 various updates (#177)
- 355ba04 Ensure :: in -http argument ends up as IPv6 socket (#171)
- 7e13039 Use fs.FS interface (#167)
- 2fab4eb Allow ff/rw for Samsung TV (#169)
- b2e55c1 fix(docker): improve Dockerfile (#168)
- 0d6c6e6 add workflow dispatch for manual run
- 2cd44d5 fix goreleaser (#166)
- 105c744 feat: add IPv6 support for SSDP
v1.7.2
What's Changed
- Add deviceIconSizes flag by @stuart-mclaren in #147
- Fix ssdp.Server.Serve not returning when closed by @WithoutPants in #150
- Print device icon sizes after config load by @stuart-mclaren in #149
- Add second screenshot to README by @stuart-mclaren in #148
- Add an example json config file by @stuart-mclaren in #151
- Use file modified timestamp for dynamic streams by @claes in #152
- Update install command in README by @reezer in #156
- Fix slow browse due to directory walk and ffprobe by @fholzer in #160
- fix: time.After leaks memory by @Oppen in #161
New Contributors
- @stuart-mclaren made their first contribution in #147
- @claes made their first contribution in #152
- @reezer made their first contribution in #156
- @fholzer made their first contribution in #160
Full Changelog: v1.7.1...v1.7.2
v1.6.0
Changelog
- 669cd17 Remove public version const
- 9ce7673 Set ignored media log message level to debug
- 6b8cae4 Update README.rst (#119)
- d1c825c Update version.go (#120)
- b137217 new command line option to customize the location of transcode logs. (#117)
- 6af26ec Bump actions/setup-go from 2 to 4 (#116)
- d73c8b1 added content-disposition header (#115)
- 5bbc905 new feature: live streams generated on the fly via .dms.json config files (#112)
- c6ea09b Add Docker Image and Corresponding Github Action (#113)
- 944453d add env variables to configure thumbnail params (#114)
- f9b3489 Compatibility with Samsung Frame TVs (#110)
- 977b7c2 Remove CircleCI badge
- cf5ba6b Added subtitle support (#79)
v1.5.0
Changelog
- c6bb67a Merge pull request #97 from pataquets/add-docker-publish-image-action
- fc7043c Merge remote-tracking branch 'origin/github-actions'
- 092b7b4 feat: Add ip filter callback holder (#96)
- 6a218ac Add 'Docker metadata' step to generate image tags.
- a9b0202 Add Publish Docker image Github Action.
- 2c70cf8 Enable Dependabot for Github Actions.
- b445a5a add optional OnBrowseDirectChildren and OnBrowseMetadata interfaces (#95)
- 5389d3a fix uninitialized logger on ssdp error (#94)
- c3dd06e Merge pull request #91 from Efreak/master
- d0abfd6 fix dist paths
- c722af7 use goreleaser.yml
- c5426ca upload artifacts
- 8dc2e49 Create go.yml
- 50fb83b get readme image from web archive (#88)
- 2fd6ff4 Add output of
dms -h(#90)