This repository has been archived by the owner on Dec 23, 2021. It is now read-only.
Releases: dat-ecosystem-archive/datBase
Releases · dat-ecosystem-archive/datBase
Archive Page Improvements
We're excited to release a bunch of new features for the Archive page.
New features 🔥
- When you use
dat publish
, the registry will now capture the current metadata (e.g., file list, title, description) of the dat so that when you share the link there will be something there (88238c8) - Show the last time the archive was updated. (8c4b6bb)
- Search for dats by their title, description, and keywords using the search bar (f4ca5f8)
Improvements
- Migrate to choo5! (61483f2)
Fixes 🏥
- The number of peers should now always be accurate, instead of exponentially increasing over time (oops!). (a9dcda6)
- Various style improvements.
Bug fixes and improvements
We're excited to release a bunch of bug fixes, optimizations, and improvements
New features 🔥
- Add support for new methods of sharing links (#580, b0201e7):
https://datproject.org/dat://KEY
https://datproject.org/view?link=LINK
- DNS (http://mydat.myurl.com)
- HTTP links that have
Hyperdrive-key
header (http://datproject.org/username/mydatlink)
- Will attempt to fetch a dat for 15 seconds before telling the user that the dat was hard to find. (88075db)
- Users can delete their account from the edit profile page. (#581)
Improvements
- Refactored the backend so that the API now lives in a separate repository, making it easier to create your own registry for dats. (#579)
- Minify CSS (7685062)
- Updated README with more info on running your own registry. (4974600)
Fixes 🏥
- When viewing a dat, the page wasn't always refreshing when it said 'Loading.' Now, a manual refresh is no longer needed as the dat will automatically update the page when it is found. (dcbcaa5)
- Various style improvements across the board (1dd05d5)
1.1.0
Hey there! https://datproject.org is now compatible with the new dat -- it is almost 100 times faster. Older dats will need to be upgraded. Check out our blog post for more information on how to upgrade your dat to the newest version.
1.0.3
Heyo! I hope you're ready for regular releases because we're on a roll. The most recent release of datproject.org is mostly bug fixes and minor improvements.
New features 🔥
- Have permanent links to subfolders, so
https://datproject.org/:archiveKey/foldername
will display the correct folder. (#472) - Permanent link for a file in the directory, that updates as you browse the dat. (#207)
- Increase the maximum number of previewed files per dat from 100 to 500. (8151451)
Breaking ✨
/:username/:dataset
changed to~/:username/dataset
/dat/:archiveKey/:filename
changed to/download/:archiveKey/:filename
Fixes 🏥
- Now rendering the content size and dat.json of the dat more reliably (8151451)
- Will always try to fetch extra metadata from the dat upon load, metadata wasn't loading at all for some dats.
- In extreme cases, the server would crash when the archiver couldn't find the data it was looking for.
1.0.2
The most recent release of datproject.org includes a variety of features and bug fixes that we're excited to share!
New features 🔥
- Preview and download files under 10MB from the browser. This is cached on our server in plaintext but will be upgraded to use websockets for direct p2p at some point. (#507, #508)
- Shows a nice loading icon when loading a file preview (#493)
Minor ✨
- Removed the browser warning for Firefox and Safari (#495)
- datproject.org/:key will preview the key (#507)
- Lengthen the timeout of dat loading on a preview to account for slow network speeds.
Fixes 🏥
- Fixed a broken footer link to datproject's GitHub (#494)
- Render the content size of the dat more reliably (#491)
- Clean up some unused dependencies (#504)