[release]

This commit is contained in:
crschnick 2023-09-27 03:37:24 +00:00
parent 10dcdbc5e2
commit bd8eea3159
2 changed files with 8 additions and 1 deletions

View file

@ -11,7 +11,7 @@ I think a lot of software users have been scarred by such announcements of proje
## What does this mean for me?
Essentially, you can use all current features without any limitation for free, unless you use it for commercial purposes, which now requires a professional license upgrade. Furthermore, most upcoming features will also be included in the free version. The only exception are features purposefully made for team collaboration and tools only used in enterprises. For now, the only professional-exclusive feature is the newly added git repository storage, which allows you to share your XPipe configurations via your own git remote repositories. The open source model and license also won't change. Some professional-exclusive features will probably not be included in the repository though.
Essentially, you can use all current features without any limitation for free, unless you use it for commercial purposes, which now requires a professional license upgrade. Furthermore, most upcoming features will also be included in the free version. The only exception are features purposefully made for team collaboration and tools only used in enterprises. For now, the only professional-exclusive feature is the newly added git repository storage, which allows you to share your XPipe configurations with others via your own git remote repositories. The open source model and license also won't change. Some professional-exclusive features will probably not be included in the repository though.
So if you intend to use XPipe in commercial contexts, I would like you to ask to buy a professional license for that. You can of course also do that if you want to support the project without any commercial intentions.

View file

@ -5,6 +5,7 @@
- Rework user interface
- Add support for sharing your storage via a remote git repository
- Add support for a transparent window mode
- Upgrade to GraalVM 21
- Improve command process synchronization to try to fix rare race conditions and deadlocks
- Dynamically check whether kubectl requires elevation to fix permission issues, for example when using rancher k3s
- Add attach and logs context menu actions for docker containers
@ -29,3 +30,9 @@
- Fix passcode PAM authentication caching responses
- Fix Powershell remote sessions not working correctly
- Many other small miscellaneous fixes and improvements
## Experimental releases
There are already many other feature branches in the pipeline and will be released soon.
In fact as of now, you can already try out the next major 1.7 release in the [XPipe PTB](https://github.com/xpipe-io/xpipe-ptb) (Public Test Build).
The regular releases and new PTB releases are designed to not interfere with each other and can therefore be installed and used side by side.