Gnoll

Latest version: v4.5.3

Safety actively analyzes 638379 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 8

2.12.0

Not secure
This release improves the internals of GNOLL's randomness

- default random function using PCG, increased statistical consistency, increased compexity, no loss in performance.
- Arc4Random enabled for those compiling from source (not used in package managers such as pypi)
- BugFix: The original random function would provide the same number if GNOLL was executed within the same clock second as another GNOLL execution. (New release does not have this limitation)
- Documentation improvements with more examples of use.
- Internal: Analysis scripts for profiling GNOLL (performance + statistics)

What's Changed
* WIP: Windows CI (Fixes 116) by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/122
* Complete Grindon stories by Kineolyan in https://github.com/ianfhunter/GNOLL/pull/248
* Auto benchmark Vs Troll etc by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/289
* use a ms granularity seed by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/294
* Use PCG for securer, more statistically consistent random functions without performance degradation by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/295
* add secure roll option by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/296
* histogram script by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/297


**Full Changelog**: https://github.com/ianfhunter/GNOLL/compare/v2.11.1...v2.12.0

2.11.1

Not secure
What's Changed
* Updated contribution.md by CodeWAdi in https://github.com/ianfhunter/GNOLL/pull/283
* Fixes 209 by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/285
* created macro tarot cards dice by CodeWAdi in https://github.com/ianfhunter/GNOLL/pull/287
* WIP: Allow replication of results by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/262
* created and updated icon to halloween theme by CodeWAdi in https://github.com/ianfhunter/GNOLL/pull/288


**Full Changelog**: https://github.com/ianfhunter/GNOLL/compare/v2.11.0...v2.11.1

2.11.0

Not secure
This release has:
- vastly reduced crashes due to bad configurations/requests/etc. All known issues are now handled through exit error codes
- Many style fixes + warning removals
- Improvements in tests coverage
- Fixes for macros using numerals.


What's Changed
* WIP: RPGs beginning with D by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/220
* updated custom_md by CodeWAdi in https://github.com/ianfhunter/GNOLL/pull/258
* Refactor roll function by kailashchoudhary11 in https://github.com/ianfhunter/GNOLL/pull/259
* Update Perl Build to be more flexible by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/261
* created ars magica maccro by CodeWAdi in https://github.com/ianfhunter/GNOLL/pull/260
* Add extra paranoia to Make by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/263
* Verify built-in macros by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/264
* Trivial Security Issues: no shell for python subprocess by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/267
* add legacy test 2d2d2d by InfiniteVerma in https://github.com/ianfhunter/GNOLL/pull/265
* Fix 'Trailing spaces' issue in .yml files by Frey0-0 in https://github.com/ianfhunter/GNOLL/pull/268
* Enforce strict -wFormat by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/269
* Simplified test fn by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/271
* Update parser.py by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/272
* SYNTAX_ERROR error code by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/273
* Fix critical Codacy Issues by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/274
* Go style by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/276
* Hotfix: bug when fixing code style by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/277
* All errors should be captured by GNOLL and handled by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/278

New Contributors
* kailashchoudhary11 made their first contribution in https://github.com/ianfhunter/GNOLL/pull/259
* Frey0-0 made their first contribution in https://github.com/ianfhunter/GNOLL/pull/268

**Full Changelog**: https://github.com/ianfhunter/GNOLL/compare/v2.10.0...v2.11.0

2.10.0

Not secure
This release primarily brings:
- Better Error Handling
- Error Codes
- Internal Improvements (makefiles, documentation, macros)

What's Changed
* Fix python linting errors by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/235
* Update example_application.pl by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/237
* Added oracle dice macro (188) by aswarthm in https://github.com/ianfhunter/GNOLL/pull/238
* fixed the table! :) by oliviacarino in https://github.com/ianfhunter/GNOLL/pull/239
* Update Markdown Linting Rules by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/240
* WIP: generalize makefile by InfiniteVerma in https://github.com/ianfhunter/GNOLL/pull/241
* Fix memory allocation warning by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/244
* Added italian cards by Pyr0x1 in https://github.com/ianfhunter/GNOLL/pull/245
* WIP: JS Test should roll dice not just build by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/206
* Create codeql-analysis.yml by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/246
* Correct broken links by Kineolyan in https://github.com/ianfhunter/GNOLL/pull/247
* some minor improvements by Smattr in https://github.com/ianfhunter/GNOLL/pull/250
* Validate_Roll patch by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/253
* add BESM dice macro by InfiniteVerma in https://github.com/ianfhunter/GNOLL/pull/256
* add magic 8 ball macro by InfiniteVerma in https://github.com/ianfhunter/GNOLL/pull/257
* WIP: Improved Error Handling by ianfhunter in https://github.com/ianfhunter/GNOLL/pull/254

New Contributors
* aswarthm made their first contribution in https://github.com/ianfhunter/GNOLL/pull/238
* oliviacarino made their first contribution in https://github.com/ianfhunter/GNOLL/pull/239
* InfiniteVerma made their first contribution in https://github.com/ianfhunter/GNOLL/pull/241
* Pyr0x1 made their first contribution in https://github.com/ianfhunter/GNOLL/pull/245
* Kineolyan made their first contribution in https://github.com/ianfhunter/GNOLL/pull/247
* Smattr made their first contribution in https://github.com/ianfhunter/GNOLL/pull/250

**Full Changelog**: https://github.com/ianfhunter/GNOLL/compare/v2.9.0...v2.10.0

2.9.0

Not secure
What's Changed
* Adding filter tests by Falcon2k1 in https://github.com/ianfhunter/GNOLL/pull/222
* Changed the character name to Bold and GNOLL to Italic by CodeWAdi in https://github.com/ianfhunter/GNOLL/pull/231
* Fix PyPi publication of lib files by ianfhunter

New Contributors
* CodeWAdi made their first contribution in https://github.com/ianfhunter/GNOLL/pull/231

**Full Changelog**: https://github.com/ianfhunter/GNOLL/compare/v2.8.4...v2.9.0

2.8.4

Not secure
What's Changed
* fix for pip release - no cppyy

**Full Changelog**: https://github.com/ianfhunter/GNOLL/compare/v2.8.3...v2.8.4

Page 4 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.