You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# CouchbaseLiteTester
2
-
###### version 1.5
2
+
###### version 1.6
3
3
This app provides a UI to create a local Couchbase Lite DB and Sync Data to the DB from a Couchbase Sync Gateway. It provides features to search for documents in the CBLite DB, selectively sync certain channels and supports both Pull and Push replication.
4
4
5
5
## Getting Started
@@ -88,6 +88,9 @@ mvn compile package
88
88
This will create a distributable JAR file in build folder. Package an appropriate defaults.xml file along with your jar file with appropriate environments setup.
89
89
90
90
## Features
91
+
###### version 1.6
92
+
* Minor enhancements and bug fixes
93
+
* Search displays matched doc counts
91
94
###### version 1.5
92
95
* Support to search documents (Advance Search) based on multiple keywords
0 commit comments