Releases: j4321/tkcalendar
Releases · j4321/tkcalendar
tkcalendar-1.6.1
tkcalendar-1.6.0
New options
- calendar_cursor: change the cursor on the
Calendarof theDateEntry(#55)
Bug fixes
- Fix
DateEntrycursor customization which had no effect - Fix vanishing of the drop-down calendar on any click when grab_set is used
- Temporarily fix python issue 38661 (#61)
- Fix always on top bug using resizable (#62)
tkcalendar-1.5.1
- Fix calendar drop-down not in front issue if window has the
-topmostattribute in Windows (#49) - Make
Calendar.config()andDateEntry.config()accept a dictionary like standard tkinter widgets - Fix calendar not hiding when clicking again on
DateEntrydrop-down button in Windows (#51) - Fix maxdate disabled while it sould be the latest allowed date (#50)
tkcalendar-1.5.0
- Add disabledforeground and disabledbackground options to further customize
the disabled state appearance of theCalendar - Add maxdate and mindate options to set an allowed date range for date selection
- Add weekenddays option to choose the days colored as week-end days (#37)
- Add date_pattern option to customize the date format
- Add
Calendar.see()method to make sure a date is visible - Make
Calendar.selection_clear()actually clear the selection - Make locale option editable after the creation of the Calendar
- Fix
ValueErrorwhen retrieving default locale - Fix date parsing error in Swedish locale and some others (#44)
- Improve compliance with ttk themes by making the
DateEntrylook like attk.Combobox(#42) - Fix high CPU issues in Windows (#36)
tkcalendar-1.4.0
tkcalendar-1.3.1
Fix #29: Day selection issues when firstweekday is sunday.
tkcalendar-1.3.0
- No longer set locale globally to avoid conflicts between several instances, use babel module instead
- Add option showwekknumbers to show/hide week numbers
- Add option firstweekday to choose first week day between 'monday' and 'sunday'
- Make DateEntry compatible with more ttk themes, especially OSX default theme
- Add possibility to display special events (like birthdays, ..) in the calendar.
The events are displayed with colors defined by tags and the event description is displayed in a tooltip
(see documentation).
tkcalendar-1.2.1
- Fix #13: Error when creating DateEntry widget with python 3.6.5
tkcalendar-1.2.0
- Add textvariable option to Calendar
- Add state ('normal' or 'disabled') option to Calendar
- Add options disabledselectbackground, disabledselectforeground,
disableddaybackground and disableddayforeground to configure colors
when Calendar is disabled - Fix DateEntry behavior in readonly mode
- Make Calendar.selection_get always return a datetime.date
tkcalendar-1.1.5
Fix endless triggering of <<ThemeChanged>> event in DateEntry (#9)