Skip to content

Commit

Permalink
bumped version, updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDoee committed Feb 17, 2024
1 parent 7d93bda commit 99a7da3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.3.0] - 2024-02-17

### Add

- Dockerfile and docker support #51 (thanks kannibalox)

### Change

- Moved to os.scanfile for more efficient disk scanning #45 (thanks kannibalox)
- Using prefix tree when inserting into sqlite for more efficiency #41 (thanks kannibalox)

### Bugfix

- reflink never actually worked #40 (Thanks undrog)

## [1.2.3] - 2022-08-13

### Add
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Assortment of stuff that is planned.

Assortment of stuff I am not sure I can do much about.

- [ ] Transmission (3.x) does not parse all emojis correctly and will return the wrong filename. [This is fixed in Transmission 4.0.2.](https://github.com/transmission/transmission/pull/5096).
- [ ] Transmission (3.x) does not parse all emojis correctly and will return the wrong filename. [This is fixed in Transmission 4.0.2.](https://github.com/transmission/transmission/pull/5096)

## License

Expand Down
2 changes: 1 addition & 1 deletion src/autotorrent/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.3"
__version__ = "1.3.0"

0 comments on commit 99a7da3

Please sign in to comment.