|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## 1.3.0 — 22.06.2022 |
| 6 | + |
5 | 7 | ### Added |
6 | 8 |
|
7 | 9 | - Full support for ktest benchmarks: |
|
32 | 34 | - Function of determining that this is vkcom project, now it does not consider kphp-polyfills to be the right project to |
33 | 35 | enable the plugin |
34 | 36 | - Bug when, for third-party projects, when committing, the plugin tried to push changes on the server. |
| 37 | +- OpenSC path, now automatic collection of yubikey will work on Linux. |
35 | 38 | - Problems with opening SSH tunnels. |
| 39 | +- Password saving when reset yubikey. |
| 40 | +- Bug, when updating the size in the call, the size in the link wasn't updated. |
36 | 41 |
|
37 | 42 | ## 1.2.0 — 11.05.2022 |
38 | 43 |
|
@@ -85,15 +90,15 @@ improvements and fixes. |
85 | 90 | ### Other improvements |
86 | 91 |
|
87 | 92 | - Improved file sync dialog; |
88 | | - - Files are now displayed sorted (by state); |
89 | | - - For files that are only in the local repository, added the ability to delete them; |
90 | | - - Now the full path to the file is displayed starting from `~/`; |
91 | | - - Now after clicking the button to download a file from the server, it will be started immediately, and not after |
92 | | - closing the dialog; |
93 | | - - Now if the file is located only locally or only on the server, when viewing its contents, it will be displayed in |
94 | | - a simple viewer, and not in a diff viewer with two editors; |
95 | | - - Fixed a bug when deleting a file from the list, the focus did not go to the next one, and it was necessary to |
96 | | - select the file manually. |
| 93 | + - Files are now displayed sorted (by state); |
| 94 | + - For files that are only in the local repository, added the ability to delete them; |
| 95 | + - Now the full path to the file is displayed starting from `~/`; |
| 96 | + - Now after clicking the button to download a file from the server, it will be started immediately, and not after |
| 97 | + closing the dialog; |
| 98 | + - Now if the file is located only locally or only on the server, when viewing its contents, it will be displayed in |
| 99 | + a simple viewer, and not in a diff viewer with two editors; |
| 100 | + - Fixed a bug when deleting a file from the list, the focus did not go to the next one, and it was necessary to |
| 101 | + select the file manually. |
97 | 102 |
|
98 | 103 | ### Fixed |
99 | 104 |
|
|
0 commit comments