Skip to content

Commit

Permalink
Bump version to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniils Petrovs committed May 24, 2024
1 parent fed2155 commit ed3f2c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ A Clojure CLI tool designed to interact with ATOSS.
- [Development](#development)
- [Roadmap](#roadmap)
- [Troubleshooting](#troubleshooting)
- [Chromedriver does not start](#chromedriver-does-not-start)
- [View command fails](#view-command-fails)
- [License](#license)

Expand Down Expand Up @@ -125,14 +124,6 @@ Check out [DEVELOPMENT.md](./DEVELOPMENT.md)

## Troubleshooting

### Chromedriver does not start

This is a fairly common issue due to the security model of macOS. It is likely that after an update of `chromedriver`, it needs to be explicitly granted permissions again.

After it tries to launch, make sure to press `Allow` in `System Preferences > Security & Privacy`

![security](./security.png)

### View command fails

This is an issue with ATOSS remembering the time range you have selected in Monthly Overview.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject atoss-cli "0.3.8-SNAPSHOT"
(defproject atoss-cli "0.3.9-SNAPSHOT"
:description "A CLI tool for interacting with ATOSS time sheets"
:url "https://github.com/platogo/atoss-cli"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit ed3f2c8

Please sign in to comment.