Skip to content

Releases: savaughn/pokerom-trader

Release v0.4.0

22 Oct 04:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

19 Oct 02:12
e2e29f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.3.0

Release v0.2.3

15 Oct 04:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

Release v0.2.2

12 Oct 04:43
284ad5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

Release v0.2.1

09 Oct 18:29
Compare
Choose a tag to compare

What's Changed

  • added config.ini for persistent save dir location by @savaughn in #24

default saves folder is now located in ~/Library/PokeromTrader/saves
You can change the save location in app or in ~/Library/PokeromTrader/config.ini

Release v0.2.0

06 Oct 04:46
1e77504
Compare
Choose a tag to compare

What's Changed

  • Added Generation 1 support

Release v0.1.1

01 Oct 16:19
Compare
Choose a tag to compare

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

image

Release v0.1.0

30 Sep 16:44
Compare
Choose a tag to compare

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

29 Sep 05:38
8a60aca
Compare
Choose a tag to compare

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)
Screenshot 2023-09-29 at 12 44 41 AM
Screenshot 2023-09-29 at 12 46 19 AM

0.0.0-beta_01

23 Sep 20:32
Compare
Choose a tag to compare

This is the bare minimum of what would be considered an app. It won't do anything. This project is far from usable.