partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 317b5fe04ae3e48294b89454dca1db668cdfde65
parent 0a52a5b68c0437afd0f346a0bc782754341a1260
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon, 16 Nov 2015 21:16:15 +0100

Updated changelog for 0.75

Diffstat:
MCHANGELOG.md | 15+++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## HEAD +## PartKeepr 0.75 -* Migrated to the [Symfony2](http://symfony.com/) Framework and [ExtJS6](https://www.sencha.com/products/extjs/) -* Using HTML5 Webcam capture to avoid using Flash- \ No newline at end of file +Noteworthy new features: + +* Migrated to the [Symfony2](http://symfony.com/) Framework and [ExtJS6](https://www.sencha.com/products/extjs/) [#323](https://github.com/partkeepr/PartKeepr/issues/323) +* Using HTML5 Webcam capture to avoid using Flash [#384](https://github.com/partkeepr/PartKeepr/issues/384) +* Added 1024-based SI Prefixes to support MiB, KiB etc [#386](https://github.com/partkeepr/PartKeepr/issues/386) +* Storage Locations can now be managed using categories [#463](https://github.com/partkeepr/PartKeepr/issues/463) +* A new exporter has been added which allows custom export configurations [#435](https://github.com/partkeepr/PartKeepr/issues/435) +* Attachments are now displayed in the part details, so it's not necessary to open the part details [#394](https://github.com/partkeepr/PartKeepr/issues/394) + +For a mostly complete list of new features and bugfixes, please refer to [GitHub](https://github.com/partkeepr/PartKeepr/issues?q=milestone%3A0.75+is%3Aclosed)