Skip to content

Commit

Permalink
chore(release): v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iam4x committed May 20, 2020
1 parent ce5d6b0 commit a8bd418
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [v1.0.0-beta.1] - 2020-05-20

### Added

- download movies / tv shows
- search movies / tv shows with keywords
- search movies / tv shows with filters (year, genre, score...)
- recommendations based on what you have in your library
- scan your library to automatically track what you manually download
- auto-download missing movies / tv shows periodically
- auto-download new tv shows episodes
- support multi languages torrent trackers
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bobarr is a movies and tv shows collection manager for BitTorrent users. It uses

![Screenshot](./screenshot.png)

**This is an early release!**
**This is a beta release!**

## Why ?

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bobarr",
"version": "1.0.0",
"version": "1.0.0-beta.1",
"author": "iam4x <iam4x@me.com>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bobarr/api",
"version": "1.0.0",
"version": "1.0.0-beta.1",
"description": "bobarr api server",
"author": "iam4x <iam4x@me.com>",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.0",
"version": "1.0.0-beta.1",
"private": true,
"scripts": {
"dev": "yarn && yarn concurrently yarn:watch-*",
Expand Down

0 comments on commit a8bd418

Please sign in to comment.