|
| 1 | +## 2.1.0 - 2019-03-05 |
| 2 | +### Added |
| 3 | +- Nextcloud 16 support |
| 4 | + |
| 5 | +## 2.0.0 - 2018-11-08 |
| 6 | + |
| 7 | +- PHP 7.x required |
| 8 | +- Nextcloud 14 only |
| 9 | +- Moved to migrations for DB handling |
| 10 | +- Added path option to generate command (thanks to @adduxa) |
| 11 | +- Nextcloud 15 compatible |
| 12 | + |
| 13 | +## 1.0.9 - 2017-12-29 |
| 14 | + |
| 15 | +### Fixes |
| 16 | + |
| 17 | +### Added |
| 18 | +- Show timestamp in occ commands [#88](https://github.com/rullzer/previewgenerator/pull/88) |
| 19 | +- Add Composer Classmap for file (NC13) [#90](https://github.com/rullzer/previewgenerator/pull/90) |
| 20 | +- Respect .nomedia [#92](https://github.com/rullzer/previewgenerator/pull/92) |
| 21 | +- Use PID to check for already running process [#93](https://github.com/rullzer/previewgenerator/pull/93) |
| 22 | + |
| 23 | +## 1.0.8 - 2017-12-21 |
| 24 | + |
| 25 | +### Fixes |
| 26 | +- Do not add file if it already is in the table [#86](https://github.com/rullzer/previewgenerator/pull/86) |
| 27 | + |
| 28 | +### Added |
| 29 | +- Allow to specify sizes to be generated [#87](https://github.com/rullzer/previewgenerator/pull/86) |
| 30 | + |
| 31 | +## 1.0.7 - 2017-09-26 |
| 32 | + |
| 33 | +### Fixes |
| 34 | +- Updated/Fixed README |
| 35 | + - [#55](https://github.com/rullzer/previewgenerator/pull/55) @Eeems |
| 36 | + - [#58](https://github.com/rullzer/previewgenerator/pull/58) @MichaIng |
| 37 | + - [#67](https://github.com/rullzer/previewgenerator/pull/67) @sndrr |
| 38 | +- Avoid folder processing on pre-generate [#73](https://github.com/rullzer/previewgenerator/pull/73) @Seik |
| 39 | + |
| 40 | +### Added |
| 41 | +- Make NC13 Compatible [#63](https://github.com/rullzer/previewgenerator/pull/63) |
| 42 | + |
| 43 | +## 1.0.6 - 2017-05-05 |
| 44 | + |
| 45 | +### Fixed |
| 46 | +- Better preview error handling [#51](https://github.com/rullzer/previewgenerator/pull/51) @icewind1991 |
| 47 | +- Travis test runs [#53](https://github.com/rullzer/previewgenerator/pull/53) |
| 48 | + |
| 49 | +### Added |
| 50 | +- README.md [#52](https://github.com/rullzer/previewgenerator/pull/52) |
| 51 | +- CHANGELOG.md [#52](https://github.com/rullzer/previewgenerator/pull/52) |
| 52 | + |
| 53 | +## 1.0.5 - 2017-03-17 |
| 54 | + |
| 55 | +### Added |
| 56 | +- Generate more preview sizes |
| 57 | +- Add --force command to break lock |
| 58 | + |
| 59 | +## 1.0.4 - 2017-03-14 |
| 60 | + |
| 61 | +### Fixed |
| 62 | +- Lock timeout was 30 hours instead of minutes |
| 63 | + |
| 64 | +## 1.0.3 - 2017-03-14 |
| 65 | + |
| 66 | +### Added |
| 67 | +- Do not use app with encryption |
| 68 | +- Check for already running command |
| 69 | + |
| 70 | +## 1.0.2 - 2017-03-08 |
| 71 | + |
| 72 | +### Added |
| 73 | +- More verbose output of commands |
| 74 | +- Hack around preview generation errors by not trying the file again in the next run |
| 75 | + |
| 76 | +## 1.0.1 - 2016-12-08 |
| 77 | + |
| 78 | +### Fixed |
| 79 | +- Pimp info.xml |
| 80 | + |
| 81 | +## 1.0.0 – 2016-12-07 |
| 82 | +Initial release |
0 commit comments