From b33dc8201f2ccd6be27123c1f14bf7a3d6cc32fb Mon Sep 17 00:00:00 2001 From: Austin Ginder Date: Fri, 30 Aug 2019 08:04:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20Version=201.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 17 +++++++++++++++++ index.html | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index bae4ba8..e5b7d7f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,22 @@ # Changelog +## [1.1.0] - 2019-08-30 +### Added +- Markdown support for expense names +- Prompt to add categories +- Icons for actions +- Column sorting + +### Changed +- Fixed spelling mistake with "quantity" +- Fixed mobile layout issues +- Fixed data binding issues with duplicated version +- Improved action items. Changed from buttons to list items. +- Improved sorting logic to work with markdown +- Improved UI for business name. Business name now appears up top and edit field only when editing. +- Date selection automatically closes calendar +- Allow for commas within "Year of revenue" field + ## [1.0.0] - 2019-08-27 ### Added - Initial release of [Calculate ARR](https://anchor.host/calculate-arr/). Open source tool for calculating annual recurring revenue business health. Built using [Vue.js](https://vuejs.org/) and [Vuetify](https://vuetifyjs.com/). Single html file `index.html` which reads from a `data.json` file. Any changes need to be exported and `data.json` updated manually. \ No newline at end of file diff --git a/index.html b/index.html index 8dc0f18..70287a0 100644 --- a/index.html +++ b/index.html @@ -316,7 +316,7 @@

Results

new Vue({ el: '#app', data: { - calculate_arr_version: "1.0", + calculate_arr_version: "1.1", view_mode: true, menu_startdate: false, menu_enddate: false,