-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e8cab4
commit b33dc82
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters