+
Skip to content

Releases: exurd/alcubierre

v1.2.3

17 Aug 13:17
v1.2.3
0887da5
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v1.2.3

* 0887da5 - play_sound: get absolute base path (12 minutes ago)
* 1cc13ae - __main__: set default cache location to work dir (3 weeks ago)
* a497169 - __main__: update __copyright__ (3 weeks ago)
* 640c8aa - apt_reqs: lint warning message to multiple lines (3 weeks ago)
* c6c98a5 - remove docs\advanced_requirements.txt (3 weeks ago)
* 38cfeee - (new_user_types, multicheck_badges) lint: sort imports by name (3 weeks ago)

and yes, i know i skipped 1.2.2

v1.2.1

29 Jul 23:36
v1.2.1
83d9c81
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

* 83d9c81 - __main__: fix .env mischeck (8 minutes ago)
* 80a6c64 - api_reqs: pretty format json examples (5 days ago)
* a20b94d - sounds/piano: truncate silence (4 weeks ago)
* f5575b1 - enable dependabot for pip packages (4 weeks ago)

v1.2.0

01 Jul 15:24
v1.2.0
2d2de0b
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.2.0

* 2d2de0b - data_save.py: only import pickle (17 minutes ago)
* b2dc436 - play_sound.py: only import playsound3 (17 minutes ago)
* 128c057 - simplify requirements.txt (20 minutes ago)
* 6c1d3b2 - discontinue support for python 3.6 and 3.7 (20 minutes ago)
* 8600e05 - readme: better install instructions (5 days ago)
* 44364f5 - readme: update install instructions (8 days ago)

v1.1.0

23 Jun 22:25
v1.1.0
8a41c90
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

* 8a41c90 - remove support for windows 7, 8, 8.1 and macos 10.13 (24 minutes ago)
* 2dee5f5 - update copyright year (27 minutes ago)
* 4cde8be - pyproject.toml: update license metadata to PEP 639 standards (29 minutes ago)
* 9972c90 - pyproject.toml: add [project.scripts] (32 minutes ago)
* a0e2a6d - deal_with_badge: move "badge in inventory" check to last place (4 months ago)
* 735b747 - pyproject.toml: remove tool.versioningit.format (6 months ago)
* 665917d - use versioningit for versioning (6 months ago)
* 658ed74 - move code to `src/alcubierre/` (6 months ago)
* ee6d364 - requirements.txt update psutil to 6.1.1 (6 months ago)
* 5d862d8 - create pyproject.toml, move code to own folder (6 months ago)
* 94f36d0 - log debug messages to file (7 months ago)
* 25a409c - Set __version__ to `v1.0.0-dev` (7 months ago)

v1.0.0

24 Nov 16:17
c6ef903
Compare
Choose a tag to compare

Full Changelog: https://github.com/exurd/alcubierre/commits/v1.0.0

* c6ef903 - Release v1.0.0 (4 minutes ago)
* 66c8487 - api_reqs: use inventory api for asset badges (29 minutes ago)
* b6aef88 - cleanup and fix typos (64 minutes ago)
* 6a418b0 - requirements.txt: update psutil, fix playsound on windows python 3.6 (12 hours ago)
* 04ac281 - use snake_case for modules (17 hours ago)
* ecd2df6 - delint code (17 hours ago)
* 8113461 - DEVELOPMENT.md: fix command to be multi-platform (3 days ago)
* 347d9d9 - Merge pull request #8 from exurd/playsound (3 days ago)  
* a3bfd8d - (playsound) playSound: fix support for 3.6 (use `playsound`) (3 days ago)
* fb63134 - use playsound3 instead of pygame (3 days ago)
* 6e43493 - documentation: improve pyinstaller section (3 days ago)  
* 6c3e9b5 - initial documentation (13 days ago)
* e7b386f - dataSave: pylance ignore pickle5 (13 days ago)
* 052f00f - ...add missing comma (13 days ago)
* 13fe0ed - rbxTypes: add "player::" to rbxType.USER (13 days ago)
* 5afdc4b - add pyinstaller support (13 days ago)
* 4f3f92b - check if env entries are not empty (13 days ago)
* 47cdb41 - __main__: fix help typos (13 days ago)
* bdcb230 - scriptLoop: replace type() with isinstance() (13 days ago)
* d6656aa - add argument --very-verbose (13 days ago)
* 8e815de - fix filler strings breaking the loop (13 days ago)
* 65ce9ad - __main__: add url support (13 days ago)
* 21e17fd - __main__: add metavar for -at and -vt (13 days ago)
* 405d240 - rbxTypes: revamp w/ support for groups/users (#5) (13 days ago)
* 2474e16 - loadEnv: separate checks (2 weeks ago)
* d27ea92 - revamp apiReqs (2 weeks ago)
* 7f25e7f - processHandle: dedupe sober_command (3 weeks ago)
* 4174c01 - dealWithUniverse: add votethreshold (3 weeks ago)
* 4e842a7 - add argument: --vote-threshold (3 weeks ago)
* a1a3cc4 - fix <3.12 f-string syntax error, use pickle5 (3 weeks ago)
* 55f7016 - fix license double space in __long_license__ (3 weeks ago)
* 84d1170 - utilise one liner statements (3 weeks ago)
* 00c9b90 - add argument: --save-response-cache (3 weeks ago)
* ecf5c5a - add sound support (3 weeks ago)
* 2421164 - incorporate gpl notices (4 weeks ago)
* 08e50b7 - add comment headers to code (5 weeks ago)
* b8484a8 - only detect one badge universe on `badge::` lines (5 weeks ago)
* a77b3f3 - __main__: change argument for one badge detection (5 weeks ago)
* 9c07dca - processHandle: tell bloxstrap to open roblox player and not it's launch menu (5 weeks ago)
* 6bf34a1 - processHandle: support macos (#2) (5 weeks ago)
* 4159727 - close roblox on one-badge collect (5 weeks ago)
* 8e04b50 - add sober (linux) support (5 weeks ago)
* e7f09ea - support python 3.6 and above (7 weeks ago)
* f8b86fd - ignore .conda folder (7 weeks ago)
* 211463d - processHandle: fix fstring break in python 3.11 (7 weeks ago)
* b5fa667 - add open in browser functionality to scriptLoop (7 weeks ago)
* fd84519 - apiReqs: cleanup and add more caches (7 weeks ago)
* fee156c - fix id saving as string in dataSave files (7 weeks ago)
* c158f15 - add option for autoclosing games with one badge to collect (7 weeks ago)
* ad0bec5 - separate user caches into different folders (7 weeks ago)
* d8cd458 - fix verbose printing on __main__.py (7 weeks ago)
* b606532 - scriptLoop: add checks for gotten_badges, played_places (7 weeks ago)
* 0c6d7dd - apiReqs, getEconomyInfo: check right cache and make sure cached responses are made compatible if requested (7 weeks ago)
* 5290518 - add annotations to functions (7 weeks ago)
* aad0a39 - rbxtypes: remove debug comments, add annotations to functions (7 weeks ago)
* 4e46ffd - fix typo on --no-bloxstrap help (7 weeks ago)
* e234418 - add .gitignore settings for vscode (7 weeks ago)
* f796f8d - initial prototype (7 weeks ago)
* 1ad14db - Initial commit (3 months ago)
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载