mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
[release]
This commit is contained in:
parent
b6d2b8cb5e
commit
5b7f142175
3 changed files with 7 additions and 5 deletions
|
@ -23,7 +23,7 @@ deleteAlertHeader=Do you want to delete the ($COUNT$) selected elements?
|
|||
selectedElements=Selected elements:
|
||||
mustNotBeEmpty=$NAME$ must not be empty
|
||||
download=Drop to download
|
||||
dragFiles=Drag local files from here
|
||||
dragFiles=Drag files from here
|
||||
null=$VALUE$ must be not null
|
||||
hostFeatureUnsupported=$FEATURE$ is not available on the host
|
||||
missingStore=$NAME$ does not exist
|
||||
|
|
6
dist/build.gradle
vendored
6
dist/build.gradle
vendored
|
@ -41,9 +41,9 @@ if (rootProject.fullVersion) {
|
|||
apply from: 'portable.gradle'
|
||||
apply from: 'proguard.gradle'
|
||||
apply from: 'jreleaser.gradle'
|
||||
apply from: 'choco.gradle'
|
||||
apply from: 'homebrew.gradle'
|
||||
apply from: 'flatpak.gradle'
|
||||
//apply from: 'choco.gradle'
|
||||
//apply from: 'homebrew.gradle'
|
||||
//apply from: 'flatpak.gradle'
|
||||
|
||||
if (org.gradle.internal.os.OperatingSystem.current().isLinux()) {
|
||||
apply from: 'linux_packages.gradle'
|
||||
|
|
4
dist/changelogs/0.5.36.md
vendored
4
dist/changelogs/0.5.36.md
vendored
|
@ -6,9 +6,11 @@
|
|||
- Add experimental support for PowerShell Remote connections
|
||||
- Add support for PowerShell core shell environments
|
||||
- Improve file browser performance
|
||||
- Improve first connection start up after being added
|
||||
- Improve initial connection startup after being added
|
||||
- Implement initial support for future package manager builds
|
||||
- Rework updating system to accommodate package managers
|
||||
- Improve error handling
|
||||
- Improve error display in connection creation
|
||||
- Fix many bugs
|
||||
|
||||
So don't forget to reenter your passwords for all connection.
|
||||
|
|
Loading…
Reference in a new issue