Skip to content

Releases: moneymanagerex/web-money-manager-ex

v1.2.2

12 Feb 19:24
29bea24
Compare
Choose a tag to compare

Version 1.2.2

  • PHP 8.1 support

Version 1.2.1

  • FIX remove duplicate "return to menu" button after adding new transaction
  • ADD better visual styling for new transaction confirmation screen

Version 1.2.0

  • ADD introduce unified "back to menu" and "logout" buttons
  • ADD fit "new transaction" screen to a single non-scrolling page on smartphones in portrait mode
  • ADD use unified "back to menu" and "logout" buttons at "new transaction" page, remove duplicate page title
  • ADD fit "about" and "guide" screen to a single non-scrolling page
  • ADD unify header and footer usage across all pages with proper reference to css and js versions
  • ADD app name as global settings
  • ADD more html at empty page of transactions list
  • ADD exclude pattern for git takes any files that starts with configuration_user.php*
  • ADD unify page titles and sync them to a pre-defined list
  • ADD split functions' classes into separate files
  • ADD place Menu button at the top of all pages
  • DEL legacy css v.0.9.9
  • DEL unnecessary page title manually written

Version 1.1.2

  • FIX function name "subactegory_select_all"

Version 1.1.1

  • FIX: Typo in spelling of "transaction" word.
  • FIX: New line character to be translated properly.

Version 1.1.0

  • ADD: Improve most obvious UX issues
  • ADD: Subcategory is optional
  • ADD: New Transaction with faster selection from dropdowns
  • ADD: Date in transaction list is a subheader instead of separate column
  • ADD: Hide some columns in transaction list for small screens e.g. smartphone portrait
  • FIX: Category without Subcategories is correctly sync'ed from Desktop
  • FIX: Change synchronous http request with async (BETA)
  • FIX: Change quotes to single for better performance (this will be continued and won't be announced separately)
  • DEL: Closing php tags for better security (this will be continued and won't be announced separately)
  • ADD: Unified header and footer
  • ADD: Default transaction status is now "None" instead of "Reconciled"
  • ADD: Edit transaction in 1 click
  • ADD: Duplicate transaction
  • ADD: sort list DESC for people and ASC for import in Desktop

v1.0.4

27 Feb 09:49
Compare
Choose a tag to compare
  • Add native Android mobile app tag

v1.0.3

31 Dec 19:21
Compare
Choose a tag to compare
  • iOS WebApp openend links in native browser instead of the App
  • Autofocus (HTML5) to username on login screen
  • New transaction: Account was not disabled in ToAccount (Transfer)
  • Changed links to other pages from button into href
  • Added validation all required fields are valid, this prevents the option to submit form in non-Chrome browser
  • Empty Payee value when changing type to Transfer
  • Upgrade 3rd part dependencies

v1.0.2

27 Aug 17:37
Compare
Choose a tag to compare
  • Added return to menu buttons
  • Added functionality to disable the same (To)Account when adding new transactions, prevent a transaction to be moved from account A to A
  • Rewrite tooltip display (transaction list)
  • Show / hide edit and delete button (transaction list)

v1.0.1

05 Oct 10:12
Compare
Choose a tag to compare
  • Attachments support

v1.0.0

16 Aug 19:02
Compare
Choose a tag to compare

Version 1.0.0

  • Support wide characters
  • PHP > 5.4 is needed