Releases: ilius/starcal
Releases · ilius/starcal
StarCalendar 3.0.5
This is a bug fix release after 3.0.4
Changes since 3.0.4
- Fixes and improvements in install scripts
- Fix exception in Gregorian Calendar when
year >= 10000
- Fix wrong calculation in Julian Calendar
- Fixes in Event Management
- Fix non-working Large Scale Event
- Fix many bugs in Bulk Edit Events dialog
- Fix a bug in Search Events: extra events were shown if time filter is enabled
- Other bug fixes:
- Fix exception in Month Calendar:
ValueError (day out of range)
if Gregorian is default calendar type - Fix non-working Adjust Date & Time
- Fix non-working Export to Ics feature for Holidays plugin
- Fix a bug on KDE Plasma: Resize Button was not working
- Fix a bug on KDE Plasma: AppIndicator icon was not changed when it should have
- Fix a bug in Preferences: Status Icon: setting
.png
file was not working - Fix a bug in in Export to HTML dialog, pointer was stuck in waiting mode in some cases
- Fix exception in Time Line when browsing history (in scale of thousands of years)
- Fix minor bug in Preferences -> Active/Inactive Calendars: Drag & Drop was not working for
- Fix exception in Month Calendar:
StarCalendar 3.0.4
Changes from StarCalendar 3.0.3
- Fix non-working Import Event Group and Export Event Group
- Fix installation from ZIP file: change permission of all directories to 755
- Fix install-archlinux: add dependency to python-cairo
- Fix py3 bug in Ethiopian calendar module
StarCalendar 3.0.3
Changes from StarCalendar 3.0.2
- Fix not showing status icon menu in new PyGI versions
- Fix not showing some popup menus in new PyGI versions
- Bug fix in EventGroup, checks group (as enabled) after edit in Event Manager dialog
- Fix drawing bug leading to wrong font sizes
- Fix #26, exception in systems with non-UTF8 locale
- Add
gir1.2-gtk-3.0
package to Debian dependencies(install-debian
) to install automatically and avoid confusions - Update (very outdated) description in
install-debian
,install-fedora
andinstall-suse
- Fix PyGI warnings
StarCalendar 3.0.2
Changes from StarCalendar 3.0.1
- Update Hijri months and Iran's plugins based on Iranian official calendar 1395
- Bug fix in ArchLinux installer
- Speed boost in Gregorian calendar module
- Bug fixes in Event Manager
- Bug fix in Customize dialog and some other bug fixes
StarCalendar 3.0.1
StarCalendar 3.0.1 Release
Changes from StarCalendar 3.0.0
- Add compatibility with psutil < 2.0
- Bug fix (#21) in Export to HTML
- Bug fix (#17) in Preferences -> Plugins -> Add
- Bug fix in install-suse: change "python3-bson" to "python3-pymongo"
- Bug fix (#23) in install-archlinux: change "python-bson" to "python-pymongo"
- Bug fix: not showing TimeZone input in Event Editor Dialog
- Bug fix: Main Window -> right click -> "Switch to Month/Week Calendar"
- Bug fix in Event Manager dialog: exception on group right click
- Improve timeline rendering
StarCalendar 3.0.0
Changes from StarCalendar 2.4.1
Main Changes:
1- Switch from Gtk 2 (with pygtk) to Gtk 3 (with pygi), so a better GUI
2- Switch from Python 2.7 to Python 3.x
3- Switch to JSON format for all config files and plugins
4- Switch to BSON+JSON files for events, with (git-like) hash-based history tracking object
(dependency to python3-bson package)
Note: a Config Importer will import "/.starcal2" directory into "/.starcal3" at the first run
Other Changes:
5- Add "Monthly Event"
6- Add option (Preferences -> Appearance -> Status Icon -> Fixed Size), useful in Xubuntu
7- Add Ubuntu-style SVG icons (ambiance and radiance) for AppIndicator, by Danial Behzadi
8- Add event lock file, dependency to python3-psutil package
9- More use of SVG for drawing (Drag & Drop icon, Event Manager group check box, etc)
10- Drop 1.x compatibilty (config importer, customday importer)
11- Fix "play azan" in pray times plugin (was not working if main window was not open)
12- Some minor changes, bug fixes, optimizations, and cleaning