IBMS Schedule Reader Release Notes
Version 1.0.0.12
Changes
fix editing of Brando channel in feeds grid to select channel in dropdown when clicked instead of clearing it
refresh ui with play\pause button instead of enabled button
add get db from url button to the MySql settings
Version 1.0.0.11
Changes
renamed the application to 'IBMS Schedule Reader'
Version 1.0.0.10
Changes
fix for Nov 1 schedules showing as blank
Version 1.0.0.9
Changes
Improved feed url reading to reduce timeout errors when feed takes longer to respond.
Version 1.0.0.8
Changes
No longer use the isSponsor column in the master_schedule table as it has been deprecated
Show an application is up to date message if check for updates detects no changes
Version 1.0.0.7
Changes
Split programs names into multiple lines under certain conditions
- If a ": " is in the program name, split on the : and put the left part in nameline1 and the right part in nameline2
- If "with" is in the program name, put to the left part in nameline1 and the right part, including the word "with", in nameline2
Version 1.0.0.6
Changes
fix for deleting snipes from the master_schedule table when doing a program schedule update
Version 1.0.0.5
Changes
remember instance enabled\disabled setting when the reader is restarted
- re-calculate the next update time when the feed settings interval is changed
Version 1.0.0.4
Changes
- Fix for now writing the datafeedID column to the program table which could cause duplicate programs to be added to the programs table
Version 1.0.0.3
Changes
- add preferences dialog with log configuration options.
- add verbose logging to log extra info messages for debugging, off by default
- trim leading and trailing white space from url strings
Version 1.0.0.2
Changes
- Allow feeds to be checked at a regular hh:mm interval instead of only once a day. Default set to check every hour.
- Add additional logging messages for url feed parsing
- Validate the assigned feed channel ID against the active channels in the flow database and log an error if not found
- Move application check for updates to a background worker thread in case the connection is slow
- Cleanup of old debug logs
- Update with Brando program icon
Version 1.0.0.1
Changes
- store the original program name in datafeedID column of program table to allow existing programs to be matched after user editing of program names in Flow
- fix agent status reported to Flow
- pass errors encountered during read into the status window