1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
#======================================================================
# Cycle - calendar for women
# Distributed under GNU General Public License
# Original Author: Oleg S. Gints (altgo@users.sourceforge.net)
# Adopted by: Konstantin L. Metlov (metlov@donfti.ru, metlov@fti.dn.ua)
# Other contributors are listed alongside their changes
# Home page: https://github.com/metlov/cycle
#======================================================================
0.3.3 (31.05.2023)
- fixed the Note dialog
- merged the actions of LMB and RMB on calendar to make it easier
to operate on it from touchscreen devices
- fixed some more integer divisions
- compatibility with old saves after "sip"->"wx.siplib" module rename
0.3.2 (13.10.2022)
- removed outdated Readme.Debian
- converted README files to Markdown
- fix heading syntax in README.ru.md
- readded forgotten export.png bitmap from Ana Guerrero López
- added gitignore file
from Ana Guerrero López <ana@debian.org>:
- Fix diaglogs
- Line breaks in dialog message (with Miriam Ruiz)
- Enhance dialog strings
- Fix calendar string format
- Report as ical
- Export to ical
from Miriam Ruiz <little_miry@yahoo.es>:
- Use hashlib when saving / loading
- Fix spelling
from Olly Betts <olly@survex.com> (as per https://bugs.debian.org/758955)
- Update for wxPython 3.0
- Fix initial size of main window
from Konstantin L. Metlov <metlov@donfti.ru>
- ported to Python 3 using the 2to3 script
- reformatted the sources using autopep8
- ported to wxGTK 4
- fixed the encryption (to stay compatible with Python 2 version)
#====================================================
# Cycle - calendar for women
# Distributed under GNU Public License
# Author: Oleg S. Gints (altgo@users.sourceforge.net)
# Home page: http://cycle.sourceforge.net
#===================================================
0.3.1 (15.09.2005)
- change to Python 2.4 - repleace rotor module
- restore old default color scheme
- The description of the program in English from
Marco Papa Manzillo<mpapamanz@users.sourceforge.net> is corrected
- Now the name of the user is stored in a file with data.
from Miriam Ruiz <little_miry@yahoo.es>:
- fixed colors not initialized the first time a user was created.
- Added code to use wx 2.5.3 or higher if multiple versions are installed.
- Added es, ca and gl translations, and solved some bugs in locale subsystem.
- Added note alerting that this is not a reliable contraceptive method every
time a new user is created.
- Added man page
- fixed Cycle for unicode version of wx
0.3.0 (21.12.2004)
- Add translation to the german language
from Christian Weiske <cweiske@users.sourceforge.net>
- change to wxPython = 2.5.X
0.2.1 (06.06.2004)
- Add colours settings
0.2.0 (28.04.2004)
- Add translation for czech and slovak language
from Jozef Riha <zefo@seznam.cz>
- change to Python 2.3
- Add description for english language
from Marco Papa Manzillo <mpapamanz@users.sourceforge.net>
0.0.5 (30.12.2002)
- fix PopupMenu for new wxPythonGTK-2.3.3.1
- fix exception from LANGUAGE=lang1:lang2
0.0.4 (24.10.2002)
- add setup.py and MANIFEST.in, now make new release so:
python setup.py sdist
- add check reception of hormonal contraceptive tablets
0.0.3 (16.05.2002)
- Add icons
- Convert README* in *.html
0.0.2 (05.05.2002)
- Add line under toolbar
- Change color legend "today"
- Change BackgroundColour = LIGHT BLUE
- clean up code
- Add Note
- Add calc birthday
- encode messages to locale
- Add method "by average"
- Add cycle.spec
0.0.1 (22.04.2002)
- First release
|