Skip to content

Commit 373edc3

Browse files
committed
Update project details
1 parent 9d808ae commit 373edc3

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[![Build Status](https://dev.azure.com/ark-mod/ArkBot/_apis/build/status/ark-mod.ArkBot?branchName=master)](https://dev.azure.com/ark-mod/ArkBot/_build/latest?definitionId=2&branchName=master)
22

3-
# Project status last updated Jan 21st 2020
3+
# Project status last updated June 15th 2020
4+
5+
## We are working towards a stable 2.0 release. Development of the previous 1.91 version is halted and the 2.0 codebase has been merged into the master branch.
46

57
### Support
68
Support [Wiki](https://github.com/ark-mod/ArkBot/wiki)
@@ -11,7 +13,7 @@ Support [Wiki](https://github.com/ark-mod/ArkBot/wiki)
1113
Before requesting support from our Discord, please understand that ArkBot is designed in its current form to be run on the machine hosting your gameservers. While methods exist to mirror/link files from a remote gameserver, arkbot is not designed with these workarounds in mind currently and as such are unsupported. We will offer no support if you choose to go this route.
1214

1315
#### Development
14-
We are actively developing this tool again! We have assembled a team with past and new members. Users can follow development progress here or get updates on Discord (link found above)
16+
We are actively developing this tool again! We have assembled a team with past and new members. Users can follow development progress here or get updates on Discord (link found above)
1517

1618
#### IMPORTANT NOTES
1719
Important Dependency Note:
@@ -48,18 +50,17 @@ The application monitors and extracts data from any number of configured local A
4850

4951
It aims to provide important functions to players: dino listings, food-status, breeding info, statistics; and server admins: rcon-commands, server managing etc. It does not enable cheating or making available data that have a considerable impact on how the game is played.
5052

51-
## Latest release
52-
### Stable Branch
53+
## Latest releases
54+
### 1.91 Stable
5355

54-
https://github.com/ark-mod/ArkBot/releases
56+
https://github.com/ark-mod/ArkBot/releases/tag/1.91-stable
5557

56-
### Development Branch
58+
### 2.0 Beta (WIP - only for testing)
5759

58-
https://github.com/mxtsdev/ArkBot/releases
59-
https://github.com/johnthegreat/ArkBot/releases
60+
https://github.com/ark-mod/ArkBot/releases/tag/latest-master
6061

6162

62-
## Installation
63+
## Installation (version 1.91)
6364

6465
* Download the latest pre-built binaries (see above).
6566
* Perform configuration within the ArkBot program after opening by clicking on the configuration tab, completing all required fields.

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ jobs:
107107
action: 'edit'
108108
target: '$(Build.SourceVersion)'
109109
tag: 'latest-master'
110-
title: 'Automated Build (master) - $(dateRev)'
110+
title: '2.0 Beta: Automated Build (master) - $(dateRev)'
111111
releaseNotesSource: 'inline'
112112
releaseNotesInline: |
113-
This is an automated build compiled from the latest sources in the master branch.
113+
This is an automated build compiled from the latest 2.0 beta sources in the master branch.
114114
115-
Use this if you want to try the latest features and enhancements and don't mind running a pre-release build.
115+
Use this if you want to try the latest features and enhancements and don't mind running a pre-release build to help with testing.
116116
isPreRelease: true
117117
changeLogCompareToRelease: 'lastFullRelease'
118118
changeLogType: 'commitBased'

0 commit comments

Comments
 (0)