Skip to content

Commit

Permalink
Update CHANGELOG.md for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesPong committed Mar 12, 2018
1 parent fbc1b50 commit dabc4a3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,37 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## 1.0.0 - 2018-03-12
### Added
- Package spatie/laravel-backup and related schedule
- Google Drive storage support ([0ce91e0](https://github.com/MilesPong/indigo/commit/0ce91e02a96b054920259c7a2364512359327867), [9d1169b](https://github.com/MilesPong/indigo/commit/9d1169b1f1227b68a7d8d28b5118604f3544e7d2), [7a98e08](https://github.com/MilesPong/indigo/commit/7a98e0842d18bd00e6995dd562aba03107058aa4))
- New feature **page** support ([37b43f1](https://github.com/MilesPong/indigo/commit/37b43f188a4679cef5adf987e5aca5a902ee9c02))
- Add proper right in viewing unpublished-post from admin ([32cd8a2](https://github.com/MilesPong/indigo/commit/32cd8a28c947607018495f4c019fcd36c6096f04))
- Feature force-delete and restore
- Support of viewing original markdown content ([0281bdf](https://github.com/MilesPong/indigo/commit/0281bdffb65903f38ce316d4709e996ee4988450))
- New feature **search** support ([62e5c62](https://github.com/MilesPong/indigo/commit/62e5c6259ebee4ead12869c54c0dd84bac001c6d))
- New feature **feed** support ([0563cd9](https://github.com/MilesPong/indigo/commit/0563cd9d86e5b863816a7f1f42ad6b723deabd37))
- New feature **archives** support ([73c0aee](https://github.com/MilesPong/indigo/commit/73c0aee6d16478738444f213424d0505a88eae9d))

### Changed
- Refactor counter ([6aa01f3](https://github.com/MilesPong/indigo/commit/6aa01f339faac085ba21ed8ed24cc156d5c59c29))
- Union app's config to indigo.php ([b51efba](https://github.com/MilesPong/indigo/commit/b51efbacb8db3adabe9d4a4999c81f8644b994f9))
- Update `route:logs` with http basic auth
- Make ViewedEventListener run in queue
- Update materialize-css to `alpha4`
- Adjust container's width for small screen

### Removed
- Immature cache ([7b6dbc4](https://github.com/MilesPong/indigo/commit/7b6dbc4e81354e34865627b86ced0fd168e1d244))
- Old Counter
- File `TODO.md`
- File `package-lock.json`

### Fixed
- Sidenav trigger menu ([d105d02](https://github.com/MilesPong/indigo/commit/d105d02c43bea9a1c1c52937d2b7e6100ee8d607))
- Field `is_draft` input
- Query string in table's pagination ([dc1054c](https://github.com/MilesPong/indigo/commit/dc1054ce38aaa7e0f43b43e19d57ae1926a0a232))

## 0.4.0 - 2018-01-29
### Added
- Multiple mix support
Expand Down

0 comments on commit dabc4a3

Please sign in to comment.