Changelogs
This lists the changes in the various releases to the server and the plugin. For the server, all changes are listed by date given it is a cloud service. For the plugin they are listed by the release versions posted to Github.
Server
25 April 2024
- ๐งช Left beta
26 December 2023
- โจ Released beta of Obsidian plugin
24 December 2023
- โจ Added ability to produce dummy data for easier testing
- โจ Built functionality to support Obsidian plugin
22 December 2023
- โ Built admin console
- โ Built onboarding process to remove manual steps
- โ Launched beta to users
- ๐ข Sadly had to delete and reset database to allow new features
4 September 2023
- โ Checks that LogLink works with Beeper via Telegram - it does ๐
27 August 2023
- ๐๏ธ Various backend changes ahead of beta launch
- ๐ฅ More robust error handling ahead of beta launch
22 January 2023
- ๐ Stops message being reported as an error in bugs
- ๐ Fixes this issue which meant when a user sent a document they were repeatedly told the message could not be delivered - thanks to dwrhodes for reporting the bug
- ๐ Prettified this changelog
15 January 2023
- โ Added full workflow testing with pytest before commits
14 January 2023
- ๐๏ธ Added function to assist with database testing
8 January 2023
- ๐ Fixes an issue which caused the server to crash after refactoring the codebase
- ๐ Remove the
media_to_use
folder which, ironically, was not being used
7 January 2023
- โจ Added functionality to check version number sent by plugin and display a warning if it is out of date - works with plugin v0.2.0
- โจ Automatically checks latest plugin version available based on Github release tag
- โจ Checks for latest plugin version every hour
- โป๏ธ Refactored code structure to make it testable with pytest
- โ Added basic tests with pytest
6 January 2023
- ๐ Improve demo video
- ๐ Fixes issue around Telegram handler raising an error when it received an update that wasn't a message, fixing this issue
5 January 2023
- ๐ Better image for test uploads to imgbb, fixing this issue
- ๐ Fixes format of help message, fixing this issue
- ๐ Improved format of various user messages
4 January 2023
- ๐ Initial release for private alpha
Plugin
Unreleased but committed to repo
- None as yet
v0.2.0 (7 January 2023)
- โจ Now sends version number to server, so that the server can send a message to the user if it is out of date
- โจ Adds option for user to opt out of sending version number to server
v0.1.7 (6 January 2023)
- ๐ Add to Logseq plugin marketplace
- ๐ Update plugin description
- ๐ฆ๏ธ Change release to no longer reflect pre-release
- ๐ Improved readme
v0.1.5 (5 January 2023)
- ๐ Correct error in version number
- ๐ Update readme and updated demo
- ๐ท Update workflows to produce build in preparation for submitting to marketplace
v0.1.0 (4 January 2023)
- ๐ Initial release, available only via Github download and requires manual unpack