Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Mar 17, 2021
1 parent 8ece99f commit affeff5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Notable changes to this project are documented in this file.

# Unreleased
# 1.1.0

## Added
- Rider IDE support
- Experimental [FreeBSD support](https://github.com/JetBrains/projector-installer#FreeBSD-support)
- Experimental [OpenBSD support](https://github.com/JetBrains/projector-installer#OpenBSD-support)
- [FreeBSD support](https://github.com/JetBrains/projector-installer#FreeBSD-support)
- [OpenBSD support](https://github.com/JetBrains/projector-installer#OpenBSD-support)
- check bundled Projector server availability

## Fixed
Expand All @@ -16,7 +16,7 @@ Notable changes to this project are documented in this file.

## Changed
- special symbols in passwords are enabled again

- Projector Server v1.1.0

# 1.0.1

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ in [WSL](https://docs.microsoft.com/windows/wsl/).
6. [projector exits immediately](#projector-exits-immediately)
7. [Using Projector as systemd service](#Using-Projector-as-systemd-service)
8. [Change existing configuration](#Change-existing-configuration)
9. [Experimental FreeBSD support](#FreeBSD-support)
10. [Experimental OpenBSD support](#OpenBSD-support)
9. [FreeBSD support](#FreeBSD-support)
10. [OpenBSD support](#OpenBSD-support)

## Installation

Expand Down Expand Up @@ -234,7 +234,7 @@ projector config edit
```

### FreeBSD support
projector-installer since ver. 1.0.2 has _experimental_ FreeBSD support.
projector-installer since ver. 1.1.0 has FreeBSD support.
To run Projector on FreeBSD perform the following steps
(tested on FreeBSD-RELEASE 12.2):

Expand Down Expand Up @@ -274,7 +274,7 @@ _WARNING:_
- run `projector` as usual

### OpenBSD support
projector-installer since ver. 1.0.2 has _experimental_ OpenBSD support.
projector-installer since ver. 1.1.0 has OpenBSD support.
To run Projector on OpenBSD perform the following steps
(tested on OpenBSD 6.8):

Expand Down Expand Up @@ -309,4 +309,4 @@ pip install projector-installer --user

- add ~/.local/bin directory to PATH variable.

- run `projector` as usual
- run `projector` as usual
2 changes: 1 addition & 1 deletion projector_installer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

"""projector-installer version"""

__version__: str = '1.0.1'
__version__: str = '1.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def copy_license() -> None:
server_dir = join(bundled_dir, SERVER_DIR)

PROJECTOR_SERVER_URL: str = 'https://github.com/JetBrains/projector-server/releases/' \
'download/v1.0.0/projector-server-v1.0.0.zip'
'download/v1.1.0/projector-server-v1.1.0.zip'


def download_server(to_dir: str) -> None:
Expand Down

0 comments on commit affeff5

Please sign in to comment.