Skip to content

Commit

Permalink
v 2.3.0
Browse files Browse the repository at this point in the history
New Darkdev utility:
-Custom Css which allows you to customize the DarkOrbit design to the taste of each user

- Stop bothering autologin
- Optimized code
- Update dependencies

- Fix Autologin from launch parameters
- Fixed login detection
- Fix background button login
- Fix Unexpected duplicate selector css

Created a new discord server for the users of this client: https://discord.gg/vHqAaxS7xF
(Link also available from the project description on github)
  • Loading branch information
kaiserdj committed Jun 8, 2021
1 parent 6718a7d commit b174528
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 21 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Open source client for cross-platform Darkorbit (Windows, Mac and Linux).
| Multi platform ||
| Multi account ||
| Flash player injected (0 configuration) ||
| Custom loading Dosid ||
| Custom loading Dosid (by GUI or by launch parameters) ||
| AutoLogin (by GUI or by launch parameters) ||
| Custom load - DarkDev (Modify request) ||
| Custom css - DarkDev ||
| Resource download - DarkDev ||
Expand Down
155 changes: 138 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "darkorbit-client",
"version": "2.2.1",
"version": "2.3.0",
"description": "Open source darkorbit client",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"electron-updater": "^4.3.9",
"menubar": "^9.0.4",
"open": "^8.2.0",
"sweetalert2": "^11.0.12",
"sweetalert2": "^11.0.16",
"xml2js": "^0.4.23",
"yargs": "^16.2.0"
"yargs": "^17.0.1"
},
"build": {
"appId": "com.DarkOrbitClient.Kaiserdj",
Expand Down

0 comments on commit b174528

Please sign in to comment.