index.community/CHANGELOG.md

71 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2019-07-20 10:01:56 +00:00
# Changelog
2019-07-20 10:01:56 +00:00
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2019-07-20 10:01:56 +00:00
### Added
2019-07-24 10:19:24 +00:00
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [2.1.0 - 2019-07-24]
### Added
2019-07-20 17:43:37 +00:00
- It's now shown in the front-end if an instance wasn't crawled because of its robots.txt.
- You can now link directly to instances at e.g. /instance/mastodon.social.
- Instance details now have a link to the corresponding fediverse.network page.
2019-07-24 09:43:36 +00:00
- The main graph is no longer displayed on mobile. Instead, a smaller neighborhood graph is shown.
2019-07-20 10:01:56 +00:00
### Changed
2019-07-21 19:56:17 +00:00
- You no longer have to zoom completely in to see labels.
- Label size is now dependent on the instance size.
- The instance lookup field is now front-and-center. Is also uses the backend for faster lookups. This is to improve
performance, and it lays the groundwork for full-text search over instance names and descriptions.
2019-07-24 10:19:24 +00:00
- The reset-graph-view button now explains what it's for when you hover over it.
2019-07-20 10:01:56 +00:00
### Fixed
2019-07-24 10:19:24 +00:00
- Previously, direct links to /about would return a 404 on Netlify's infrastructure. No longer.
2019-07-20 10:01:56 +00:00
## [2.0.0] - 2019-07-20
2019-07-20 10:01:56 +00:00
### Added
2019-07-20 10:01:56 +00:00
- The backend has been completely rewritten in Elixir for improved stability and performance.
- An "insularity score" was added to show the percentage of mentions to users on the same instance.
- The crawler now respects robots.txt.
2019-07-20 10:01:56 +00:00
### Changed
2019-07-20 10:01:56 +00:00
- Migrated the frontend graph from Sigma.js to Cytoscape.js.
- To improve performance, instances with no neighbors are no longer shown on the graph.
2019-07-20 10:01:56 +00:00
### Deprecated
2019-07-20 10:01:56 +00:00
- The /api/v1 endpoint no longer exists; now there's a new /api.
2019-07-20 10:01:56 +00:00
### Security
2019-07-20 10:01:56 +00:00
- Spam domains can be blacklisted in the backend crawler's config.
- Add basic automated security scanning (using [Sobelow](https://github.com/andmarti1424/sc-im.git) and Gitlab's dependency scanning).
## [1.0.0] - 2018-09-01
2019-07-20 10:01:56 +00:00
### Added
2019-07-20 10:01:56 +00:00
- Initial release. The date above is inaccurate; this first version was released sometime in the fall of 2018.
- This release had a Django backend and a [Sigma.js](http://sigmajs.org/) graph.