Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
STABLE 0.1.0 RELEASE LET'S GO BABEYYYYY
Browse files Browse the repository at this point in the history
  • Loading branch information
RealMCoded committed Jan 22, 2023
1 parent dc72e31 commit 56d8409
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 14 deletions.
22 changes: 10 additions & 12 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,19 @@ Rec.js is RecNet server replacement for old Rec Room builds.

[Read this part of the FaQ before making an issue that your build doesn't work!](#q-my-build-doesnt-work)

| Year | Supported | Tested Builds | Notes |
|------|-----------|-----------------------------------------------|-----------------------------------------------------------------------------------------------------------|
| 2016 || December 23rd 2016 | Image saving does not work as intended. |
| 2017 || January 2017, Febuary 2017, October 10th 2017 | Image saving does not work as intended, The computer does not work properly, PFP loading has some issues. |
| 2018 || | |
| 2019 || | Support for this might never be officially added. |
| 2020 || | Support for this might never be officially added. |
| 2021 || | Support for this might never be officially added. |
| 2022 || | Support for this might never be officially added. |
| 2023 || | Support for this might never be officially added. |
| Year | Supported | Tested Builds | Notes |
|------|-----------|--------------------------------|------------------------------------------------------------------------------|
| 2016 || December 23rd 2016 | Image saving does not work as intended. |
| 2017 || January to October 10th 2017 | Image saving does not work as intended, The computer does not work properly. |
| 2018 || | |
| 2019 || | Support for this might never be officially added. |
| 2020 || | Support for this might never be officially added. |
| 2021 || | Support for this might never be officially added. |
| 2022 || | Support for this might never be officially added. |
| 2023 || | Support for this might never be officially added. |

## Download

**Note: Stable link does not work at the moment.**

- [Latest Stable Release](https://realmcoded.github.io/Rec.js/download/stable.html) - The current stable release of Rec.js. The most stable offering. **Recommended**
- [Latest Pre Release](https://realmcoded.github.io/Rec.js/download/pre.html) - The next version of Rec.js. Contains new features and is not as stable as Stable.
- [Latest Developer Release](https://github.com/RealMCoded/Rec.js/archive/refs/heads/master.zip) - Contains features that come out as soon as they are added. The least stable version with untested code. **Use at your own risk!**
Expand Down
37 changes: 37 additions & 0 deletions TODO.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Rec.js TO DO

a general feature list of things i want to eventually add or things i need to do ASAP

# P1

- 0.1.0 Release

- Installer/Launcher, preferably made with C#

- Video tutorial on how to install Rec.js

# P2

- Cached logins (Nov 2017+)

- Early 2018 support

# P3

- Late 2018 support

- Camera fix

- Posters Fix

- Easier way to change the MOTD (3 modes: Version Info, Server, Local)

- Client side leaderboards

- Client side friends list

- Reorganize files into other folders (like the `src` folder)

# P4

- get sessions (dev watch)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "recjs",
"version": "0.1.0",
"dev": {
"is_dev": true,
"suffix": "-pre4"
"is_dev": false,
"suffix": "-stable"
},
"description": "A RecNet server replacement for old Rec Room builds",
"main": "index.js",
Expand Down

0 comments on commit 56d8409

Please sign in to comment.