Releases: Greaby/telescope
Releases · Greaby/telescope
v0.8.0
Changelog
- Update packages
- Small style update
- Remove unused command
- Authors and labels are no longer hard-coded, all metadata can be used.
- Add configuration to hide metadata on graph and page.
- Don't hide isolated tags by default
- Create documentation using Telescope
How to migrate
- Copy your data folder into this new release
- Update your
config.js
file
v0.7.0
Changelog
- Update packages
- Add random seed so graph will always look the same with the same data
- Use kd tree to find nearby ressources
- Code optimisations
- Display authors
- Add link to tags
- Make tags and authors optional
How to migrate
- Copy your data folder into this new release
- Copy your
config.js
file - Add
seed
,labels.tags
andlabels.authors
toconfig.js
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.1
v0.2.0
Changelog
- Use markdown-it-oembed to have more embed options
How to migrate
- Update embed links
@[youtube](LINK)
to![youtube](LINK)
- Copy your data folder into this new release