Skip to content

Releases: joanisc/loyaltyCardsOpen

Added EAN codebar support

15 Sep 20:18

Choose a tag to compare

Added EAN13 codebar support as image.
Prepared for a future installation script
All user data saved on /usr/share/loyaltucardsopen/

v0.1.5

12 Sep 19:07

Choose a tag to compare

App working with some bugs corrected.
New css themes feature. Thanks @ragreenburg
You can choose your theme by editing /usr/share/loyaltycardsopen/css/main.css

Last deb file with the app more usable now

24 Jan 19:40

Choose a tag to compare

Last deb file with the app more usable now

beta v0.2

20 Dec 18:34

Choose a tag to compare

Version beta v0.2

  1. The program is able to save cards and show it later.
  2. Able to edit and delete cards.
  3. Resized picture when clicked.

Tested on Mobian testing (Pinephone)

-To install from loyaltyCardsOpen.deb

$sudo dpkg -i loyaltycardsopen_0.1.1-1_all.deb

v0.1.1-beta

08 Dec 21:00

Choose a tag to compare

v0.1.1-beta Pre-release
Pre-release

The App now is now correctly visible and usable in Pinephone.

Ability to add, edit and delete cards.

Tested on Mobian testing on Pinephone

v0.1.1-alpha

22 Nov 18:53

Choose a tag to compare

v0.1.1-alpha Pre-release
Pre-release

Changed python to python3 and now is working on mobian bullseye.
The appearance is not satisfactory in a mobile device but it at least open and functional now.
A deb file atteched for an easy installation.

v0.1-alpha

17 Oct 11:53

Choose a tag to compare

v0.1-alpha Pre-release
Pre-release

Version 0.1
The program is able to save cards and show it later.

Tested on Ubuntu 18.04

  • To install from loyaltyCardsOpen.deb

$sudo dpkg -i loyaltycardsopen_0.1.0-1_all.deb

  • To install from tar.xz
  1. Unzip :

$ tar -xf loyaltyCardsOpen.tar.xz

  1. Enter to the extracted folder

$cd loyaltyCardsOpen

  1. Install dependecies: (SQLite, Python 2.6)

$python setup.py

  1. Run program:

$python loyaltyCards.py

  • Or just clone this repo and execute loyaltyCards.py