Skip to content

Commit

Permalink
Merge branch 'master' into dev/macos-sign-and-notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 11, 2021
2 parents 5e6ba5a + 551dc0f commit e67a663
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contact_links:
url: https://forum.activitywatch.net/
about: The preferred place for general discussion about ActivityWatch
- name: "\U0001F4AD Discussion (on GitHub Discussions)"
url: https://forum.activitywatch.net/
url: https://github.com/ActivityWatch/activitywatch/discussions
about: We're testing it out (but the forum is still the preferred place).
- name: "\U0001F4AC Chat with us on Discord"
url: https://discord.gg/dctJK6USjK
Expand Down
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 180
daysUntilStale: 365
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 14
# Issues with these labels will never be considered stale
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-latest]
python_version: [3.8]
node_version: [12]
node_version: [16]
experimental: [false]
include:
- os: ubuntu-18.04
python_version: 3.9
node_version: 12
experimental: true
#include:
# - os: ubuntu-latest
# python_version: 3.9
# node_version: 16
# experimental: true
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To develop on ActivityWatch you'll first want to install from source. To do so,

You might then want to read about the [architecture](https://activitywatch.readthedocs.io/en/latest/architecture.html) and the [data model](https://activitywatch.readthedocs.io/en/latest/buckets-and-events.html).

If you want some code examples for how to write watchers or other types of clients, see the [documentation for writing watchers](https://activitywatch.readthedocs.io/en/latest/writing-watchers.html).
If you want some code examples for how to write watchers or other types of clients, see the [documentation for writing watchers](https://docs.activitywatch.net/en/latest/examples/writing-watchers.html).


## How you can help
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
<a href="https://github.com/ActivityWatch/activitywatch/actions?query=branch%3Amaster">
<img title="Build Status GitHub" src="https://github.com/ActivityWatch/activitywatch/workflows/Build/badge.svg?branch=master" />
</a>
<a href="https://travis-ci.com/ActivityWatch/activitywatch">
<img title="Build Status Travis" src="https://travis-ci.com/ActivityWatch/activitywatch.svg?branch=master" />
</a>
<a href="https://ci.appveyor.com/project/ErikBjare/activitywatch">
<img title="Build Status Appveyor" src="https://ci.appveyor.com/api/projects/status/vm7g9sdfi2vgix6n?svg=true" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion aw-client
2 changes: 1 addition & 1 deletion aw-core
Submodule aw-core updated 2 files
+309 −233 poetry.lock
+2 −2 pyproject.toml
2 changes: 1 addition & 1 deletion aw-qt
Submodule aw-qt updated 2 files
+2 −2 aw_qt/config.py
+199 −171 poetry.lock
2 changes: 1 addition & 1 deletion aw-server
2 changes: 1 addition & 1 deletion aw-server-rust
2 changes: 1 addition & 1 deletion aw-watcher-afk
Submodule aw-watcher-afk updated 1 files
+132 −91 poetry.lock
2 changes: 1 addition & 1 deletion aw-watcher-window
Submodule aw-watcher-window updated 1 files
+142 −106 poetry.lock
1 change: 1 addition & 0 deletions aw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ if platform.system() == "Darwin":
entitlements_file=entitlements_file,
version=current_release.lstrip('v'),
info_plist={
"NSPrincipalClass": "NSApplication",
"CFBundleExecutable": "MacOS/aw-qt",
"CFBundleIconFile": "logo.icns",
# This could be set to a more specific version string (including the commit id, for example)
Expand Down
66 changes: 34 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ mypy = "*"
pytest = "*"
pytest-cov = "*"
pytest-benchmark = "*"
#pyinstaller = "4.3"
# Need latest PyInstaller for macOS signing stuff
pyinstaller = {git = "https://github.com/pyinstaller/pyinstaller.git", branch="develop"}
pyinstaller = "^4.5.1"
#pyinstaller = {git = "https://github.com/pyinstaller/pyinstaller.git", branch="develop"}
psutil = "^5.7.0"
pywin32-ctypes = {version = "^0.2.0", platform = "win32"}
pefile = {version = "^2019.4.18", platform = "win32"}
Expand Down
4 changes: 2 additions & 2 deletions scripts/package/activitywatch-setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
AppSupportURL="https://github.com/ActivityWatch/activitywatch/issues"
AppUpdatesURL="https://github.com/ActivityWatch/activitywatch/releases"
DefaultDirName={autopf}\{#MyAppName}
DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
Expand Down

0 comments on commit e67a663

Please sign in to comment.