Skip to content

Releases: confused-Techie/Tabby

Tabby Server v1.1

15 Nov 23:15
Compare
Choose a tag to compare

Version 1.1 is complete!
This is the next release of Tabby Server expanding on the last one. In some simple ways.
This release of Tabby took a Bookmark First approach, ensuring that no matter what, it does whatever it can to save your Bookmarks, allowing you to edit them after the fact or create new ones from Tabby's web page.
Plus Tabby now has Favicons for your Bookmarks!

New Features:

  • Favicons! Tabby will now have favicons for the websites you add.
  • The ability to create brand new Bookmarks right within Tabby, and assign whatever custom data you want to them!
  • The ability to edit the Bookmark data of any saved Bookmark within Tabby.
  • Now Tabby will save Bookmarks sent by an Extension even if they come from Non-Standard URL's or URL's not allowing scraping, and will even add a warning to some URL's if they cannot be opened in a new tab normally.

Improvements:

  • Reordered Homepage Bookmarks to better follow English Left-to-Right Up and Down reading, plus new layout to let them seem more visually organized.
  • Added an easy way to get Extensions from the various web stores.
  • Added another filter for incoming Bookmarks HtmlLeftovers which will filter some HTML content out of the Bookmark if present.
  • Added link to Github if needed.

A Note on Favicons:
Adding Favicons to Tabby does include a Database change for the associated Database, but this Migration will happen on the launch after updating, and will automatically migrate to the new Database, but all previous bookmarks will then have a null Favicon and one will not show. Tabby will then just begin assigning Favicons to new Bookmarks saved.

As well it is worth noting that in order to reduce size and complexity of Tabby, and ensure to include as many favicons as possible, instead of dealing with websites not following the HTML5 standard of saving the favicons, Tabby will query for them each time the Tabby web page is loaded. So this will increase network traffic. As well as you will want to ensure that Google is whitelisted on the network, specifically https://www.google.com/s2/

Docker:
This version of Tabby can be grabbed from docker using the v1.1 Tag or as of this writing the latest tag.

Tabby Server v1.0

07 Nov 16:23
e76d7ea
Compare
Choose a tag to compare

Version 1.0 is complete!
This is the first release of Tabby Server, containing the server side logic and front end logic of the web page.

Tabby allows you to add information to your Bookmarks, not only seeing the URL or Title of a page but if supported a Description, Website Name, and a Proper Title. This allows you to have information rich Bookmarks and find what you need easily.

Features:

  • Grab meta-data on supported sites simply by supplying a URL to the Tabby API.
  • Organize all Bookmarks on the homepage into cards.
  • Dark Mode by Default. (Themes are still in the works.
  • Ability to Delete any Bookmark.
  • Or open the Bookmarked page immediately from Tabby.

Version 1.0 of Tabby as of now is the same as using the Docker Tab latest when building the image in Docker Compose.