-
Notifications
You must be signed in to change notification settings - Fork 71
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
Showing
1 changed file
with
19 additions
and
5 deletions.
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,13 +1,27 @@ | ||
|
||
# 📣 [Version 2 plans & development](https://github.com/madisvain/upcount/discussions/142) | ||
Happy to announce that I'm nearing the long overdue release of Upcount with improved functionality. Your input is welcome on the discussion above. | ||
# 📣 Version 2 | ||
|
||
Happy to announce that I'm nearing the long overdue release of Upcount with improved functionality. The new version is a complete rewrite of the application with a focus on performance and stability. | ||
|
||
# Upcount invoicing app | ||
NB! It's not backwards compatible with the current version and will require a new installation. The new version is currently in alpha and not recommended for production use. | ||
|
||
## 🚀 [Upcount 2.0.0-alpha.1](https://github.com/madisvain/upcount/releases/tag/v2.0.0-alpha.1) | ||
|
||
Source code can be found on [Tauri](https://github.com/madisvain/upcount/tree/tauri) branch of the repository. | ||
|
||
The new version is built with | ||
|
||
![Github actions](https://github.com/madisvain/upcount/workflows/Release/badge.svg) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/madisvain/upcount?include_prereleases) ![GitHub](https://img.shields.io/github/license/madisvain/upcount) [![Slack](https://img.shields.io/badge/slack-upcount-green.svg?logo=slack)](https://join.slack.com/t/upcount/shared_invite/enQtOTY0Nzk5NTgzMjQ5LThlMWE3Y2YyNGY1MTc3M2Y1YmQ4YTdmZDYyNmJlYzBiNmQ0NTFhYjBkNzNjZjIwNWNlZDY2OTdiN2UwYzc3YWU) | ||
* [Tauri](https://tauri.app/) | ||
* [SQLite](https://www.sqlite.org/index.html) | ||
* [React](https://reactjs.org/) | ||
* [Ant Design](https://ant.design/) | ||
|
||
I'd be happy to receive feedback on this new version and any feature requests you might have. Please open an issue on Github or email me at [[email protected]](mailto:[email protected]). | ||
|
||
|
||
# Upcount invoicing app | ||
|
||
Upcount is a painless cross-platform invoicing application, built with [React](https://reactjs.org/) & [Electron](https://electronjs.org/) and simplicity in mind. | ||
![Github actions](https://github.com/madisvain/upcount/workflows/Release/badge.svg) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/madisvain/upcount?include_prereleases) ![GitHub](https://img.shields.io/github/license/madisvain/upcount) | ||
|
||
![Invoice list](https://www.upcount.app/screenshots/invoices.png) | ||
[Invoice editing](https://www.upcount.app/screenshots/invoice-edit.png) | ||
|