From 190793b60f9efeae902b2e4bbb5940bb24666cc0 Mon Sep 17 00:00:00 2001 From: jbmorley Date: Mon, 1 Jul 2024 09:00:56 +0000 Subject: [PATCH] docs: Update release notes --- docs/releases/index.markdown | 67 ++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/docs/releases/index.markdown b/docs/releases/index.markdown index bc01a1644f..86f84e00a5 100644 --- a/docs/releases/index.markdown +++ b/docs/releases/index.markdown @@ -3,3 +3,70 @@ title: Releases --- # Releases + +## 1.0.0 + +**Changes** + +- Save icon files +- Select between iOS and macOS icon previews +- Show icon grid in previews +- Add an about screen +- Export macOS icon set with pre-rendered shadows +- Initial release (#6) +- Export watchOS icons (#34) +- watchOS icon previews (#37) +- Show all icon types at once (#48) +- Button to quickly flip gradient colors (#49) +- Support changing the symbol horizontal and vertical position (#104) + +**Fixes** + +- Add an icon +- Correct padding around symbols when exporting icons +- Update the icon defaults +- Save out iOS and macOS icon variants +- Export all iOS icon sizes +- Update project +- Update the icon and add icon resources +- Pretty-print the JSON in Iconic files to make diffing them easier +- Update the about screen styling and add a copyright notice +- Require an explicit click to set the icon symbol +- Require an explicit click to set the icon symbol +- Rename the app to Symbolic and update the bundle identifier (#5) +- Update GitHub links to point to the new repository location (#8) +- Add the Symbolic license to the about screen (#13) +- Update the license to InSeven Limited (#14) +- Ensure the Diligence license can be shown from the about screen (#15) +- Accept the recommended Xcode updates (#16) +- Show 'New Document' button on the file picker (#28) +- Update the copyright notice to 2023 (#29) +- Don't automatically set the top color when changing the bottom color (#30) +- Use the `Interact` package and add the license to the about screen (#31) +- Leading-align symbol picker search field (#32) +- Support undo and prompt users to change modified documents (#33) +- Add tooltips to the toolbar items (#36) +- Add iOS icon grid (#38) +- Update the Interact license (#46) +- Fixed width for the settings sidebar (#47) +- Don't stretch the symbol in the picker button (#52) +- Show the symbol settings first in the sidebar (#53) +- Add a link to the Symbolic website on the about screen (#58) +- Show all scales for macOS and iOS icons (#64) +- Add all watchOS icon previews (#65) +- Add watchOS icon grid (#67) +- Add an export menu item (#69) +- Add privacy policy (#70) +- Hide/show grid from the menu (#72) +- Correct the symbol scaling on watchOS icons (#74) +- Show the icons previews in a grid (#76) +- Add keyboard shortcut for toggling the grid (#77) +- Show selected symbol in the symbol picker (#87) +- Thank Pavlos 🙏🏻 (#88) +- Don't allow opacity in the icon symbol (#89) +- Improved default window size (#90) +- Stop icon scale labels truncating (#91) +- Thank Lukas 🙏🏻 (#93) +- Center the icon previews in the main scroll view (#95) +- Use the Symbolic icon as the initial template 💜 (#98) +- Use the correct shape for the iOS icon previews (#102)