Releases: renaudjenny/TellTime
Releases · renaudjenny/TellTime
3.1.0 Update to modern TCA
- Use modern TCA approach with
ReducerProtocol
- Split all features/cores in their own Swift libraries
- Miscellaneous improvements
2.4.1 Improve Speech Recognition
- Improve speech recognition reliability and stability
- Handle more cases for speech recognition, like Midnight, O'clock and Post Meridiem hours.
2.4.0 Speech Recognition and TCA
- Add Speech Recognition ability to recognise the time.
- Migrate all the codebase to TCA (The Composable Architecture): https://github.com/pointfreeco/swift-composable-architecture
2.3.0 Add Speaker button directly on Widgets
- Add the Speaker button to directly tell the time on Middle sized Widget and Large sized Widget
- Tap on a Widget will change the time and style of the clock depending on what style you chose for the Widget
2.2.0 Better Dragging for Clock Arms and Improved Configuration for iPad
- Add a greater zone to grab and drag the Clock arms
- Configuration on iPad is improved, you can now preview the Clock Style before selecting it.
2.1.0 Improve Widget + UX for date picker
- Improve User Experience with the time picker to select the time
- Add design choice in Widget configuration
- Fix Widget Time to be more accurate as the closest second
- Fix Speak Button animation while changing orientation
2.0.1 New Widgets!
- Fix what needed for iOS 14
- Add new Widgets coming in 3 sizes, you can even configure the design of the Clock (for medium and large size)
- Finally fix the problem with Navigation!
- Add better animations
- Change some snapshots to match iOS 14 design
1.5.0
build(Version): prepare version 1.5.0
1.3.0 Add Today Widget
Merge pull request #2 from renaudjenny/add-widget-to-tell-time Add widget to tell time
1.2.0
feat(Clock): Drawing hours Text are now proportional of the Clock size