File: io.github.eqonomize.eqonomize.metainfo.xml

package info (click to toggle)
eqonomize 1.5.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,000 kB
  • sloc: cpp: 51,232; xml: 1,013; makefile: 10; sh: 6
file content (495 lines) | stat: -rw-r--r-- 23,674 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
 <id>io.github.eqonomize.eqonomize</id>
 <metadata_license>CC0-1.0</metadata_license>
 <project_license>GPL-3.0+</project_license>
 <name>Eqonomize!</name>
 <summary>Personal Accounting</summary>
 <summary xml:lang="sv">Bokföring</summary>
 <summary xml:lang="de">Buchhaltung</summary>
 <summary xml:lang="ro">Contabilitate Personala</summary>
 <summary xml:lang="pt_BR">Contabilidade Pessoal</summary>
 <description>
  <p>Eqonomize! is a cross-platform personal accounting software, with focus on efficiency and ease of use for small households.</p>
 </description>
 <screenshots>
  <screenshot type="default">
   <image>https://eqonomize.github.io/images/accounts.png</image>
   <caption>The main window with accounts and categories visible</caption>
  </screenshot>
 </screenshots>
 <url type="homepage">https://eqonomize.github.io</url>
 <url type="bugtracker">https://github.com/Eqonomize/eqonomize/issues</url>
 <url type="help">https://eqonomize.github.io/manual/index.html</url>
 <url type="donation">https://www.paypal.me/HannaKnutsson</url>
 <developer id="io.github.qalculate">
  <name>Hanna Knutsson</name>
 </developer>
 <content_rating type="oars-1.0"/>
 <kudos>
  <kudo>HiDpiIcon</kudo>
  <kudo>ModernToolkit</kudo>
  <kudo>UserDocs</kudo>
 </kudos>
 <launchable type="desktop-id">eqonomize.desktop</launchable>
 <provides>
  <binary>eqonomize</binary>
 </provides>
 <translation type="qt">eqonomize</translation>
 <releases>
  <release version="1.5.12" date="2026-01-26">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Add category division selection (subcategories, descriptions, payees/payers, or tags) in categories comparison chart</li>
     <li>Save tags not used by any transaction</li>
     <li>Add option to convert one or multiple expenses or incomes to transfers</li>
     <li>Allow multiple categories with the same name (in different parent categories)</li>
     <li>Show negative values in pie chart (accounts comparison excluded)</li>
     <li>Scroll to bottom when opening or updating ledger with ascending order enabled</li>
     <li>Add option to show transfer in ledger of other account</li>
     <li>Fix value axis in bar chart</li>
     <li>Fix/improve handling of various category combinations displayed separately in over time report</li>
     <li>Fix properties of existing transaction updated with default value when amount is zero</li>
     <li>Fix sorting of subcategories in categories comparison report</li>
     <li>Fix reports and charts with descriptions and payees only used in scheduled transactions</li>
     <li>Fix new tag dialog on Wayland</li>
    </ul>
   </description>
  </release>
  <release version="1.5.11" date="2025-11-04">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Clear selection or filter in transactions list with Escape key</li>
     <li>Move margins from outside to inside of tabs in main window</li>
     <li>Add more cryptocurrencies</li>
     <li>Automatically increase number of decimals for currencies with exchange rate greater than €10</li>
     <li>Fix segfault when updating exchange rates while currency conversion dialog is open</li>
     <li>Fix transaction with changed associated security not moved to new security in securities and security transactions lists</li>
     <li>Fix security changes not saved when editing dividend</li>
     <li>Fix tags shown in new dividend dialog when no security is selected</li>
     <li>Fix tab title in new dividend dialog when no security is selected</li>
     <li>Fixes for numerical and monetary formats on Windows</li>
     <li>Fix compilation with MSYS/MinGW</li>
    </ul>
   </description>
  </release>
  <release version="1.5.10" date="2025-05-19">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Add option to show comment field in security transactions window</li>
     <li>Fix segfault when selecting future date with all tags source in categories comparison report</li>
     <li>Fix segfault when editing part of split transaction when payee and quantity are hidden</li>
     <li>Fix first date in occurrences and recurrence range dialogs (when the first occurrence is later than expected from current date)</li>
     <li>Add fallback URL for exchange rates from exchange-api</li>
     <li>Add English translation (for improved handling of preferred languages, and plural forms)</li>
     <li>Translate "amount" as "betrag" in German translation (avoids conflict with translation of "quantity")</li>
    </ul>
   </description>
  </release>
  <release version="1.5.9" date="2025-01-27">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Add option to hide the symbol for the main currency in monetary values</li>
     <li>Save values with up to 15 significant digits instead of a fixed number of decimals</li>
     <li>Set maximum currency decimals, and default BTC decimals, to 8</li>
     <li>Use decimals of current currencies in currency conversion fields</li>
     <li>Add option create a new account/category to account/category lists in import CSV dialog</li>
     <li>Add option to remove value from pie chart</li>
     <li>Show balancing account, if used, in ledger account list</li>
     <li>Make ledger columns movable</li>
     <li>Preserve column order when exporting list to Html</li>
    </ul>
   </description>
  </release>
  <release version="1.5.8" date="2024-10-10">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Add option to group accounts by type, bank, or currency</li>
     <li>Allowing collapsing of Assets, Liabilities, Incomes, and Expenses in Accounts &amp; Categories using double-click</li>
     <li>Option to edit assets group name (using "Edit..." menu item)</li>
     <li>Ask if user want to save changes before opening file from command line or file manager</li>
     <li>Set allowed range for ledger print time period date fields (fixes ledger print error not shown when to date is before date of first transaction)</li>
     <li>Disable close account menu item for debts</li>
     <li>Place cash, current, and credit card accounts first in account selection list when appropriate</li>
     <li>Restore dark mode setting on Windows with Qt 6</li>
     <li>Fix segfault and duplicating character when tag contains ampersand</li>
     <li>Fix initial group in new account dialog</li>
     <li>Fix opening of file with relative path from command line</li>
     <li>Fix CSV/QIF import in dark mode on Windows</li>
    </ul>
   </description>
  </release>
  <release version="1.5.7" date="2024-05-13">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Add option to close (hide) security</li>
     <li>Exclude hidden (closed) accounts from accounts view export</li>
     <li>Fallback to writing directly to existing file, without the use of a temporary file</li>
     <li>Fix segfault on new account in debt payment dialog</li>
     <li>Fix saving of quantity in dialog for transaction with multiple payments</li>
     <li>Fix value selection after prefill with default values for description, with Qt6</li>
     <li>Fix exchange rates URL</li>
    </ul>
   </description>
  </release>
  <release version="1.5.6" date="2023-12-11">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Replace defunct exchange rates sources</li>
     <li>Only update exchange rates from the ECB, unless currencies requiring other data sources are used</li>
    </ul>
   </description>
  </release>
  <release version="1.5.5" date="2023-07-10">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Update column widths after custom font selection</li>
     <li>Add option to reset column widths</li>
     <li>Use exchangerate.host as secondary exchange rate source, with mycurrency.net as backup</li>
     <li>Use fusion style by default and use system setting for dark mode on Windows with Qt >= 6.5 (64-bit installer)</li>
     <li>Fix set security share value for split transactions (null date where used)</li>
     <li>Fix custom font with gtk2 style</li>
     <li>Fix monthly total for categories divided in subcategories in categories comparison report</li>
     <li>Fix display of Unicode characters in currency names</li>
    </ul>
   </description>
  </release>
  <release version="1.5.4" date="2022-12-05">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Option to ignore duplicates during CSV file import</li>
     <li>Option in transaction filter to list duplicate transactions</li>
     <li>Option to set weekday of nth week as first day of budget month</li>
     <li>Selectable text in statistics below lists</li>
     <li>Updated French translation</li>
     <li>Fix import CSV and import QIF dialogs with dark mode on Windows</li>
     <li>Fix monthly average when first budget month is not January</li>
     <li>Fix Qt 6 build</li>
     <li>A few other minor fixes and tweaks</li>
    </ul>
   </description>
  </release>
  <release version="1.5.3" date="2022-01-03">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Dark mode (option in settings menu)</li>
     <li>Use a multiple lines for comments field in dialogs</li>
     <li>Add option to left align values in lists and add extra space between after right aligned values</li>
     <li>Clear edit fields after modification of transaction</li>
     <li>Preserve position and current item after update of ledger</li>
     <li>If category is empty import to "Uncategorized" from CSV file</li>
     <li>Disable join and edit actions when one of multiple selected transactions is a reinvested dividend</li>
     <li>Fix saving of scheduled reinvested dividend</li>
     <li>Fix import of files using date format YYYYMMDD and improve support for six character date formats without separator</li>
     <li>Fix "Ignore duplicate transactions" for reinvested dividend when importing eqz file</li>
     <li>Fix empty/missing category error message</li>
     <li>Fix tab focus for dialog buttons</li>
     <li>Fix compilation with Qt 6</li>
    </ul>
   </description>
  </release>
  <release version="1.5.2" date="2021-03-19">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Fix segfault with scheduled security transaction without recurrence</li>
     <li>Fix calculation of expression with parentheses in value entry</li>
     <li>Fix initial state of "Bank" entry when initial account type is not "Cash"</li>
     <li>Fix security rate for future dates</li>
     <li>Remove total securities rate value</li>
     <li>Open ledger on account double click regardless of column</li>
     <li>Danish translation</li>
    </ul>
   </description>
  </release>
  <release version="1.5.1" date="2020-12-07">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Add payee/payer column to dialog for transaction with multiple accounts/payments</li>
     <li>Allow separate comments for each transaction in an expense/income with multiple accounts/payments</li>
     <li>Add payee/payer field to refund/repayment dialog</li>
     <li>Minor bug fixes</li>
    </ul>
   </description>
  </release>
  <release version="1.5" date="2020-08-17">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Option to link transactions (indicates that the transactions are related and adds clickable links)</li>
     <li>Option to join or link refunds to original transaction</li>
     <li>Split up option for transactions with multiple payments</li>
     <li>Join transaction as transaction with multiply payments when appropriate (ask when uncertain)</li>
     <li>Clickable "part of split" label</li>
     <li>Brazilian Portuguese translation</li>
     <li>Fix importing if split transactions from eqz file</li>
     <li>Fix recurrence on day of year</li>
     <li>Fix potential never ending loop with monthly recurrence that never occurs</li>
     <li>Fixes for recurring transactions with multiple accounts/payments</li>
     <li>Minor bug fixes and feature improvements</li>
    </ul>
   </description>
  </release>
  <release version="1.4.3" date="2020-04-20">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Fix monthly recurrence with end date (or occurrence count), when year of end date and start date differs</li>
     <li>Fix segfault in categories comparison report when payee and quantity properties are hidden</li>
     <li>Fix order of transactions in ledger when split transaction has same date as single transaction</li>
     <li>Fix compilation without QtCharts</li>
     <li>Fix segfault when opening file after creating a new sub category</li>
     <li>Fix SSL/TSL support (required for exchanges rate updates etc.) in Windows binaries</li>
     <li>Expand parent category after creation of new sub category</li>
     <li>Do not change account group when type is selected if custom group is set</li>
     <li>Use QVariant::fromValue() instead of obsolete qVariantFromValue</li>
     <li>Replace text with path in svg files</li>
    </ul>
   </description>
  </release>
  <release version="1.4.2" date="2019-09-09">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Make it possible to select multiple separate accounts, categories, tags, descriptions, and payees/payers in reports and charts</li>
     <li>Option to display absolute values instead of percentages in pie chart</li>
     <li>Option to save import CSV settings as presets</li>
     <li>Allow fixed category (add income category selection) when importing both expenses and incomes from CSV file</li>
     <li>Security quotes import and export (in quotes dialog)</li>
     <li>Keyboard shortcut and context menu item for current date in date entries and calendar popups</li>
     <li>Fix segfault when editing scheduled transaction with current date</li>
     <li>Fix deletion of multiple transactions in ledger</li>
     <li>Fix set single transaction in edit widget for transaction with multiple accounts/payments and multiple currencies</li>
     <li>Minor bug fixes and feature improvements</li>
    </ul>
   </description>
  </release>
  <release version="1.4.1" date="2019-06-24">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Tags</li>
     <li>Custom account groups</li>
     <li>Options to show months and years as columns categories comparison report, and categories as columns in over time report</li>
     <li>Transaction duplication</li>
     <li>Show tooltips for cut off text in lists</li>
     <li>Configurable visible columns for expenses, incomes, transfers and schedule views</li>
     <li>Search in ledger</li>
     <li>Timestamp editing</li>
     <li>Make it possible to select multiple associated files and show icon when transaction has associated file</li>
     <li>Wrap-around for day and month in date fields (increments month/year)</li>
     <li>Account/category column in edit split transaction dialog</li>
     <li>Make ledger behave as a non-modal window instead of modal dialog</li>
     <li>Add option to sort ledger ascending</li>
     <li>Improved account/category combo box searching</li>
     <li>Font selection</li>
     <li>Minor bug fixes and feature improvements</li>
    </ul>
   </description>
  </release>
  <release version="1.3.4" date="2019-04-29">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Group assets and liabilities with the same type in accounts view.</li>
     <li>Language selection from within the application.</li>
     <li>Monetary format improvements.</li>
     <li>Use number format from localeconv instead of Qt (sometimes differs from system settings).</li>
     <li>Allow use of dot as alternative decimal separator for locales with decimal comma and without dot as group separator.</li>
     <li>Button for clearing values in new/edit transaction</li>
     <li>Do not show guesstimate for future security values in accounts view (but use estimate for values between quotes).</li>
     <li>Fix calculation of quotes between recorded security quotes.</li>
     <li>Fix segfault when transaction is split up.</li>
     <li>Fix updating of account values when a transaction has been edited in dialog and postponed to a future date, or advanced to current or past date.</li>
     <li>Fix Ctrl+Q shortcut.</li>
    </ul>
   </description>
  </release>
  <release version="1.3.3" date="2019-02-19">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Schedule confirmation time setting.</li>
     <li>Improved German translation.</li>
     <li>More flexible eqz-file parsing.</li>
     <li>Fix displayed currency for min/max filter.</li>
     <li>Fix crash on CSV import of quoted value containing delimiter.</li>
     <li>Use application/x-qw instead of *.qif.</li>
     <li>Save timestamp in seconds instead of microseconds.</li>
     <li>Update revision of schedule on confirmed occurrence.</li>
    </ul>
   </description>
  </release>
  <release version="1.3.2" date="2018-11-05">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Fix saving of recurring expense with multiple payments.</li>
     <li>Option to specify first month of budget year.</li>
     <li>Option to sort transactions by timestamp (in header context menu).</li>
     <li>Automatic scrolling to added/modified transaction.</li>
     <li>Select whole number on double click in value field.</li>
     <li>Improved Enter/Return key actions and input focus.</li>
     <li>Minor bug fixes.</li>
    </ul>
   </description>
  </release>
  <release version="1.3.1" date="2018-08-23">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Add comments field to split transaction dialog.</li>
     <li>Improved French translation.</li>
     <li>Fix value field conversion with dollar sign.</li>
     <li>Fix last date in yearly assets and liabilities bar chart hover info.</li>
    </ul>
   </description>
  </release>
  <release version="1.3" date="2018-06-11">
   <description>
    <p>Eqonomize! version 1.3 primarily includes improvements to charts and reports. This release also contains a variety of bug fixes and minor feature enhancements (such as flags and easier value field conversion for common currencies).</p>
   </description>
  </release>
  <release version="1.2" date="2018-02-05">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Local and remote file synchronization allowing multiple users to edit the same file (experimental)</li>
     <li>Restore possibility to specify payee/payer for each separate transaction in a split transaction</li>
     <li>Annual total for over time chart</li>
     <li>Include subcategories in over time report</li>
     <li>"All payees and payers" in categories comparison report</li>
     <li>Case insensitive descriptions and payees in charts report</li>
     <li>Only assume negative income/expense if the category is defined in the QIF file</li>
    </ul>
   </description>
  </release>
  <release version="1.1" date="2017-12-18">
   <description>
    <p>Eqonomize! version 1.1 includes reconciliation support, ledger enhancements, and many other minor feature enhancements and bug fixes.</p>
   </description>
  </release>
  <release version="1.0" date="2017-10-12">
   <description>
    <p>Eqonomize! 1.0 includes a complete manual, more than 100 additional currencies, bug fixes and minor features enhancements.</p>
   </description>
  </release>
  <release version="0.99.4" date="2017-07-10">
   <description>
    <p>The third beta of Eqonomize! 1.0 includes bug fixes and minor features enhancements.</p>
   </description>
  </release>
  <release version="0.99.2" date="2017-05-02">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Support for multiple currencies (selectable for each account)</li>
     <li>Currency converter</li>
     <li>Arithmetics and conversion in all value input fields</li>
     <li>Import/merge Eqonomize! files</li>
     <li>Consistent sorting of transactions in creation order (if date is equal)</li>
     <li>"Associated file" transaction property (link receipts)</li>
     <li>Security transactions tweaks</li>
     <li>Bug fixes</li>
    </ul>
   </description>
  </release>
  <release version="0.99.1" date="2016-10-10">
   <description>
    <p>Qt is now the only dependency and it should be possible to compile and run Eqonomize! on every platform supported by Qt. Windows binaries are provided, but the main development platform is still Linux (the application has also been tested on Android).</p>
    <p>Main additional changes:</p>
    <ul>
     <li>Subcategories</li>
     <li>More and enhanced charts</li>
     <li>Scheduled split transactions and transactions with multiple payments</li>
     <li>Explicit support for loans and related transactions</li>
     <li>Option to select start of budget month</li>
     <li>Many small interface enhancements, including new icons</li>
    </ul>
   </description>
  </release>
  <release version="0.6" date="2008-11-13">
   <description>
    <p>This the first version using KDE4. It also includes some new translations and bug fixes, among others a long awaited fix for the bug that caused Eqonomize! to not start when loading some files.</p>
   </description>
  </release>
  <release version="0.5" date="2007-06-17">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Support for currencies with zero decimals</li>
     <li>Future statistics in over time chart</li>
     <li>Fix balancing</li>
     <li>Allow user to select initial period</li>
     <li>Allow joining of security transactions</li>
     <li>Allow user to select security from edit transaction dialogs</li>
     <li>Keep permissions of exisiting files</li>
     <li>Italian, Spanish, Dutch (partial) and Slovak (partial) translations</li>
     <li>Many other bug fixes and minor enhancements</li>
    </ul>
   </description>
  </release>
  <release version="0.4" date="2006-09-06">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Split transactions</li>
     <li>Refunds and repayments</li>
     <li>Account ledger</li>
     <li>QIF import and export</li>
     <li>Enhanced CSV import</li>
     <li>Application and mime icons (by Elias Probst)</li>
     <li>Backup on save, crash recovery, and option to automatically save on exit</li>
     <li>Manual</li>
     <li>French and German translations</li>
     <li>Many bug fixes and minor enhancements</li>
    </ul>
   </description>
  </release>
  <release version="0.3" date="2006-08-09">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Enhanced budgetting, with possibility to specify budgets separately for each month, and predictions based on budget</li>
     <li>Redesigned, more polished accounts view, and less buttons in securities and schedule views</li>
     <li>Optional quantity and payee/payer transaction properties (must be manually activated)</li>
     <li>By default use current date (instead of end of month) as end date in accounts view</li>
     <li>More flexible charts and report, with ability to display more detailed information</li>
     <li>Swedish translation</li>
     <li>Many bug fixes and minor enhancements</li>
    </ul>
   </description>
  </release>
  <release version="0.2" date="2006-07-25">
   <description>
    <p>Changes:</p>
    <ul>
     <li>Change name to Eqonomize!</li>
     <li>"Development Over Time" and "Categories Comparison" reports</li>
      <li>Charts (pie and line)</li>
      <li>Printing</li>
      <li>Import of CSV files</li>
      <li>Security trade (buy and sell in the same transaction)</li>
      <li>Enable use of different calendar systems</li>
      <li>Ask for confirmation only if time is after 18.00 for scheduled transactions occurring on the current date</li>
    </ul>
   </description>
  </release>
  <release version="0.1" date="2006-07-17">
   <description>
    <p>The fist version.</p>
   </description>
  </release>
 </releases>
</component>