Merge branch 'develop'
This commit is contained in:
commit
c11e52d631
10
README.md
10
README.md
@ -1,7 +1,5 @@
|
|||||||
# Tabs
|
# Tabs
|
||||||
|
|
||||||
/!\ Still in development! I aim to improve security, usability and add more features. Wait for the 1.0 release to use tabs for critical jobs. /!\
|
|
||||||
|
|
||||||
Tabs is an electron app than allows you to make **persistent** and **isolated** sessions on any website.
|
Tabs is an electron app than allows you to make **persistent** and **isolated** sessions on any website.
|
||||||
|
|
||||||
You could create `Services` for Facebook Messenger, GMail, or your personnal nextcloud instance. There is not limit to what home URL you can set.
|
You could create `Services` for Facebook Messenger, GMail, or your personnal nextcloud instance. There is not limit to what home URL you can set.
|
||||||
@ -10,15 +8,15 @@ You could create `Services` for Facebook Messenger, GMail, or your personnal nex
|
|||||||
- A service can be either automatically loaded or not
|
- A service can be either automatically loaded or not
|
||||||
- You can customize a service css (i.e. remove unwanted elements like menus or nav bars)
|
- You can customize a service css (i.e. remove unwanted elements like menus or nav bars)
|
||||||
|
|
||||||
You can navigate inside the focused service using the navigation buttons (previous page, next page).
|
Tabs aims to provide both complete and simple customization.
|
||||||
|
|
||||||
## When's 1.0 being released?
|
## When's next major version being released?
|
||||||
|
|
||||||
You can track the development progress [here](https://github.com/ArisuOngaku/tabs/projects/3).
|
You can track the development progress [here](https://github.com/ArisuOngaku/tabs/projects).
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Pull requests are welcome and appreciated!
|
Pull requests are welcome and appreciated!
|
||||||
|
|
||||||
## License
|
## License
|
||||||
[MIT - see LICENSE file](LICENSE)
|
[GPLv3 - see LICENSE file](LICENSE)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabs",
|
"name": "tabs",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Persistent and separate browser tabs in one window.",
|
"description": "Persistent and separate browser tabs in one window.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Alice Gaudon",
|
"name": "Alice Gaudon",
|
||||||
@ -99,6 +99,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"electronVersion": "9.0.0"
|
"electronVersion": "9.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user