3.1.0 (2023-10-30)
3.0.6 (2023-08-24)
- run npm audit to resolve audit warnings (a6f9186)
3.0.5 (2023-03-08)
3.0.1 (2022-10-12)
3.0.0 (2022-03-02)
- cleanup code relating to appc commands and migrate to only ti (d3ca4c8)
- remove login requirement and related code (1248617)
- removes the ability to use the Appc CLI
- removes the ability to login
2.3.0 (2021-10-27)
- toolbar: correct default platform on mac (6308885)
- support storing the last selected target for an app project (ee3f426)
2.2.0 (2021-06-22)
- completions: guard against undefined when check for events (654a217), closes #136
- check for existence of toolbar before performing target setup (8004fbe), closes #253
- console: allow positioning console anywhere in the atom window (8dba020), closes #134
- ios: support outputting to xcode when performing a dist-appstore build (06420e7), closes #85
- toolbar: add clean button to toolbar (cfa1f97), closes #161
2.1.1 (2021-06-15)
- touchbar: adapt to new touchbar API (37abfed)
2.1.0 (2021-06-14)
- toolbar: correct usage of open dialog on keystore selection (bbcd086)
- updates: update editor commons to fix passing of error metadata (f18b43d)
- toolbar: update liveview icon to better distinguish states (4ccc3d0), closes #306
- persist build information (760ad5d)
2.0.4 (2021-06-08)
- updates: ensure updates always has an eempty error to prevent errors (9e58fd1)
- update editor-commons to fix issue when pulling latest npm version (b94d4d2)
2.0.3 (2021-06-03)
- update editor-commons to fix issue when detecting environment (b118468)
2.0.2 (2021-06-02)
- updates: select Titanium SDK after installing it (b57a36e)
2.0.1 (2021-04-19)
- exit 0 if husky errors (ddba778)
2.0.0 (2021-04-19)
-
new: adapt to new electron dialog api (f95247a)
-
new: use correct subcommand for creating (b061e22)
-
refactor!: remove appcCommandPath setting (e9eaa31)
- support using OSS tooling (acf19ff)
- The appcCommandPath setting is no longer supported
- Windows will no longer be offered as a choice in the platform selection
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
This release updates titanium-editor-commons to fix a bug in the SDK install logic to ensure compatibility when installing the future 9.2.0.GA release
1.12.0 (2020-09-02)
This release was made in error
1.11.0 (2020-09-02)
1.10.1 (2019-12-06)
1.10.0 (2019-11-07)
- change the console icon to command line icon (#178) (b680220)
- completion: add completions for Ti namespace in controllers (#177) (5785389), closes #171
- completions: added completions for Alloy namespace in cont… (#180) (1faec8c), closes #179
- ios: support generic apple certificates (d9e53a1), closes #183
1.9.1 (2019-09-27)
1.9.0 (2019-08-13)
- toolbar: add user information and login icon (#165) (a478274), closes #159
- add open related to context menu (#175) (0b62033), closes #174
- show login dialog if login is required to run command (1e1168b), closes #160
- updates: add update functionality (#162) (dad3a08)
- add support for interaction via mac Touch Bar (#124) (1fae584)
- styleprovider: improved suggestions to include quotes for color and layout properties (#154) (f7128a8), closes #152
1.6.0 (2019-03-28)
- autocomplete: correct filtering of colors (ffb340e), closes #139
- definitions: do not suggest app.tss when generating tss for id (1fbf454), closes #141
- toolbar: add titles to fields (#135) (4514d57)
- toolbar/android: handle emulators being undefined, improve ui when no emulators (f439e71), closes #142
1.5.1 (2019-01-02)
- commands/login: fix detection of output (57370bf)
1.5.0 (2018-12-19)
- add login dialog (a3f9601)
26/10/18
- Fixed error being thrown when tiapp.xml was saved in an invalid format (([#128]#128))
25/09/18
- Fixed autocomplete issue when autocompleting the sdk-version tag in tiapp (#119)
- Internal: Add GitHub issue templates (#123)
13/07/18
- Added support for taking screenshots from the IDE (#112, thanks to @m1ga)
- Internal: Added Travis CI to all pull requests (#113)
06/07/18
- Added LiveView support (#108)
- Added expiration date to certificates and provisioning profiles (#91)
- Fixed HUD-error (#103)
- Use
INFO
log-level by default, for parity with Studio (#90) - Allow custom args to be saved across Atom sessions (#114)
01/07/18
22/03/18
- Default to latest SDK if none selected (ATOM-66)
- Improved Alloy create function snippets
- Fixed Slider tag autocomplete suggestion (ATOM-70)
- Fixed duplicate class suggestions and ignore blank values (ATOM-67)
- Fixed exception thrown when triggering class and ID autosuggestion (ATOM-74)
14/02/18
- Added support for creating new Titanium projects (ATOM-37)
- Added support for native module projects (ATOM-38)
- Added snippets support (ATOM-11)
- Added keyboard shortcuts for opening related Alloy files (ATOM-39)
- Added option to set full path to
appc
command (ATOM-50) - Improved behaviour when non-Titanium project is open (ATOM-40)
- Improved tiapp.xml parsing (ATOM-49)
- Fixed triggering image autocompletion (ATOM-43)
21/12/17
- Fixed error on Linux - thanks @m1ga (ATOM-34)
- Fixed deprecation warnings (ATOM-35)
- Improve behaviour when Titanium project is not open (ATOM-36)
09/12/17
- Fixed issues with non-Titanium projects (ATOM-33)
08/12/17
- Fixed non-wildcard iOS provisioning profiles always being invalid (ATOM-30)
- Marking managed provisioning profiles as invalid (ATOM-31)
- Fixed provisioning profile ordering (ATOM-32)
- Fixed autocomplete error when creating styles for classes (ATOM-28)
- Updated publish option labelling