Skip to content

Commit

Permalink
Minor improvements, see CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
microsounds committed Apr 27, 2016
1 parent 4056800 commit c5fcb3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.3.1
Improved rate averaging function
Prevent PRNG seeds from being seeded sequentially.
Improved per-thread PRNG seed distribution
0.3.0
Improved PRNG, yields 10% performance increase.
0.2.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
```
<sub>keywords: tripcode, imageboard, textboard, 双葉ちゃん, futaba, 2ch, 2chan, yotsuba, 4ch, 4chan</sub>
[version]: https://img.shields.io/badge/version-v0.3.0-brightgreen.svg?style=flat)
[version]: https://img.shields.io/badge/version-v0.3.1-brightgreen.svg?style=flat)
[license]: https://img.shields.io/badge/license-GPLv3-red.svg?style=flat)
2 changes: 1 addition & 1 deletion tripforce.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ struct _global {
const struct _global GLOBAL = {
.name = "tripforce",
.desc = "tripcode bruteforcer for Futaba-style imageboards",
.version = "0.3.0",
.version = "0.3.1",
.author = "Copyright (C) 2016 microsounds <https://github.com/microsounds>",
.license = "GNU General Public License v3"
};
Expand Down

0 comments on commit c5fcb3f

Please sign in to comment.