Releases: redbluegames/unity-mulligan-renamer
Releases · redbluegames/unity-mulligan-renamer
Version 1.6.0 Beta 3
Beta release candidate 3 for version 1.6.0.
This version maintains backwards compatibility with versions before 2018.3
Fixes in Version 1.6.0
Features
- Issue #195 - Added new operation, "To Camel Case", which allows for capitalizing first letters of words
- Issue #194 - Add checkbox to change the case of only the first letter in the "To Upper or Lowercase" (formerly "ChangeCase") operation
- Rename "Modify/ChangeCase" to "Modify/To Upper or Lowercase" to disambiguate with "To Camel Case"
Bugfixes
Version 1.6.0
Fixes in Version 1.6.0
Features
- Issue #195 - Added new operation, "To Camel Case", which allows for capitalizing first letters of words
- Issue #194 - Add checkbox to change the case of only the first letter in the "To Upper or Lowercase" (formerly "ChangeCase") operation
- Rename "Modify/ChangeCase" to "Modify/To Upper or Lowercase" to disambiguate with "To Camel Case"
Bugfixes
Version 1.6.0 Beta 1
Beta release candidate 1 for version 1.6.0
Fixes in Version 1.6.0
Features
- Issue #195 - Added new operation, "To Camel Case", which allows for capitalizing first letters of words
- Issue #194 - Add checkbox to change the case of only the first letter in the "To Upper or Lowercase" (formerly "ChangeCase") operation
- Rename "Modify/ChangeCase" to "Modify/To Upper or Lowercase" to disambiguate with "To Camel Case"
Bugfixes
Version 1.6.0 Beta 2
Beta release candidate 2 for version 1.6.0
This simply adds the version string to the previous release.
Fixes in Version 1.6.0
Features
- Issue #195 - Added new operation, "To Camel Case", which allows for capitalizing first letters of words
- Issue #194 - Add checkbox to change the case of only the first letter in the "To Upper or Lowercase" (formerly "ChangeCase") operation
- Rename "Modify/ChangeCase" to "Modify/To Upper or Lowercase" to disambiguate with "To Camel Case"
Bugfixes
Mulligan Renamer v1.5.0b1
Beta release candidate 1 for version 1.5.0
Fixes in Version 1.5.0
Features
- Issue #89 - Operation sequences can be saved and loaded as Presets
- Issue #20 - Add Count By Letter operation
- Issue #15 - Add Append String Sequence operation
- Issue #180 - Allow prefixing on both Count operations
- Issue #125 - Add prompt to ask for a review (sorry!)
Bugfixes
Mulligan Renamer v1.5.0
Beta release candidate 1 for version 1.5.0
Fixes in Version 1.5.0
Features
- Issue #89 - Operation sequences can be saved and loaded as Presets
- Issue #20 - Add Count By Letter operation
- Issue #15 - Add Append String Sequence operation
- Issue #180 - Allow prefixing on both Count operations
- Issue #125 - Add prompt to ask for a review (sorry!)
- Restore all fields when returning to the window
Bugfixes
Mulligan Renamer v1.4.1
Fixes in Version 1.4.1
Bugfixes
- Issue #169. Fixes aesthetic issues with pro skin and Unity 2018.
- Issue #163. Fixes issue where spritesheets with leading numbers failed to rename.
- Issue #167. Greatly improves performance by moving rename preview calculation out of GUI loop.
- Issue #161. Cleans up code a bit by moving Preview Panel into separate class.
- Issue #141. Fixes issue where duplicate names failed to be calculated when duplicate was not in the rename group.
- Issue #168. Cleans up soft crash by catching the operation failed exception when an object fails to rename.
- Mark any SubAsset except for Sprites as invalid for rename as it will certainly fail. We will support subassets as necessary.
Mulligan Renamer v1.4.0b1
Beta release candidate 1 for version 1.4.0
Fixes in Version 1.4.0
Bugfixes
- Issue #169. Fixes aesthetic issues with pro skin and Unity 2018.
- Issue #163. Fixes issue where spritesheets with leading numbers failed to rename.
- Issue #167. Greatly improves performance by moving rename preview calculation out of GUI loop.
- Issue #161. Cleans up code a bit by moving Preview Panel into separate class.
- Issue #141. Fixes issue where duplicate names failed to be calculated when duplicate was not in the rename group.
- Issue #168. Cleans up soft crash by catching the operation failed exception when an object fails to rename.
Mulligan Renamer v1.3.0
Fixes in Version 1.3.0
Features
- Improves performance when renaming lots of files. This was done by reworking the GUI to use manual layout functions.
- Improves the look of the preview area. A new header scrolls independently from the contents, and dividers help visually separate the before and after columns.
Bugfixes
- Fixes Issue #126, where renaming sprites in a spritesheet that would temporarily overlap would cause all sprites to share the same name. This happened most when changing from 0 based naming to 1 based naming.
- Fixes Issue #159. Removing Symbols will no longer remove whitespace. Added a Remove Whitespace option.
Mulligan Renamer v1.3.0b1
First Beta candidate release for version 1.3.0.
Fixes in Version 1.3.0
Features
- Improves performance when renaming lots of files. This was done by reworking the GUI to use manual layout functions.
- Improves the look of the preview area. A new header scrolls independently from the contents, and dividers help visually separate the before and after columns.
Bugfixes
- Fixes Issue #126, where renaming sprites in a spritesheet that would temporarily overlap would cause all sprites to share the same name. This happened most when changing from 0 based naming to 1 based naming.
- Fixes Issue #159. Removing Symbols will no longer remove whitespace. Added a Remove Whitespace option.