Updated changelog and version no.
parent
04881a1bd6
commit
8bb397a137
|
|
@ -16,3 +16,4 @@
|
||||||
0.14: Fixed "Today" and "Yesterday" wrongly displayed for allDay events on some time zones
|
0.14: Fixed "Today" and "Yesterday" wrongly displayed for allDay events on some time zones
|
||||||
0.15: Minor code improvements
|
0.15: Minor code improvements
|
||||||
0.16: Correct date for all day events in negative timezones, improve locale display
|
0.16: Correct date for all day events in negative timezones, improve locale display
|
||||||
|
0.17: Fixed "Today" and "Tomorrow" labels displaying in non-current weeks
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "agenda",
|
"id": "agenda",
|
||||||
"name": "Agenda",
|
"name": "Agenda",
|
||||||
"version": "0.16",
|
"version": "0.17",
|
||||||
"description": "Simple agenda",
|
"description": "Simple agenda",
|
||||||
"icon": "agenda.png",
|
"icon": "agenda.png",
|
||||||
"screenshots": [{"url":"screenshot_agenda_overview.png"}, {"url":"screenshot_agenda_event1.png"}, {"url":"screenshot_agenda_event2.png"}],
|
"screenshots": [{"url":"screenshot_agenda_overview.png"}, {"url":"screenshot_agenda_event1.png"}, {"url":"screenshot_agenda_event2.png"}],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue