Skip to content

Commit

Permalink
Update Changelog and bump the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tgorgdotcom committed Jan 21, 2021
1 parent 0f8555b commit cc46944
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,20 @@
- Wrap HTTP requests around error handling that existed in do_tuner() previously
- Documentation added for Kodi, Emby/Jellyfin
- Implement proper logging
- switch to host networking in docker *if it's ever supported outside of linux*
- Use third-party http request framework with proper session cookie support (@deathbybandaid)
- Some kind of web based UI to modify config
- Look into pull requests suggestions for ip addressing
- A way to daemonize the script for those running outside of docker
- Future, future -- if we use ffmpeg for fancier things - look into enabling hw accel for video: https://hub.docker.com/r/linuxserver/plex

## 1.0.0 (unreleased)
- Most bugs squashed

## 0.6.4
- Fix for getting the FCC stations (thanks @ThomasPBrauer)
- Tweaks to instructions: Fixes to finding the IP, added some how tos to creating a service (thanks to warrenmelnick and tharris9d)

## 0.6.3
- Add error handling for when a channel in the EPG exists that does not exist in the channel list

Expand Down
2 changes: 1 addition & 1 deletion lib/l2p_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def wrapper_func(self, *args, **kwargs):


def get_version_str():
return '0.6.2'
return '0.6.4'

0 comments on commit cc46944

Please sign in to comment.