Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Tranquillini committed Mar 21, 2024
2 parents a184b0e + a01c587 commit 17b7fa6
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 102 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# Vince
Vince - Early is on time, on time is late and late is unacceptable!

## HOW TO USE: APP NOT VERIFIED
You are required to signup with google to fetch your calandar data.
[**The app is not verified**](https://support.google.com/cloud/answer/7454865?hl=en#:~:text=An%20unverified%20app%20is%20an,their%20data%20from%20deceptive%20apps.) since it's a slow and tedius process that I'm working on that in my free time.

To use it:

- When the warning page is shown
- click on advance (bottom left)
- And from there you should be able to use it even if not verified.

www.stefanotranquillini.com/vince

## Main features
![img](https://github.com/esseti/vince/assets/1928354/a78b9221-67de-4e5a-a13d-e0a874ec5237)
Expand Down
4 changes: 3 additions & 1 deletion src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# next
# [1.0.0] - 2024-03-21
- STEFANO: a lot of things happened and changed. Since approved by google, it's time to make a major.

# [0.0.2] - 2023-07-31
- STEFANO: a lot of improvments among the rest:
- slack integration: now updates the slack status
Expand Down
3 changes: 2 additions & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ py2app[setuptools]
requests
chardet
appdirs
requests
requests
bs4
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
DATA_FILES = [('', ['credentials.json','icon.png','menu-icon.png'])]

OPTIONS = {
'argv_emulation': True,
'argv_emulation': False,
'plist': {'LSUIElement': True,
'CFBundleName': 'Vince',
'CFBundleShortVersionString': '0.0.1',
Expand Down
Loading

0 comments on commit 17b7fa6

Please sign in to comment.