Skip to content

Commit

Permalink
[release]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Apr 21, 2023
1 parent b6d2b8c commit 5b7f142
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions dist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 3 additions & 1 deletion dist/changelogs/0.5.36.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5b7f142

Please sign in to comment.