Skip to content

Commit

Permalink
[gui/other] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gskartwii committed Oct 27, 2019
1 parent 10378a7 commit 0657c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DissectorWindow.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func NewDissectorWindow(parent widgets.QWidget_ITF, flags core.Qt__WindowType) *
})
helpBar.AddAction("&About Sala...").ConnectTriggered(func(_ bool) {
widgets.QMessageBox_About(window, "About Sala", fmt.Sprintf(`
<h1>Sala version 0.7.2 [beta]</h1>
<h1>Sala version 0.7.3 [beta]</h1>
<h2>The Essential Roblox Network Suite</h2>
Codename “Maailman salaisuudet”<br>
Previously known as “Roblox Dissector”<br>
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/Gskartwii/roblox-dissector.svg?branch=master)](https://travis-ci.org/Gskartwii/roblox-dissector)
[![Documentation](https://godoc.org/github.com/Gskartwii/roblox-dissector?status.svg)](https://godoc.org/github.com/Gskartwii/roblox-dissector)
[![Go Report](https://goreportcard.com/badge/github.com/Gskartwii/roblox-dissector)](https://goreportcard.com/report/github.com/Gskartwii/roblox-dissector)
[![Release v0.7.2beta](https://img.shields.io/badge/release-v0.7.2beta-blue.svg)](https://github.com/Gskartwii/roblox-dissector/releases)
[![Release v0.7.3beta](https://img.shields.io/badge/release-v0.7.3beta-blue.svg)](https://github.com/Gskartwii/roblox-dissector/releases)

[Discord Chat](https://discord.gg/zPbprKb)

Expand Down Expand Up @@ -37,9 +37,6 @@ If you have the right setup, you can also pass build tags to deploy. Use `-tags=
* Capture packets on the fly
* View multiple capture sessions at a time
* Decode/encode most\* Roblox packets
* Custom Roblox client (experimental)
- Bot that can follow players around the game
- Send and receive chat messages
* Dump DataModels based on capture (with some limitations)
- Only replicated instances can be dumped
- Locally available scripts are dumped as *.rbxc files. You need a script decompiler to view them.
Expand All @@ -55,7 +52,6 @@ Packets for which encoding is not supported: memcheck hash packets
* Possibly ID_ROCKY and memcheck hash support
* Create and save PCAP files
* Support platforms other than Windows
* Automatically update security settings for client
* Custom Roblox server

## Screenshots
Expand Down

0 comments on commit 0657c95

Please sign in to comment.