Changes in version 0.1.0.9004 - Added color parameter to shinyTimer() and updateShinyTimer() functions (#57). - Added new feedback value (text content of the timer) returned after pausing shinyTimer (#63). It can be accessed via input${inputId}_content, where inputId is the id of the shinyTimer widget. - Renamed background parameter to frame to better reflect its purpose. Added fill parameter to pass colors to the background of the shinyTimer (#60). - Made callback value after finishing of count down more flexible by changing input$timer_done to input${inputId}_done, where inputId is the id of the shinyTimer widget (#67). Changes in version 0.1.0 (2025-03-07) This is the first release presenting the timer widget for Shiny applications with the following features: - Basic UI and server functions: shinyTimer(), updateShinyTimer(), countDown() and countUp() functions (#1, #11, #28). - Possibility to set different units with hours, minutes and seconds parameters and different formats of the timer with the type parameter (#9, #13, #30, #31). - Possibility to pauseTimer() (#23) and resetTimer() (#10). - Option to add a background to shinyTimer() (#47).