|
1 | 1 | # AdmStorm Changelog
|
2 | 2 |
|
3 |
| -## [Unreleased] |
| 3 | +## 1.1.0 — 21.02.2022 |
4 | 4 |
|
5 |
| -New KPHP Playground, automatic push to the server after a commit, generation of builders directly in the IDE, new |
6 |
| -options for synchronizing autogenerated files, and other minor improvements and fixes. |
| 5 | +New KPHP Playground, automatic reset of Yubikey in case of connection problems, automatic push to the server after a |
| 6 | +commit, generation of builders directly in the IDE, new options for synchronizing autogenerated files, and other minor |
| 7 | +improvements and fixes. |
7 | 8 |
|
8 | 9 | ### Added
|
9 | 10 |
|
10 | 11 | - New KPHP Playground, now it does not depend on repository files and will not interfere with pushing to Gitlab;
|
11 |
| -- An automatic action in notifications about the inability to connect via SSH, which resets the Yubikey and connects |
12 |
| - again; |
13 |
| -- Added new action `Execute Selected in Playground` to the editor context menu, now you can create a new KPHP Playground |
14 |
| - from selected piece of code; |
15 |
| -- Added commit and push to Gitlab button in the commit window; |
| 12 | +- Action `Execute Selected in Playground` to the editor context menu, now you can create a new KPHP Playground from |
| 13 | + selected piece of code; |
| 14 | +- Action in notifications about the inability to connect via SSH, which resets the Yubikey and connects again; |
| 15 | +- Commit and push to Gitlab button in the commit window; |
16 | 16 | - Now, after creating a commit, it is automatically pushed to the development server;
|
17 |
| -- Added a new run configuration for generating builders with automatic download of modified files; |
18 |
| -- Added Hastebin from selected text only; |
19 |
| -- Added new action `Sync Autogenerated Files` to the `Tool | server`, which makes it easy to sync autogenerated files |
20 |
| - after executing some command on server. |
| 17 | +- Run configuration for generating builders with automatic download of modified files; |
| 18 | +- Hastebin from selected text only; |
| 19 | +- Action `Sync Autogenerated Files` to the `Tool | server`, which makes it easy to sync autogenerated files after |
| 20 | + executing some command on server. |
21 | 21 |
|
22 | 22 | > If the file was deleted on the server, it will be deleted locally as well.
|
23 | 23 |
|
24 | 24 | ### Other improvements
|
25 | 25 |
|
26 | 26 | - Improved file sync dialog;
|
27 |
| - - Files are now displayed sorted (by state); |
28 |
| - - For files that are only in the local repository, added the ability to delete them; |
29 |
| - - Now the full path to the file is displayed starting from `~/`; |
30 |
| - - Now after clicking the button to download a file from the server, it will be started immediately, and not after |
31 |
| - closing the dialog; |
32 |
| - - Now if the file is located only locally or only on the server, when viewing its contents, it will be displayed in a |
33 |
| - simple viewer, and not in a diff viewer with two editors; |
34 |
| - - Fixed a bug when deleting a file from the list, the focus did not go to the next one, and it was necessary to select |
35 |
| - the file manually. |
| 27 | + - Files are now displayed sorted (by state); |
| 28 | + - For files that are only in the local repository, added the ability to delete them; |
| 29 | + - Now the full path to the file is displayed starting from `~/`; |
| 30 | + - Now after clicking the button to download a file from the server, it will be started immediately, and not after |
| 31 | + closing the dialog; |
| 32 | + - Now if the file is located only locally or only on the server, when viewing its contents, it will be displayed in |
| 33 | + a simple viewer, and not in a diff viewer with two editors; |
| 34 | + - Fixed a bug when deleting a file from the list, the focus did not go to the next one, and it was necessary to |
| 35 | + select the file manually. |
36 | 36 |
|
37 | 37 | ### Fixed
|
38 | 38 |
|
39 |
| -- Fixed `AlreadyDisposedException` when closing a project and opening other projects. Also thanks to this, now when |
40 |
| - switching projects, the synchronization check does not break when focusing on the IDE; |
41 |
| -- Fixed a bug with slashes during file synchronization for Windows users; |
42 |
| -- Fixed a bug where, during KPHP execution, closing one tab would close another; |
43 |
| -- Fixed a bug when launching PHPUnit from an icon created new duplicate configurations. |
| 39 | +- `AlreadyDisposedException` when closing a project and opening other projects. Also thanks to this, now when switching |
| 40 | + projects, the synchronization check does not break when focusing on the IDE; |
| 41 | +- Bug with slashes during file synchronization for Windows users; |
| 42 | +- Bug when, during KPHP execution, closing one tab would close another; |
| 43 | +- Bug when launching PHPUnit from an icon created new duplicate configurations. |
44 | 44 |
|
45 | 45 | <br>
|
46 | 46 |
|
|
0 commit comments