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
|
2023-09-23: v2.5.2:
- Fixes for unique instance race conditions
2023-09-23: v2.5.1:
- Fix build on gcc
2023-08-29: v2.5:
+ Add close_on_mouseleave option
2022-05-21: v2.4.1:
- Fix build on gcc 4.6.4
2022-05-21: v2.4:
- Fix incomplete strftime input when launching external viewer
2022-05-21: v2.3:
+ Add missing keyboard shortcut to launch external viewer
2021-02-17: v2.2:
- Fix building when sysctl.h does not exist
* Update clock each second if seconds are rendered
2014-12-12: v2.1:
- Fix jumping to today when mark_today option is false
+ Vi-style dates navigation
2013-11-11: v2.0:
+ Use GTK3 by default (pass `--enable-gtk2` to `./configure` to use GTK2)
+ Try system-wide config if user config not present
* Do not necessarily require procfs to be mounted
2012-04-12: v1.6:
+ Add option to force LANG for changing weekdays order
2012-03-26: v1.5:
- Fix compilation on BSD
- Fix current executable path on BSD
- Fix exception when gsimplecal gets a PID > SEMVMX
2012-02-18: v1.4:
+ Add option to close gsimplecal when it loses focus
2012-01-23: v1.3:
+ Add options for mainwindow position fine-tuning
2011-12-06: v1.2:
+ Add `--version` and `--help` flags
2011-09-19: v1.1:
+ Add new option: mainwindow_resizable
2011-09-05: v1.0:
- Fix bug with external viewer when mark_today is false
+ Add ability to show week numbers — show_week_numbers option
2011-08-24: v0.9:
- Fix license text not included in distribution
- Fix last `=` was treated as separator of key/value in config, not the first
+ Add ability to execute external viewer upon doubleclick on a date
2011-04-03: v0.8:
- Fix segmentation fault in the clock
+ Add keyboard bindings to go to the current date
2011-03-26: v0.7:
+ Mark today even when selecting some other day
2010-10-18: v0.6:
+ Add next_month and prev_month command line arguments
+ Add more config options (see man page)
2010-07-13: v0.5:
+ Add keyboard shortcuts to close the gsimplecal
* Add program crashes handling
+ Add keyboard shortcuts to switch months and years
2010-05-29: v0.4:
+ Use semaphores instead of libunique
2010-03-27: v0.3:
+ Migrate to autotools
2010-03-22: v0.2:
+ World clocks
2009-07-04: v0.1:
+ Calendar
|