Releases: savaughn/pokerom-trader
Release v0.4.0
Release v0.3.0
Release v0.2.3
What's Changed
- Added random DV override by @savaughn in #37
- Fixed warnings and added comments by @savaughn in #38
- Added support for gen 2 trade evolutions by @savaughn in #39
- added legal text by @savaughn in #40
- Added setting to disable the required item for evolutions by @savaughn in #41
Full Changelog: v0.2.2...v0.2.3
Release v0.2.2
Release v0.2.1
Release v0.2.0
What's Changed
- Added Generation 1 support
Release v0.1.1
First Release with executable app.
create or move saves folder to a short path something like user root or documents or desktop, then supply the full path to the saves folder in the app settings change directory screen. Ignore the message about relative. supply the absolute path.
e.g.
/Users/yourname/saves
/Users/yourname/Documents/saves
/Users/yourname/Desktop
Release v0.1.0
Source files consolidated
About screen added
To run this release,
In terminal, go to directory with executable and make pokeromtrader executable.
cd pokeromtrader/
chmod +x pokeromtrader
You can execute by terminal with ./pokeromtrader or by clicking the executable.
macos will block it. You'll need to
right-click -> open on pksav.dylib and allow it
right-click -> open pokeromtrade and allow it
you can also allow it in settings -> Privacy & Security -> security section (they appear after attempting to open or run them)
Pokerom Trader 0.0.1
To run this release,
In terminal, go to directory with executable and make pokeromtrader
executable.
cd pokeromtrader/
chmod +x pokeromtrader
You can execute by terminal with ./pokeromtrader
or by clicking the executable.
macos will block it. You'll need to
- right-click -> open on pksav.dylib and allow it
- right-click -> open pokeromtrade and allow it
you can also allow it in settings -> Privacy & Security -> security section (they appear after attempting to open or run them)
0.0.0-beta_01
This is the bare minimum of what would be considered an app. It won't do anything. This project is far from usable.