Skip to content

Commit d8fb139

Browse files
authored
Add 2.0.0 release changelog
1 parent 0edfc70 commit d8fb139

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ Features
2121
Who uses it
2222
---------------
2323

24+
* [Quivr] (https://quivr.be/en/)
2425
* [Series Addict](https://play.google.com/store/apps/details?id=com.alamkanak.seriesaddict)
25-
* Using the library? Just [tweet me](https://twitter.com/alamkanak) or [send me an email](mailto:[email protected]).
26+
* Using the library? Just make an issue
2627

2728
Usage
2829
---------
@@ -34,14 +35,14 @@ Usage
3435
<dependency>
3536
<groupId>com.github.quivr</groupId>
3637
<artifactId>android-week-view</artifactId>
37-
<version>0.0.1-SNAPSHOT</version>
38+
<version>2.0.0</version>
3839
<type>aar</type>
3940
</dependency>
4041
```
4142
* Grab via gradle
4243

4344
```groovy
44-
compile 'com.github.quivr:android-week-view:0.0.1-SNAPSHOT'
45+
compile 'com.github.quivr:android-week-view:2.0.0'
4546
```
4647
2. Add WeekView in your xml layout.
4748

@@ -151,7 +152,7 @@ Use the following interfaces according to your need.
151152
Sample
152153
----------
153154

154-
There is also a [sample app](https://github.com/alamkanak/Android-Week-View/tree/master/sample) to get you started.
155+
There is also a [sample app](https://github.com/quivr/Android-Week-View/tree/master/sample) to get you started.
155156

156157
To do
157158
-------
@@ -161,6 +162,12 @@ To do
161162

162163
Changelog
163164
---------
165+
**Version 2.0.0**
166+
* This fork is first released
167+
* Possibility to set minDate and maxDate
168+
* Allday events are supported
169+
* Events can be add by clicking on empty space
170+
164171

165172
**Version 1.2.6**
166173

0 commit comments

Comments
 (0)