Skip to content

Commit

Permalink
Release 3.904
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jun 7, 2020
1 parent 0042784 commit 55aadc0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
endif()

project (gnucash
VERSION 3.903
VERSION 3.904
)

enable_testing()
Expand Down
38 changes: 37 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,43 @@
Version history:
------- -------
3.904 - 7 June 2020
The third unstable release leading to the new 4.x stable series. See 3.902 and 3.903 below for additional requirements and features.

3.903 was the feature-freeze release. However, the command-line arguments for both gnucash and gnucash-cli have been adjusted as follows:

--add-price-quotes is changed to --quotes get
--run-reports is changed to --report run --name <report name>
Added --report list to produce a list of available reports.
Added --report show --name to describe the options changed from the default values in the named report.

The intent is to have command categories with subcommands to better enable a richer command line capability as illustrated with the new report commands list and show.
Between 3.903 and 3.904, the following bugfixes were accomplished. Some of these will also be fixed in GnuCash 3.11, some are for 4.0 only.

Bug 797739 - Tweak Transaction Report Column Defaults
Bug 797774 - Add tooltips to abreviated header columns for all table like
GUI elements
The Bill/Invoice due reminder has a column header of 'CN?' which
was unclear of meaning which is 'Is this xxx a Credit Note'. A
tooltip was suggested but a better fix is to change the column
to display the 'Type' so you would see Bill, Invoice or
'Credit Note' just like you see in the find dialog.
Bug 797775 - Rate/Price displayed as fractional in CSV Export
Change the CSV transaction exporter to follow the Preference
setting of 'General->Force Prices to display as decimals'.
Bug 797781 - Num Field Regression - characters in wrong order when typed.

The following fixes and improvements were not associated with bug reports or new features:

Add a tooltip for the 'C' column in the Chart of Accounts
To match existing one character headings for 'Place Holder' and 'Hidden'
columns.
Add first version of gnucash-cli manpage
Rework command line option parsing to store values directly in class member
variables
[cli-reports] modify to open session readonly

3.903 - 1 June 2020
The second undatble release leading to the new 4.x stable series. See 3.902
The second unstable release leading to the new 4.x stable series. See 3.902
below for additional requirements and features.

New Dependency: Boost program_options.
Expand Down

0 comments on commit 55aadc0

Please sign in to comment.