diff --git a/README.md b/README.md
index 08bdfaf..342cd02 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,16 @@ TWCrossLinks is the core plugin of [Drift](https://akhater.github.io/drift) that
 * Adds a footer in the bottom of every Tiddler showing all different types of inbound links to that tiddler (if present)
 _Backlinks_ | _Tags_ | _Keywords_ | _Freelinks_
 * Footer won't show unless existing
+* _Backlinks_ & _Freelinks_ can be directly transcluded on hover 
 
 # Change log
+***2020-05-08***: v0.1.3
+
+* Added counter showing the number of inbound links
+* Fixed bug in Freelinks
+* Saved some screen real-estate in the footer
+* Added the possibility to remove the toggle and show the tabs by default saving even more screen estate 
+ 
 ***2020-05-05***: v0.1.1
 * Inbound links for "Backlinks" and "Freelinks" can now be transcluded in a pop-up, try it by enabling this feature from the TWCrosslinks config panel
 * Bug fixes