Skip to content

Releases: Lokavaluto/monujo

1.0.0

30 Oct 14:09
Compare
Choose a tag to compare

Release 1.0.0

New

  • Add reconversion feature to reclaim national currencies from local currency. [Valentin Lab]

  • Add export wallet action to the account options menu. [Seddik]

  • Add button to download QR code from money request. [Seddik]

  • Add money request. [Seddik]

  • Focus the pin code confirmation field after filling the first pin code when setting a new pin code. [Valentin Lab]

  • Add eye icon on the right of password fields to make the password visible upon user request. [Valentin Lab]

  • Allow to discard pending wallet activation request. [Seddik Kadi]

  • Add alternative to import an existing wallet when no wallet are found. [Seddik Kadi]

  • Prevent known errors on signup page to be propagated out of control. [Valentin Lab]

  • Make pending topup reactive during payment process. [Seddik Kadi]

  • Prevent making more than one unpaid top up request. [Seddik Kadi]

  • Add shortcut in menu towards biletujo comchain administration page. [Seddik Kadi]

  • Add pending topups to dashboard. [Valentin Lab]

    Allows to keep track of previous topups, unpaid and waiting for admin
    approval. Additionally, information screen of unpaid topups allow to
    cancel or pay them.

  • Add qrcode export in PDF format. [Seddik Kadi]

  • Add QR code to quickly find recipient when preparing a payment. [Seddik Kadi]

  • Add transaction confirmation screen after sending money and on all past transaction. [Seddik Kadi]

  • Add date and time information in pending credit request validation page. [Seddik Kadi]

  • Add signUpUrl config option to enforce a custom url. [Seddik Kadi]

  • Display in the dashboard a confirmation message about wallet creation status. [Seddik Kadi]

  • Integrate sign-up process. [Seddik Kadi]

  • Integrate reset password process. [Seddik Kadi]

  • Enforce administrative backend's maximum top-up amount. [Valentin Lab]

  • Add transactions filter by recipient. [Seddik Kadi]

  • support of back button in android in most screens. [Valentin Lab]

  • Add "About" window displaying version and app description with entry in the dropdown menu. [Seddik Kadi]

  • Add auto-refresh to dashboard's account and transaction lists. [Seddik Kadi]

  • Add pending status on transactions. [Seddik Kadi]

  • Add ability to hide profile link, reset password and create account. [Valentin Lab]

  • Add export transactions via file or mobile sharing options. [Seddik Kadi]

  • Enforce administrative backend's minimum credit amount when set [Seddik Kadi]

  • Add biometric authentication for login when available. [Valentin Lab]

  • Add french translation file. [Valentin Lab]

  • Add auto detection of system language by default. [Valentin Lab]

  • Add user settings to select language if more than one available. [Valentin Lab]

  • Add translation documentation and tools to manage languages. [Valentin Lab]

  • Load dynamically translations from external sources. [Valentin Lab]

  • Translate application to english. [Valentin Lab]

  • Support full css customization. [Seddik Kadi]

  • Notify the user if he is sending money to an inactive account. [Gwen Coffy]

  • Add local pin authentication feature. [Valentin Lab]

  • Add create account and reset password buttons (fixes: #224) [Seddik Kadi]

  • Fill email with last email provided (fixes: #237) [Seddik Kadi]

  • Add create account link in dashboard in case no wallet found (fixes: #227) [Seddik Kadi]

Release candidate 1.0.0-rc.17

11 Sep 16:37
Compare
Choose a tag to compare
Pre-release

New

  • Add reconversion feature to reclaim national currencies from local currency. [Seddik]

  • Add export wallet action to the account options menu. [Seddik]

Changes

  • Add possibility to hide top-up button in config.json [Seddik]

Fix

  • Prevent most inconsistencies with the balance instability and illusion of acceptance of pathological transactions. [Valentin Lab]

  • Prevent lingering error message after user updates the amount input field. [Valentin Lab]

  • Prevent some error condition when entering amount to block transfer button action. [Valentin Lab]

  • Prevent user to create 2 comchain account with 2 fast button click. [Valentin Lab]

  • Prevent possible unconsistent double message on account activation. [Valentin Lab]

  • Prevent pathologic amounts to be entered in amount widget. [Seddik]

Release candidate 1.0.0-rc.16

09 Jul 17:01
Compare
Choose a tag to compare
Pre-release

New

  • Add money request. [Seddik]

Changes

  • Replace the word withdraw by delete in pending top-up. [Seddik]

Fix

  • Display specific pop-up error message in case we don't receive a confirmation message. [Seddik]

    Once the transaction is successfully sent, we are checking afterwards
    if it is correctly registered on the financial backend. It this check
    fails, we must explain the situation clearly to the user as the
    transaction was probably correctly processed, but our failing check,
    should probably raise the vigilance of the user.

  • Ensure transaction's acceptance by checking current balance and not projected balance. [Seddik]

    Pending transactions might not be processed in chronological order in
    some financial backends. This can lead to transactions to be rejected
    due to monujo showing the projected balance. This fix will check the
    real balance (without the pending transactions) before sending a new
    transaction.

  • Ensure to remove the pending check mark on pending transaction. [Seddik]

    This was broken in 1.0.0-rc.15

  • Refresh pending top-up list along with transaction list. [Valentin Lab]

Release candidate 1.0.0-rc.15

04 Mar 07:31
Compare
Choose a tag to compare
Pre-release

New

  • Focus the pin code confirmation field after filling the first pin code when setting a new pin code. [Valentin Lab]

  • Add eye icon on the right of password fields to make the password visible upon user request. [Valentin Lab]

  • Allow to discard pending wallet activation request. [Seddik Kadi]

  • Add alternative to import an existing wallet when no wallet are found. [Seddik Kadi]

  • Prevent known errors on signup page to be propagated out of control. [Valentin Lab]

Changes

  • Redirect user to the login page after reset password process. [Seddik Kadi]

  • Change information message in create wallet page. [Seddik Kadi]

Fix

  • Prevent submission of email addresses with capital letters on Login and Reset Password pages. [Seddik Kadi]

  • Disable auto-capitalization in email field on reset password page for mobile keyboards. [Seddik Kadi]

  • Display error messages upon favorite status change. [Valentin Lab]

    This was a regression, and the error messages where not translated.

  • Handle error message upon failure of create request validation. [Valentin Lab]

  • Catch correctly invalid email errors when resetting password with an unknown email. [Valentin Lab]

    On a localized odoo administrative backend, and with a non-English
    browser, the error was missed, and incorrectly reported as a
    connection failure.

Release candidate 1.0.0-rc.14

05 Dec 09:54
Compare
Choose a tag to compare
Pre-release

New

  • Make pending topup reactive during payment process. [Seddik Kadi]

  • Prevent making more than one unpaid top up request. [Seddik Kadi]

  • Add shortcut in menu towards biletujo comchain administration page. [Seddik Kadi]

  • Add pending topups to dashboard. [Valentin Lab]

    Allows to keep track of previous topups, unpaid and waiting for admin
    approval. Additionally, information screen of unpaid topups allow to
    cancel or pay them.

  • Add qrcode export in PDF format. [Seddik Kadi]

Changes

  • Change signup button on login page to a less prevalent question link mentioning membership. [Valentin Lab]

    Some user have been confused by the wording and the prevalence of the
    previous signup button and were drawn to create a second account after
    creating their account on the administrative backend previously.

Fix

  • Loading screen would not disappear when payment did not succeed. [Valentin Lab]

    This was a regression from rc.13

Release candidate 1.0.0-rc.13

23 Nov 09:19
Compare
Choose a tag to compare
Pre-release

New

  • Add QR code to quickly find recipient when preparing a payment. [Seddik Kadi]

  • Add transaction confirmation screen after sending money and on all past transaction. [Seddik Kadi]

  • Add date and time information in pending credit request validation page. [Seddik Kadi]

Fix

  • Repair map navigation bar display on android and iOS. [Seddik Kadi]

    Note that iOS orientation is now fixed to portrait to avoid having
    to deal with endless issues with notches.

Release candidate 1.0.0-rc.12

04 Jul 13:32
Compare
Choose a tag to compare
Pre-release

New

  • Add signUpUrl config option to enforce a custom url. [Seddik Kadi]

  • Make account selectable in account list. [Valentin Lab]

Fix

  • Prevent unnecessary request to know if we can signup when button is hidden through config. [Seddik Kadi]

Release candidate 1.0.0-rc.11

22 May 07:07
Compare
Choose a tag to compare
Pre-release

New

  • Display error message if translations can't be found. [Valentin Lab]

  • Display in the dashboard a confirmation message about wallet creation status. [Seddik Kadi]

  • Integrate sign-up process in app. [Seddik Kadi]

  • Enforce administrative backend's maximum top-up amount. [Valentin Lab]

  • Integrate reset password process in app. [Seddik Kadi]

  • Add transactions filter by recipient. [Seddik Kadi]

  • Better support of back button in android in most screens. [Valentin Lab]

  • Add "About" window displaying version and app description with entry in the dropdown menu. [Seddik Kadi]

  • Add a new color variable for switches background. [Valentin Lab]

    Before, it would use color-1, now you can use switch-bg-color
    to configure independently the background color of switches. By default,
    it'll use the color-1 color. So existing themes are unchanged.

  • Add auto-refresh to dashboard's account and transaction lists. [Seddik Kadi]

  • Add pending status on transactions. [Seddik Kadi]

  • Add ability to hide profile link, reset password and create account. [Valentin Lab]

Changes

  • Add currency name for validation credit request pop-up. [Seddik Kadi]

  • Change slightly the phrasing of the search recipient input placeholder in pay modal. [Seddik Kadi]

  • Move the transaction list modal in separate component. [Seddik Kadi]

  • Improve login page render speed. [Valentin Lab]

  • Merge export feature into transaction list. [Valentin Lab]

  • Move the refresh icon when scrolling in transaction list from modal footer to the bottom of the list. [Seddik Kadi]

Fix

  • Support displaying fancy characters in app name. [Valentin Lab]

  • Prevent invisible amount after setting one and switching account in top up modal. [Seddik Kadi]

  • Make loader's spinning wheel appear below modals and footer. [Valentin Lab]

  • Prevent "See more" button disappearing on refresh transaction list. [Seddik Kadi]

  • Set focus automatically on search field in pay modal. [Seddik Kadi]

  • Translate page titles in web app. [Seddik Kadi]

  • Make amount placeholder less confusing. [Seddik Kadi]

  • Fix incorrect error message upon password length when creating account. [Valentin Lab]

  • Change transaction's date format to full ISO in exported file. [Seddik Kadi]

  • Display correct results while searching for recipient. [Seddik Kadi]

  • Prevent cause for possible stalling when loading dashboard on comchain. [Valentin Lab]

  • Repair scroll in transaction list. [Seddik Kadi]

  • Make unwanted double credit less likely when admin validates a credit request. [Valentin Lab]

  • Prevent error in transaction list when it contains a transaction towards a deleted cyclos user. [Valentin Lab]

Release candidate 1.0.0-rc.10

18 Jan 11:34
Compare
Choose a tag to compare
Pre-release

New

  • Add begin and end dates to message sent when sharing bounded transaction list. [Seddik Kadi]

Changes

  • Add ability to browse by time range in transaction list export feature. [Valentin Lab]

    As a shortcut for selecting the time range in transaction history to
    export, you can now select directly current month, or past month and
    move your export frame selection back and forth by units. This works the
    same for days, weeks and years.

Fix

  • Make unwanted double payment less likely. [Valentin Lab]

  • Select whole month periods for export transactions. [Valentin Lab]

    This was not always the case. After a daylight saving time change
    was applied, the month selection tool would forget about the 31.

  • Prevent an error message when exporting all transaction. [Valentin Lab]

    This was happening only after popping up the calendar widget and
    closing it.

  • Correct bogus mention of "name" in credit request accepted message. [Valentin Lab]

Release candidate 1.0.0-rc.9

05 Jan 10:46
Compare
Choose a tag to compare
Pre-release

New

  • Add date to export transactions file name. [Seddik Kadi]

  • Enforce administrative backend's minimum credit amount when set (fixes #213) [Seddik Kadi]

Changes

  • Move all modal's buttons to footer. [Seddik Kadi]

    • fix some ergonomic issues where icons could be invisible when
      located in the modal title bar
    • add CSS theme variables to customize the modal button's color

Fix

  • Prevent transaction download loading animation to appear under the datepicker in export CSV modal (fixes #309) [Seddik Kadi]

  • Remove download button for csv export on android until permission issue solved. [Seddik Kadi]

    mobile platforms still can share export file.

  • Prevent altering displayed transaction list when generating export file (fixes #279) [Seddik Kadi]

  • Remove reference to "Odoo" in top up message to avoid unnecessary technical terms. [Seddik Kadi]