Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Latest commit

 

History

History
86 lines (55 loc) · 6.58 KB

CHANGELOG.md

File metadata and controls

86 lines (55 loc) · 6.58 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased - estimated 2018-09-09

0.1.1 - 2018-09-02

  • Performance: Improve pager performance (#57), fixes #54
  • Docs: Update readme with new features (#58), fixes #56

0.1.0 - 2018-08-26

  • Added: Support single day range (#53), fixes #8
  • Fixed: Add-event changes position when zooming (#52), fixes #51

0.0.5 - 2018-08-19

  • Added: Add CI (#45), fixes #35
  • Changed: Stack events if title is readable (#47), fixes #34
  • Fixed: Correctly show multiday/-week events (#48), fixes #46

0.0.4 - 2018-08-14

  • Added: Support all-day events (#41), fixes #9
  • Added: Support creating events (#44), fixes #37
  • Changed: Use AndroidX (#42), fixes #39

0.0.3 - 2018-08-05

  • Added: add default text for empty title (#38), fixes #36
  • Added: add getter for cached weeks (#33), fixes #30
  • Changed: make event an interface (#29), fixes #26
  • Fixed: don't overlap events (#32), fixes #2
  • Fixed: setting new events gives flash (#31), fixes #25
  • Fixed: event spacing on left side missing (#21), fixes #20
  • Fixed: day zoom not working after reset (#27), fixes #23
  • Fixed: day zoom sometimes jumps (#28), fixes #24
  • Fixed: PR template doesn't close issue (#22)
  • Fixed: typo in changelog (#22), fixes #19

0.0.2 - 2018-07-30

  • Added: support support scroll and zoom for days (#15), closes #6
  • Added: add readme and changelog (#18), closes #5
  • Fixed: adapt week start to device's locale (#11), closes #1
  • Fixed: handle config changes correctly in CalendarView (#16), closes #3
  • Performance: speed up horizontal scrolling (#10), closes #7

0.0.1 - 2018-07-24

Initial release supporting week view.