Releases: VKCOM/admstorm
Releases · VKCOM/admstorm
v2.0.12
What's Changed
- added
TLSchemato the list of checks for new versions by @Danil42Russia in #250 - version 2.0.12 for PhpStorm 2025.3 by @Danil42Russia in #252
Full Changelog: v2.0.11...v2.0.12
v2.0.11
v2.0.5
What's Changed
- updated
GitHub Actionby @Danil42Russia in #206 - replaced sending logs from
SentrytoHastebinby @Hidanio in #212 - replaced deprecated
Kotlin UI DSLmethods by @Hidanio in #214 - disabled sending errors in development mode by @Danil42Russia in #218
- removed implicit dependency from markers by @Hidanio in #216
- added highlighting
Jiralinks by @Hidanio in #215 - sending
Hastebinthrough HTTP request by @Hidanio in #223 - added yubikey
PINcharacters validator by @Hidanio in #220 - ssh configuration changes notification by @Hidanio in #224
- additional information in logs by @Hidanio in #219
- notifications about new versions of plugins by @Hidanio in #207
- fixed checking for new versions of plugins by @Danil42Russia in #225
- version command when retrieving data by @Hidanio in #227
- yubikey reset ssh session fix by @Hidanio in #231
- changed ssh connection type by @Hidanio in #233
- wrote ssh exception handler by @Hidanio in #228
- notification about touching yubikey when we have
Timeoutby @Hidanio in #232 - Notification about not availability on Windows by @Hidanio in #234
- version 2.0.5 for PhpStorm 2024.1 by @Hidanio in #236
Full Changelog: v2.0.2...v2.0.5
v2.0.0
Added
@admstorm-marker- allowing you to see the values directly in the IDE
v1.3.5
Fixed
- Bug when sync branches
v1.3.4
Fixed
- Bug when checking the diff by file
v1.3.3
Other improvements
- Updated for 2022.3
- Removed links for Jira tickets in PHP, JS, and CSS comments
v1.3.2
Added
- Added service list
Other improvements
- Updated GitHub Actions
- Runner refactoring
- Added failed code for running commands
- Added a check for reserved response code
- Renamed icons class
- Updated versions
- Added timeout code
Fixed
- fixed exception about
GitBranchUtils.getCurrentRepository()
v1.3.1
Console for viewing debug logs directly in the IDE, small improvements, as well as a large number of fixes.
Added
- Action on the Help menu to send logs to Sentry.
- Debug log console like yarn watch
Other improvements
- Users can now run PHPUnit tests from the context menu of a file.
- Users can now run ktest benchmarks from the context menu of a file.
- On the installation page, the point about opening the project has been clarified.
- On the installation page, the section about Yubikey has been updated,
- Added a clarification about the settings page.
- Added settings to enable/disable widgets.
- Updated api tests.
- Added checking of the new plugin version available.
Fixed
- Freeze when running a PHPUnit test, or a ktest benchmark.
- Freeze when connection is lost for yarn watch.
- Launch of a separate benchmark method, now if a method with a name that's a prefix for the name of other methods is launched, then other methods won't be launched.
- Exception when the plugin automatically opens a new SSH tunnel.
- Performance warning for line marker for ktest.
- Yarn watch no longer appears in non-vkcom projects.
- Order of arguments for new api tests.
- Server name on the plugin settings page to the correct one Dev-server.
- Bug when mark yarn watch as running when connection is lost.
v1.3.0
Benchmarks for KPHP, yarn watch support, deployment of test domains, updates in KPHP Playground, Jira ticket highlighting in the code and other improvements, as well as bug fixes.
Added
- Full support for ktest benchmarks:
- Running a benchmark on an entire class or a single method
- Launching benchmark for memory allocations
- Comparison of two classes and two methods
- Checking the name of the benchmark class
- Yarn Watch support
- Ability to share code from KPHP Playground
- Ability to view KPHP compilation output in Playground
- Links for Jira tickets in PHP, JS, and CSS comments
Other improvements
- Number of commits that are shown during synchronization is reduced to 30
Now if more than 30 commits require synchronization, then only the first 30 and the ellipsis at the end will be shown. - Settings page has become more descriptive, comments have been added to some settings.
- Added sending errors to Sentry
- Added a welcome message for each update with a link to the whats-new page.
Changed
- Now, when resetting the yubikey, the "Remember" checkbox will be selected by default in the yubikey password reset
dialog
Fixed
- Function of determining that this is vkcom project, now it does not consider kphp-polyfills to be the right project to
enable the plugin - Bug when, for third-party projects, when committing, the plugin tried to push changes on the server.
- OpenSC path, now automatic collection of yubikey will work on Linux.
- Problems with opening SSH tunnels.
- Password saving when reset yubikey.
- Bug, when updating the size in the call, the size in the link wasn't updated.