Skip to content

Commit

Permalink
Updated change log for 0.2.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Nov 14, 2015
1 parent 98ecc91 commit 899f438
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,28 @@ All notable changes to this project will be documented in this file. This projec

## [Unreleased]

Nothing yet.


## [0.2.5] - 2015-11-13

### Added
- Hooray! The Recipe Robot app can now accept URLs as input, just like the script.

### Changed
- Build number now tracks the Git commit count.
- Default preference value uses the existing value whenever possible. (#68)
- Updated URL of FileWave recipe repository.
- The Recipe Robot script now warns you about `cfprefsd` after modifying the preference files directly. This is a stopgap measure. (#70)
- The Recipe Robot script now prints a debug message about `cfprefsd` after modifying the preference files directly. This is a stopgap measure until we switch to better handling of preferences. (#70)
- When you create AppStoreApp recipes, Recipe Robot only nags you once about adding Nick's repo and installing pyasn1.

### Fixed
- Fixed a bug that caused the app to display a "can't be found" error when clicking on the __Reveal Recipes__ button. (#60)
- Characters related to ANSI colors no longer appear in the app output.
- Resolved issue that prevented creation of AppStoreApp recipes.
- Recipe Robot handles curly quotes in app descriptions better now.
- Fixed an error that could occur when writing a jss recipe with a missing preference key.
- Spelling fixes, because we care!

### Removed
- Removed unused MacUpdate description scraper that was simpler but had dependencies.
Expand Down Expand Up @@ -67,7 +74,8 @@ All notable changes to this project will be documented in this file. This projec

- Initial public release of Recipe Robot (beta).

[Unreleased]: https://github.com/homebysix/recipe-robot/compare/0.2.4...HEAD
[Unreleased]: https://github.com/homebysix/recipe-robot/compare/v0.2.5...HEAD
[0.2.5]: https://github.com/homebysix/recipe-robot/compare/0.2.4...v0.2.5
[0.2.4]: https://github.com/homebysix/recipe-robot/compare/0.2.2...0.2.4
[0.2.2]: https://github.com/homebysix/recipe-robot/compare/v0.2.1...0.2.2
[0.2.1]: https://github.com/homebysix/recipe-robot/compare/v0.2.0...v0.2.1
2 changes: 1 addition & 1 deletion app/Recipe Robot.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
8B42AC841B5C5BEC0058A814 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B42AC831B5C5BEC0058A814 /* AppDelegate.swift */; };
8B42AC861B5C5BEC0058A814 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8B42AC851B5C5BEC0058A814 /* Images.xcassets */; };
8B42AC951B5C5BEC0058A814 /* Recipe_RobotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B42AC941B5C5BEC0058A814 /* Recipe_RobotTests.swift */; };
8B8F78D31BF3D5DB008F2440 /* Feed Me Drop Zone.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B8F78D21BF3D5DB008F2440 /* Feed Me Drop Zone.png */; settings = {ASSET_TAGS = (); }; };
8B8F78D31BF3D5DB008F2440 /* Feed Me Drop Zone.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B8F78D21BF3D5DB008F2440 /* Feed Me Drop Zone.png */; };
8BC7598F1BE413190074040F /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 8BC7598E1BE413190074040F /* Credits.rtf */; };
BE007DBA1BE93CFE00E31479 /* RecipeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE007DB91BE93CFE00E31479 /* RecipeType.swift */; };
BE09DAAE1BBA1C03007F8FF4 /* icon_128x128.png in Resources */ = {isa = PBXBuildFile; fileRef = BE09DAAD1BBA1C03007F8FF4 /* icon_128x128.png */; };
Expand Down

0 comments on commit 899f438

Please sign in to comment.