Skip to content

Commit

Permalink
Update version, icon and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
apsavin committed Mar 16, 2019
1 parent 10f900a commit 74a5800
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
# pgrights
GUI for PostgreSQL roles, privileges and policies

![Main view](https://user-images.githubusercontent.com/632171/49671690-bdf90300-fa79-11e8-979f-0de5fe4bdd69.png)
![Main view](https://user-images.githubusercontent.com/632171/54481928-7ccc7800-484c-11e9-917b-0c72e8a2e103.png)

## RoadMap
## How to run

Download `dmg` file from the latest [release](https://github.com/apsavin/pgrights/releases)

or build from source:

```bash
yarn && yarn package
```

## RoadMap and changelog

- [ ] 1.0.0
- [ ] Possibility to edit table and column access
- [ ] SQL commands log
- [ ] Possibility to delete connections
- [ ] Possibility to delete policies
- [x] [0.2.0](https://github.com/apsavin/pgrights/releases/tag/v0.2.0)
- [x] Possibility to edit table and column access
- [x] View for single policy with SQL syntax highlighting
- [x] Possibility to edit policies
- [ ] Possibility to delete policies
- [x] [0.1.0](https://github.com/apsavin/pgrights/releases/tag/v0.1.0-alpha) Readonly version
- [x] Create and edit database connections
- [x] Possibility to select a schema
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pgrights",
"productName": "pgrights",
"description": "GUI for PostgreSQL roles, privileges and policies",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"main": "./src/main.prod.js",
"build": {
Expand Down
Binary file modified resources/icon.icns
Binary file not shown.
Binary file modified resources/icon.ico
Binary file not shown.
Binary file modified resources/icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/1024x1024.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/128x128.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/16x16.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/24x24.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/256x256.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/32x32.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/48x48.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/512x512.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/64x64.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 74a5800

Please sign in to comment.