From 147418e091b3b87304a61664ac2fc709a8a66799 Mon Sep 17 00:00:00 2001 From: Kyle Weems Date: Wed, 12 Apr 2017 13:51:44 -0700 Subject: [PATCH] Changelog to deal with version release. --- CHANGELOG.MD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 542d39b..11655f6 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -3,17 +3,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [v1.0.0](https://github.com/Offroadcode/Umbraco-Bulk-Edit/releases/tag/v1.0.0) ### Added -### Changed +- Saves searches and allows you to see then select them. +- Now can build an Umbraco package running `grunt umbraco`. +- Breadcrumb on results to differentiate between result items with identical names. +- Style improvements. ### Fixed -### Removed +- New API endpoint to wrap around `ContentTypeService` due to issue with Angular `contentTypeResource` triggering a logout when editor role users were on tab. -## 1.0.0-beta.1 +## [v1.0.0-beta.1](https://github.com/Offroadcode/Umbraco-Bulk-Edit/releases/tag/v1.0.0-beta.1) ### Added - Ability to select a start node, a docType, and then search for and display a list of matching nodes.