Skip to content

Commit

Permalink
🚀 RELEASE: Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
austinginder committed Aug 30, 2019
1 parent 6e8cab4 commit b33dc82
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h2>Results</h2>
new Vue({
el: '#app',
data: {
calculate_arr_version: "1.0",
calculate_arr_version: "1.1",
view_mode: true,
menu_startdate: false,
menu_enddate: false,
Expand Down

0 comments on commit b33dc82

Please sign in to comment.