Internal Changelog
Current Build
Alpha-6:
Version: Alpha-6
Description
We have offically launched, you can visit our ProductHunt Page using the link above. There are also several UI issues and other architectural issues that are being looked at.
Fixed
- Logins should persist between app deploys, as well as rebooting server.
- Report Issue/Feedback modal was extending beyond the viewport - the body of the modal now scrolls.
- Prevents an error in our Database Handler which would be unabled to created ObjectIDs due to mismatched strings.
- Database Driver wasn’t firing off callback on error.
Added/Changed
- Added Fathom Analytics for simple analytics.
- Included an alert to notify users that problems have been detected and are being looked at.
- The
ScreenShot
module has been broken off into its own running process and it is no longer dependant on the main Application. - Added Redis
Alpha-5: Post-Woohoo
Version: Alpha-5 Deploy Date: Friday, 14th, Feburary, 2020
Fixed
- Changed Preview NA Image.
- Updated Bulma to
0.8.0
- Added new custom CSS meant for the app. - Changed Card-based layout to table-based layout in dashboard.
- Ability to filter by
Today
,7 Days
,30 Days
, andAll Time
. - You also able to search within those respective time frames as well.
- Alpha Build of the Cross-platform Web-extension completed using our new in-house Extension Framework
Desolate
. New version of Web-extension available for FireFox (v0.3.0.0). - Moved entire application, including routes and Database calls, to Async calls - this should improve the resource lock I saw when trying to visit a webpage while loading a hundred images.
- Ensures that
_id
is correctly created in certain db logic runs. - First Version of Mrkff’s internal web scraper has been built into the application. Bound to a Process Queue to handle many at once.
- Automatically scapes pages for Descriptions and full text of the page.
- It will attempt to take the
og:description
meta tag first, if not it wil fall back onto thedescription
meta tag. - [WIP + Rolling Release] Attempts to use the same
keywords
meta tag to populatekeywords
, if themeta
tag cannot be found the application will automatically attempt to extract keywords - this is not a perfect process and some tags won’t actually be useful. A note is being made and this part of the application is an ongoing process.
- It will attempt to take the
- Added the Ability to submit error and bug reports via the web UI. Also includes a feature request option as well.
- Prevents a crash when searching for an Empty String.
- There is alot of phantom chrome processes being kicked off, I’ve implemented code which should attempt to clean it up on the server.
Added
- Created a new Landing page, with new graphics to match.
- Added Index on
Description
andText
for Full-Text Searching. - Parse Text test added.
Known Bugs
- If you attempt to access the today filter after 12 midnight, and you have added entries after the 12 midnight, it will be viewable using
Last 7 days
and notToday
. - Keyword Extract may extract nonsense tags.
- Reminder Feature Does not work as intended. You can still set your reminders, but the web-extension doesn’t have code to listen or respond to the emitted events. This is currently being worked on.
- Searching Only works in English (possibly other latin-based languages.) Languages with scripts (Chinese-Japanese-Korean and the like) currently cannot be searched, searches will return empty lists. This is being looked into.
Alpha-4: Desolate
Version: Alpha-4 Deploye Date: Tuesday 29th October, 2019
To Do
- Rebuild Web Extension for both Chromium and FireFox (Quantum/Gecko) based browsers using the Desolate (In-House) Framework.
Alpha-3: Lookup Update
Version: Alpha-3 Deploy Date: Tuesday 15th, 2019
To Do
- Save Meta Content
title
,description
, andkeywords
- Make titles, descriptions, keywords, and other meta information searchable.
Fix the256
/409
notification bug.- Add the ability to filter links by domain eg.
wikipedia.org
,youtube.com
etc. - Search by
domain
,title
- Default Dashboard View should show the bookmarks bookmarked today/then organized by date.
Fixed/Done
- Allows users to search by keyword across
title
,description
,domain
- Updated the dashboard to display bookmarks by date. It separates bookmarks into sections for each date.
Alpha-2
Version: Alpha-2 Deploy Date: Tuesday 1st, October, 2019
To Do
- Fix The Screenshot Method
- Change the Dashboard and setup code.
- Fix Socket.io Nginx proxy.
- Automatically Update Release Log page using
changelog.public.md
from git.
Fixed/Done
- Fixed Socket.io Nginx Connection
- Changed Some of the Design
- Ensures that screenshots are saved correctly.
- Automatically Update Release Log page using
changelog.public.md
from git.