-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathNEWS.html
245 lines (197 loc) · 18.5 KB
/
NEWS.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META NAME="generator" CONTENT="http://txt2tags.org">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<TITLE>NEWS — MoneyLog v5</TITLE>
</HEAD><BODY BGCOLOR="white" TEXT="black">
<CENTER>
<H1>NEWS — MoneyLog v5</H1>
<FONT SIZE="4"><I>March, 2012</I></FONT><BR>
</CENTER>
<P></P>
<HR NOSHADE SIZE=1>
<P></P>
<UL>
<LI><A HREF="#flavors">New flavors</A>
<LI><A HREF="#ui">New interface (UI)</A>
<LI><A HREF="#i18n">Translations</A>
<LI><A HREF="#mobile">Mobile</A>
<LI><A HREF="#print">Printer ready</A>
<LI><A HREF="#user-data">User data</A>
<LI><A HREF="#password">Password</A>
<LI><A HREF="#full-screen">Full Screen mode</A>
<LI><A HREF="#filters-all">Filters for all reports</A>
<LI><A HREF="#widget-view">View widget</A>
<LI><A HREF="#widget-tag-cloud">Tag Cloud widget</A>
<LI><A HREF="#widget-tag-summary">Tag Summary widget</A>
<LI><A HREF="#widget-about">About widget</A>
<LI><A HREF="#tag-report">Tag report</A>
<LI><A HREF="#rows-summary">Rows Summary</A>
<LI><A HREF="#date-format">Date format</A>
<LI><A HREF="#date-range">Date range</A>
<LI><A HREF="#charts">Charts</A>
<LI><A HREF="#misc">Misc</A>
<LI><A HREF="#config">Config</A>
<LI><A HREF="#widgets">Widgets</A>
<LI><A HREF="#test-suite">Test Suite</A>
</UL>
<P></P>
<HR NOSHADE SIZE=1>
<P></P>
<H2 ID="flavors">New flavors</H2>
<UL>
<LI>Now the app come in four flavors:
<UL>
<LI><B>MoneyLog Cloud</B> — runs online, get TXT and config files from <A HREF="http://dropbox.com">Dropbox</A>. (by <A HREF="http://twitter.com/xupisco">@xupisco</A>)
<LI><B>MoneyLog Browser</B> — runs online and offline, saves data to browser <A HREF="http://en.wikipedia.org/wiki/Web_storage">localStorage</A>.
<LI><B>MoneyLog Portable</B> — runs offline, all-in-one HTML file with app and user data.
<LI><B>MoneyLog Beta</B> — runs offline, with local TXT files. This is the default SVN version.
</UL>
<LI>These flavors are generated by the scripts named gen-* in <A HREF="http://code.google.com/p/moneylog-dev/source/browse/#svn%2Ftrunk%2Futil">SVN/trunk/util/</A>.
</UL>
<H2 ID="ui">New interface (UI)</H2>
<UL>
<LI>All new user interface. (by <A HREF="http://twitter.com/xupisco">@xupisco</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=285">r285</a>
<UL>
<LI>Toolbar at left side, with collapsable boxes.
<LI>Reports at right.
<LI>Help screen is gone.
<LI>No colors, black & white UI. Each MoneyLog flavor will have its own color theme.
</UL>
</UL>
<H2 ID="i18n">Translations</H2>
<UL>
<LI>Added es <B>Spanish</B> (Argentina) translation. (by <A HREF="http://twitter.com/g_nemmi">@g_nemmi</A> and Isadora Pinardi) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=137">r137</a>
<LI>Added ca <B>Catalan</B> translation. (by <A HREF="http://twitter.com/pacoriviere">@pacoriviere</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=126">r126</a>
</UL>
<H2 ID="mobile">Mobile</H2>
<UL>
<LI>New mobile UI, for screens with 480px width or less. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=459">r459</a>
<LI>New iOS icon. (by <A HREF="http://twitter.com/xupisco">@xupisco</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=466">r466</a>
</UL>
<H2 ID="print">Printer ready</H2>
<UL>
<LI>New print style, removing colors and undesired elements from interface. (thanks <A HREF="http://twitter.com/xupisco">@xupisco</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=465">r465</a>
</UL>
<H2 ID="user-data">User data</H2>
<UL>
<LI><B>New data separator:</B> spaces are now allowed, the TAB is no longer mandatory. DO NOT use spaces inside values. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=268">r268</a> <a href="http://code.google.com/p/moneylog-dev/source/detail?r=392">r392</a>
<LI>Out-of-range days (2000-01-99) will turn to last month day (2000-01-31). <a href="http://code.google.com/p/moneylog-dev/source/detail?r=496">r496</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#dataFilesDefault">dataFilesDefault</A> to set the default file when using multiple TXT files (local or Dropbox). <a href="http://code.google.com/p/moneylog-dev/source/detail?r=260">r260</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#ignoreDataOlderThan">ignoreDataOlderThan</A>, to ignore entries older than the specified date. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=415">r415</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#ignoreDataNewerThan">ignoreDataNewerThan</A>, to ignore entries newer than the specified date. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=417">r417</a>
</UL>
<H2 ID="password">Password</H2>
<UL>
<LI><B>New feature: access password.</B> Use the <A HREF="https://aurelio.net/moneylog/config/#myPassword">myPassword</A> config. (thanks <A HREF="http://twitter.com/bebetasso">@bebetasso</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=434">r434</a>
</UL>
<H2 ID="full-screen">Full Screen mode</H2>
<UL>
<LI>New button for Full Screen mode. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=119">r119</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#initFullScreen">initFullScreen</A> to start app in Full Screen mode. (thanks <A HREF="http://twitter.com/xupisco">@xupisco</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=324">r324</a>
</UL>
<H2 ID="filters-all">Filters for all reports</H2>
<UL>
<LI>Now all filters are also available in Monthly and Yearly reports. (thanks <A HREF="http://twitter.com/denilsonsa">@denilsonsa</A>, <A HREF="http://twitter.com/eeev2011">@eeev2011</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=514">r514</a>
</UL>
<H2 ID="widget-view">View widget</H2>
<UL>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#showViewWidget">showViewWidget</A> to enable/disable the View widget. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=387">r387</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#initViewWidgetOpen">initViewWidgetOpen</A> to open/close the View widget. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=386">r386</a>
</UL>
<H2 ID="widget-tag-cloud">Tag Cloud widget</H2>
<UL>
<LI>New option in Tag Cloud: [X] Reset. (thanks <A HREF="http://twitter.com/wcomnisky">@wcomnisky</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=383">r383</a>
<LI><B>New tri-state Tag Cloud:</B> first click select, second exclude (negate), third unselect. The option "[X] Group selected tags" does not affect excluded tags. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=451">r451</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#showTagCloud">showTagCloud</A> to enable/disable the Tag Cloud. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=387">r387</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#initTagCloudOpen">initTagCloudOpen</A> to open/close the Tag Cloud. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=386">r386</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#initSelectedTags">initSelectedTags</A>, to select some tags at start up. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=444">r444</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#initExcludedTags">initExcludedTags</A>, to exclude some tags at start up. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=452">r452</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#ignoreTags">ignoreTags</A> to ignore all entries with one of the specified tags. (thanks <A HREF="http://twitter.com/erickmor">@erickmor</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=435">r435</a>
<LI>The config <A HREF="https://aurelio.net/moneylog/config/#highlightTags">highlightTags</A> now can also be an array. Useful for tags with spaces. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=431">r431</a>
</UL>
<H2 ID="widget-tag-summary">Tag Summary widget</H2>
<UL>
<LI>New feature: Tag Summary. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=194">r194</a> <a href="http://code.google.com/p/moneylog-dev/source/detail?r=511">r511</a>
<LI>New option in Tag Summary: [X] Sort by value. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=429">r429</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#TagSummary-config-active">TagSummary.config.active</A> to enable/disable the Tag Summary. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=387">r387</a> <a href="http://code.google.com/p/moneylog-dev/source/detail?r=511">r511</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#TagSummary-config-opened">TagSummary.config.opened</A> to open/close the Tag Summary. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=386">r386</a> <a href="http://code.google.com/p/moneylog-dev/source/detail?r=511">r511</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#TagSummary-config-showTagless">TagSummary.config.showTagless</A> to show/hide the EMPTY tag. (thanks <A HREF="http://twitter.com/denilsonsa">@denilsonsa</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=211">r211</a> <a href="http://code.google.com/p/moneylog-dev/source/detail?r=511">r511</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#TagSummary-config-checkSort">TagSummary.config.checkSort</A> to check the option [X] Order by value. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=430">r430</a> <a href="http://code.google.com/p/moneylog-dev/source/detail?r=511">r511</a>
</UL>
<H2 ID="widget-about">About widget</H2>
<UL>
<LI>New About widget. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=591">r591</a>
</UL>
<H2 ID="tag-report">Tag report</H2>
<UL>
<LI><B>New feature: Tag Report</B> in monthly and yearly reports. Table headings are clickable for sorting. (thanks <A HREF="http://twitter.com/denilsonsa">@denilsonsa</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=524">r524</a>
<LI>New option in Tag Report: [X] Hide related tags. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=527">r527</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#checkHideRelatedTags">checkHideRelatedTags</A>, to check/uncheck the option [X] Hide related tags. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=527">r527</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#showTagReport">showTagReport</A>, to enable/disable the Tag Report. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=533">r533</a>
</UL>
<H2 ID="rows-summary">Rows Summary</H2>
<UL>
<LI>New feature: click a report row to highlight it. Click again to un-highlight it. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=180">r180</a>
<LI><B>New feature: Rows Summary.</B> When selecting rows, a popup appears with: sum, max, min, average, count. (thanks <A HREF="http://twitter.com/denilsonsa">@denilsonsa</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=207">r207</a>
<LI>Only show the rows summary when two or more rows are selected. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=281">r281</a>
<LI>Rows Summary now works for the monthly and yearly reports, with a new combo to choose the column: Incoming, Expense, Partial. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=342">r342</a>
<LI>New button to reset the Rows Summary, undoing all user selections in the report. (thanks <A HREF="http://twitter.com/denilsonsa">@denilsonsa</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=478">r478</a>
</UL>
<H2 ID="date-format">Date format</H2>
<UL>
<LI><B>New configs to set locale date</B>: <A HREF="https://aurelio.net/moneylog/config/#showLocaleDate">showLocaleDate</A>, <A HREF="https://aurelio.net/moneylog/config/#i18nDatabase-pt-dateFormat">i18nDatabase.pt.dateFormat</A>, <A HREF="https://aurelio.net/moneylog/config/#i18nDatabase-pt-dateFormatMonth">i18nDatabase.pt.dateFormatMonth</A>, <A HREF="https://aurelio.net/moneylog/config/#i18nDatabase-pt-dateFormatYear">i18nDatabase.pt.dateFormatYear</A>. Change "pt" to "en", "es"…. (thanks <A HREF="http://twitter.com/g_nemmi">@g_nemmi</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=113">r113</a> <a href="http://code.google.com/p/moneylog-dev/source/detail?r=352">r352</a>
<LI>New tokens for locale dates: B = full month name, b = abbreviated month name. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=356">r356</a>
<LI><B>Now showing locale dates by default.</B> <a href="http://code.google.com/p/moneylog-dev/source/detail?r=412">r412</a>
<LI>Now using month names instead numbers in default locale format. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=420">r420</a>
</UL>
<H2 ID="date-range">Date range</H2>
<UL>
<LI><B>New date filter:</B> combos to choose an initial and final month for the reports. It disables the Recent Only and Future Data options. (thanks <A HREF="http://twitter.com/denilsonsa">@denilsonsa</A>, <A HREF="http://twitter.com/adolfont">@adolfont</A>, <A HREF="http://twitter.com/magasine">@magasine</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=358">r358</a>
<LI>Now the new date filter is the default. New config <A HREF="https://aurelio.net/moneylog/config/#useLegacyDateFilter">useLegacyDateFilter</A> to bring the old options back. (thanks <A HREF="http://twitter.com/denilsonsa">@denilsonsa</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=369">r369</a>
<LI>New configs <A HREF="https://aurelio.net/moneylog/config/#checkDateFrom">checkDateFrom</A> and <A HREF="https://aurelio.net/moneylog/config/#checkDateUntil">checkDateUntil</A>, to check/uncheck date filters at startup. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=378">r378</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#initMonthsOffsetFrom">initMonthsOffsetFrom</A> to set the initial selected item for From:. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=405">r405</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#initMonthsOffsetUntil">initMonthsOffsetUntil</A> to set the initial selected item for Until:. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=407">r407</a>
</UL>
<H2 ID="charts">Charts</H2>
<UL>
<LI>Now showing chart bar original value as a tooltip. (by <A HREF="http://twitter.com/_Felipe">@_Felipe</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=144">r144</a>
<LI><B>New feature: charts at daily reports.</B> <a href="http://code.google.com/p/moneylog-dev/source/detail?r=190">r190</a>
<LI>New configs to set the initial selected item for each chart type: <A HREF="https://aurelio.net/moneylog/config/#initChartDaily">initChartDaily</A>, <A HREF="https://aurelio.net/moneylog/config/#initChartMonthly">initChartMonthly</A>, <A HREF="https://aurelio.net/moneylog/config/#initChartYearly">initChartYearly</A>. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=192">r192</a>
<LI>Fixed two bugs in the chart bar label. (thanks <A HREF="http://twitter.com/xupisco">@xupisco</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=350">r350</a>
<UL>
<LI>When the value was exactly 1000, it was showing 1 instead 1k.
<LI>When the value was 1 million (or greater), it was showing 1000m instead 1m.
</UL>
</UL>
<H2 ID="misc">Misc</H2>
<UL>
<LI>Faster TXT file loading. (thanks <A HREF="http://twitter.com/ricobl">@ricobl</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=125">r125</a>
<LI>Added tooltips (help) for all controls. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=165">r165</a>
<LI>Added favicon. (by <A HREF="http://twitter.com/xupisco">@xupisco</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=340">r340</a>
<LI>Set the page TITLE to full app name. (thanks <A HREF="http://twitter.com/xupisco">@xupisco</A>) <a href="http://code.google.com/p/moneylog-dev/source/detail?r=341">r341</a>
<LI>Hide the totals rows if there's only one row in the report. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=460">r460</a>
</UL>
<H2 ID="config">Config</H2>
<UL>
<LI>New sample config file, in Portuguese. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=274">r274</a>
<LI>Renamed some config names from default* to check*: <A HREF="https://aurelio.net/moneylog/config/#checkMonthPartials">checkMonthPartials</A>, <A HREF="https://aurelio.net/moneylog/config/#checkRegex">checkRegex</A>, <A HREF="https://aurelio.net/moneylog/config/#checkNegate">checkNegate</A>. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=380">r380</a>
<LI>New config <A HREF="https://aurelio.net/moneylog/config/#showBalance">showBalance</A>, to show/hide the Balance column in all reports. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=529">r529</a>
<LI>New configs for the default report sorting: <A HREF="https://aurelio.net/moneylog/config/#sortData-d-index">sortData.d.index</A>, <A HREF="https://aurelio.net/moneylog/config/#sortData-d-rev">sortData.d.rev</A>, <A HREF="https://aurelio.net/moneylog/config/#sortData-m-index">sortData.m.index</A>, <A HREF="https://aurelio.net/moneylog/config/#sortData-m-rev">sortData.m.rev</A>, <A HREF="https://aurelio.net/moneylog/config/#sortData-y-index">sortData.y.index</A>, <A HREF="https://aurelio.net/moneylog/config/#sortData-y-rev">sortData.y.rev</A>. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=523">r523</a>
<LI>The config <A HREF="https://aurelio.net/moneylog/config/#oneFile">oneFile</A> was removed. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=288">r288</a>
<LI>Check the new config guide <A HREF="https://aurelio.net/moneylog/config/">https://aurelio.net/moneylog/config/</A>
</UL>
<H2 ID="widgets">Widgets</H2>
<UL>
<LI>Added Widget support. See sample in sample/widget-nerd-toy.js. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=505">r505</a>
<LI>Added three new "hello world" sample Widgets. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=513">r513</a>
</UL>
<H2 ID="test-suite">Test Suite</H2>
<UL>
<LI>New test-suite test/functions.js. Instructions at file header. <a href="http://code.google.com/p/moneylog-dev/source/detail?r=549">r549</a>
<P></P>
</UL>
<!-- html code generated by txt2tags 2.6.641 (http://txt2tags.org) -->
<!-- cmdline: txt2tags /Volumes/dados/Dropbox/a/www/moneylog/svn/NEWS.t2t -->
</BODY></HTML>