Skip to content

Releases: laqieer/libsavgba

v3.3.0

05 Jul 17:33
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.3.0 (2021-07-05)

Features

  • add support to show error codes and error messages (9e21e59)
  • add verify in eeprom_write (3fbd992)
  • support cross-sector flash write (0c7e19a)

3.2.0 (2021-07-05)

Features

  • add an extra tool: detect-save-type (da45a5a)

3.1.2 (2021-07-03)

Bug Fixes

  • fix 512B EEPROM's compatibility with EverDrive-GBA X5 (a2e9b30)

3.1.1 (2021-07-03)

Bug Fixes

  • fix Flash's compatibility with vba and vba-m (8f9d5e9)

3.1.0 (2021-07-03)

Features

  • add backup media support for Atmel's Flash (e77831e)

3.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add eeprom_init(), rename eeprom_512_read() and eeprom_8K_read() to eeprom_read(),
    rename eeprom_512_write() and eeprom_8K_write() to eeprom_write()

Features

  • add 10ms timeout for eeprom_write() (8053a4d)
  • unify read and write function for backup media EEPROM (66abae8)

Bug Fixes

  • fix detection after write data to EEPROM (4e32a74)
  • fix out of range detection (2263825)

2.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add a parameter to specify the flash size to flash_init(), just pass 0 if you
    don't want to specify it, then it will be detected automatically by flash chip identification
    operation

Features

  • add backup media support for 128KB Flash (faefc2b)

1.2.0 (2021-07-02)

Features

  • add backup media support for 64KB Flash (e104422)

1.1.0 (2021-06-30)

Features

  • add backup media support for EEPROM (dbe36a0)

Bug Fixes

  • fix Cart Backup IDs (2c94c88)
  • fix infinite loop in eeprom_write (40fb7fe)

1.0.0 (2021-06-29)

Features

  • add backup media support for SRAM (91a9e57)

v3.2.0

05 Jul 04:12
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.2.0 (2021-07-05)

Features

  • add an extra tool: detect-save-type (da45a5a)

3.1.2 (2021-07-03)

Bug Fixes

  • fix 512B EEPROM's compatibility with EverDrive-GBA X5 (a2e9b30)

3.1.1 (2021-07-03)

Bug Fixes

  • fix Flash's compatibility with vba and vba-m (8f9d5e9)

3.1.0 (2021-07-03)

Features

  • add backup media support for Atmel's Flash (e77831e)

3.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add eeprom_init(), rename eeprom_512_read() and eeprom_8K_read() to eeprom_read(),
    rename eeprom_512_write() and eeprom_8K_write() to eeprom_write()

Features

  • add 10ms timeout for eeprom_write() (8053a4d)
  • unify read and write function for backup media EEPROM (66abae8)

Bug Fixes

  • fix detection after write data to EEPROM (4e32a74)
  • fix out of range detection (2263825)

2.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add a parameter to specify the flash size to flash_init(), just pass 0 if you
    don't want to specify it, then it will be detected automatically by flash chip identification
    operation

Features

  • add backup media support for 128KB Flash (faefc2b)

1.2.0 (2021-07-02)

Features

  • add backup media support for 64KB Flash (e104422)

1.1.0 (2021-06-30)

Features

  • add backup media support for EEPROM (dbe36a0)

Bug Fixes

  • fix Cart Backup IDs (2c94c88)
  • fix infinite loop in eeprom_write (40fb7fe)

1.0.0 (2021-06-29)

Features

  • add backup media support for SRAM (91a9e57)

v3.1.2

03 Jul 15:58
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.2 (2021-07-03)

Bug Fixes

  • fix 512B EEPROM's compatibility with EverDrive-GBA X5 (a2e9b30)

3.1.1 (2021-07-03)

Bug Fixes

  • fix Flash's compatibility with vba and vba-m (8f9d5e9)

3.1.0 (2021-07-03)

Features

  • add backup media support for Atmel's Flash (e77831e)

3.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add eeprom_init(), rename eeprom_512_read() and eeprom_8K_read() to eeprom_read(),
    rename eeprom_512_write() and eeprom_8K_write() to eeprom_write()

Features

  • add 10ms timeout for eeprom_write() (8053a4d)
  • unify read and write function for backup media EEPROM (66abae8)

Bug Fixes

  • fix detection after write data to EEPROM (4e32a74)
  • fix out of range detection (2263825)

2.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add a parameter to specify the flash size to flash_init(), just pass 0 if you
    don't want to specify it, then it will be detected automatically by flash chip identification
    operation

Features

  • add backup media support for 128KB Flash (faefc2b)

1.2.0 (2021-07-02)

Features

  • add backup media support for 64KB Flash (e104422)

1.1.0 (2021-06-30)

Features

  • add backup media support for EEPROM (dbe36a0)

Bug Fixes

  • fix Cart Backup IDs (2c94c88)
  • fix infinite loop in eeprom_write (40fb7fe)

1.0.0 (2021-06-29)

Features

  • add backup media support for SRAM (91a9e57)

v3.1.1

03 Jul 14:07
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.1 (2021-07-03)

Bug Fixes

  • fix Flash's compatibility with vba and vba-m (8f9d5e9)

