- Update dependencies (
cargo update
)
- Update to the latest etebase-rs release
- Fix invitation reject to actually reject (and not accept)
- Fix wrong value for ETEBASE_UTILS_PRETTY_FINGERPRINT_SIZE
- Improve macOS support
- Update deps to their latest versions
- Update openssl deps to support more recent libopenssl vesrions
- Update to the latest etebase-rs release
- Document all of the API
- Add fetch_multi te fetch items by UIDs
- Build the release version by default
- Relicense to BSD-3-Clause
- Improve Makefile
- Set SONAME for the library on Unix-like systems
- Fix issue with custom urls lacking a trailing slash
- Update etebase dependency
- Login: automatically create the account if not init
- Have global and immutable collection types (changes the create and list APIs)
- Update etebase dependency
- Expose a function to fetch the dashboard url of an account
- Expose the FileSystemCache module for caching the data locally
- Expose a function te check whether it's an etebase server
- Update etebase dependency
- Invitations: expose from_username
- Update etebase dependency
- Collection stoken: fix fetching a collection's stoken
- Update etebase dependency
- Expose the access level as int rather than string
- Add Cmake configuration file
- Update etebase dependency
- Split the batch/transaction functions to with and without deps
- Initial release