Skip to content

Commit a360fc7

Browse files
authored
updated outdated information (pr #143.1) (#146)
* removed row because it's useless, updated outdated information * apparently it's 661
1 parent f858f72 commit a360fc7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/Sober/Configuration/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ To open the configuation file, open a text editor to `~/.var/app/org.vinegarhq.S
1111
```json
1212
{
1313
"bring_back_oof": false,
14-
"disable_hidpi": false,
1514
"discord_rpc_enabled": true,
15+
"enable_hidpi": false,
1616
"fflags": null,
1717
"server_location_indicator_enabled": false,
1818
"touch_mode": "off",
@@ -24,9 +24,9 @@ To open the configuation file, open a text editor to `~/.var/app/org.vinegarhq.S
2424
| Option | Description | Default |
2525
| ----------------------------------- | ------------------------------------------------------------------------------------- | --------- |
2626
| `bring_back_oof` | brings back the old "oof" sound | `false` |
27-
| `disable_hidpi` | disables the support for HiDPI screens | `false` |
2827
| `discord_rpc_enabled` | use Discord's rich presence through the BloxstrapRPC protocol. | `true` |
28+
| `enable_hidpi` | enables support for HiDPI screens | `false` |
2929
| `fflags` | a section for inputting additional FFlags to use advanced features | - |
3030
| `server_location_indicator_enabled` | shows a popup of the location of the server you are connected | `false` |
31-
| `touch_mode` | enables touchscreen controls | `"off"` |
31+
| `touch_mode` | enables touchscreen controls | `"off"` |
3232
| `use_opengl` | use OpenGL instead of default Vulkan graphics API | `false` |

src/Sober/Troubleshooting/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ It means that the Roblox build Sober is in has reached it's end of the lifespan.
2727
<summary>Roblox build estimated cutoff table</summary>
2828
This table provides an estimated range when Roblox cuts out a build. Roblox builds typically last approximately a month before Roblox cuts out the build from being accepted to the servers.
2929

30-
| Build # | Build release date | Supported? | Estimated cutoff range | Actual cutoff date |
31-
| -------------------------------- | ------------------ | ---------- | ---------------------------------- | ------------------ |
32-
| 658 | 01/31/25 | Yes | 02/24/25 - 03/08/25* | TBD |
33-
| 659 **(Current Sober build)** | 02/06/25 | Yes | 03/10/25 - 03/15/25 | TBD |
34-
| 660 | 02/13/25 | Yes | 03/17/25 - 03/22/25 | TBD |
35-
| 661 | 02/20/25 | Yes | 03/24/25 - 03/29/25 | TBD |
36-
| 662 | 02/27/25 | Yes | 03/25/25 - 03/29/25 | TBD |
30+
| Build # | Build release date | Supported? | Estimated cutoff range |
31+
| -------------------------------- | ------------------ | ---------- | ---------------------------------- |
32+
| 658 | 01/31/25 | Yes | 02/24/25 - 03/08/25* |
33+
| 659 | 02/06/25 | Yes | 03/10/25 - 03/15/25 |
34+
| 660 | 02/13/25 | Yes | 03/17/25 - 03/22/25 |
35+
| 661 **(Current Sober build)** | 02/20/25 | Yes | 03/24/25 - 03/29/25 |
36+
| 662 | 02/27/25 | Yes | 03/25/25 - 03/29/25 |
3737

3838
**cutoff estimation was pushed two weeks forward from the initial esimation due to holiday vacation
3939
*this estimation is a week further due to a slightly shorter month

0 commit comments

Comments
 (0)