3.1.0 (2021-07-03)

Features

  • add backup media support for Atmel's Flash (e77831e)

3.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add eeprom_init(), rename eeprom_512_read() and eeprom_8K_read() to eeprom_read(),
    rename eeprom_512_write() and eeprom_8K_write() to eeprom_write()

Features

  • add 10ms timeout for eeprom_write() (8053a4d)
  • unify read and write function for backup media EEPROM (66abae8)

Bug Fixes

  • fix detection after write data to EEPROM (4e32a74)
  • fix out of range detection (2263825)

2.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add a parameter to specify the flash size to flash_init(), just pass 0 if you
    don't want to specify it, then it will be detected automatically by flash chip identification
    operation

Features

  • add backup media support for 128KB Flash (faefc2b)

1.2.0 (2021-07-02)

Features

  • add backup media support for 64KB Flash (e104422)

1.1.0 (2021-06-30)

Features

  • add backup media support for EEPROM (dbe36a0)

Bug Fixes

  • fix Cart Backup IDs (2c94c88)
  • fix infinite loop in eeprom_write (40fb7fe)

1.0.0 (2021-06-29)

Features

  • add backup media support for SRAM (91a9e57)

v3.1.0

03 Jul 11:30
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.0 (2021-07-03)

Features

  • add backup media support for Atmel's Flash (e77831e)

3.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add eeprom_init(), rename eeprom_512_read() and eeprom_8K_read() to eeprom_read(),
    rename eeprom_512_write() and eeprom_8K_write() to eeprom_write()

Features

  • add 10ms timeout for eeprom_write() (8053a4d)
  • unify read and write function for backup media EEPROM (66abae8)

Bug Fixes

  • fix detection after write data to EEPROM (4e32a74)
  • fix out of range detection (2263825)

2.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add a parameter to specify the flash size to flash_init(), just pass 0 if you
    don't want to specify it, then it will be detected automatically by flash chip identification
    operation

Features

  • add backup media support for 128KB Flash (faefc2b)

1.2.0 (2021-07-02)

Features

  • add backup media support for 64KB Flash (e104422)

1.1.0 (2021-06-30)

Features

  • add backup media support for EEPROM (dbe36a0)

Bug Fixes

  • fix Cart Backup IDs (2c94c88)
  • fix infinite loop in eeprom_write (40fb7fe)

1.0.0 (2021-06-29)

Features

  • add backup media support for SRAM (91a9e57)

v3.0.0

02 Jul 16:26
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add eeprom_init(), rename eeprom_512_read() and eeprom_8K_read() to eeprom_read(),
    rename eeprom_512_write() and eeprom_8K_write() to eeprom_write()

Features

  • add 10ms timeout for eeprom_write() (8053a4d)
  • unify read and write function for backup media EEPROM (66abae8)

Bug Fixes

  • fix detection after write data to EEPROM (4e32a74)
  • fix out of range detection (2263825)

2.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add a parameter to specify the flash size to flash_init(), just pass 0 if you
    don't want to specify it, then it will be detected automatically by flash chip identification
    operation

Features

  • add backup media support for 128KB Flash (faefc2b)

1.2.0 (2021-07-02)

Features

  • add backup media support for 64KB Flash (e104422)

1.1.0 (2021-06-30)

Features

  • add backup media support for EEPROM (dbe36a0)

Bug Fixes

  • fix Cart Backup IDs (2c94c88)
  • fix infinite loop in eeprom_write (40fb7fe)

1.0.0 (2021-06-29)

Features

  • add backup media support for SRAM (91a9e57)

v2.0.0

02 Jul 14:45
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2021-07-02)

⚠ BREAKING CHANGES

  • add a parameter to specify the flash size to flash_init(), just pass 0 if you
    don't want to specify it, then it will be detected automatically by flash chip identification
    operation

Features

  • add backup media support for 128KB Flash (faefc2b)

1.2.0 (2021-07-02)

Features

  • add backup media support for 64KB Flash (e104422)

1.1.0 (2021-06-30)

Features

  • add backup media support for EEPROM (dbe36a0)

Bug Fixes

  • fix Cart Backup IDs (2c94c88)
  • fix infinite loop in eeprom_write (40fb7fe)

1.0.0 (2021-06-29)

Features

  • add backup media support for SRAM (91a9e57)

v1.2.0

02 Jul 08:56
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2021-07-02)

Features

  • add backup media support for 64KB Flash (e104422)

1.1.0 (2021-06-30)

Features

  • add backup media support for EEPROM (dbe36a0)

Bug Fixes

  • fix Cart Backup IDs (2c94c88)
  • fix infinite loop in eeprom_write (40fb7fe)

1.0.0 (2021-06-29)

Features

  • add backup media support for SRAM (91a9e57)

v1.1.0

30 Jun 11:41
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2021-06-30)

Features

  • add backup media support for EEPROM (dbe36a0)

Bug Fixes

  • fix Cart Backup IDs (2c94c88)
  • fix infinite loop in eeprom_write (40fb7fe)

1.0.0 (2021-06-29)

Features

  • add backup media support for SRAM (91a9e57)

v1.0.0

29 Jun 14:43
Compare
Choose a tag to compare
chore(release): 1.0.0