-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from tentena/main
Fix typos
- Loading branch information
Showing
22 changed files
with
52 additions
and
53 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,62 +1,71 @@ | ||
# Latest | ||
[![Build Status][image-1]][1] [![Translation status][image-2]][2] | ||
|
||
[![Build Status][image-1]][1] [![Translation status][image-2]][2] | ||
|
||
This is Latest, a small utility app for the Mac. Latest is a free and open-source app for macOS that checks if all your apps are up to date. Get a quick overview of which apps changed and what changed and update them right away. Latest currently supports apps downloaded from the Mac App Store and apps that use Sparkle for updates, which covers most of the apps on the market. | ||
|
||
Latest is developed in my freetime, so occasional updates may happen. Take a look at the [Issues][3] section to see what's coming. If you have an idea for a new feature, or encounter any bugs, feel free to open a new issue. | ||
Latest is developed in my free time, so occasional updates may happen. Take a look at the [Issues][3] section to see what's coming. If you have an idea for a new feature, or encounter any bugs, feel free to open a new issue. | ||
I am thankful for contributions. Check out the section below for more information. | ||
|
||
![][image-3] | ||
![Latest][image-3] | ||
|
||
## Installation | ||
|
||
There are multiple ways to install the app. | ||
|
||
### Download the App | ||
|
||
The easiest way to install Latest is to [download][4] the latest release as an app. You unzip the download by double-clicking on it (if that does not happen automatically) and then move the `Latest.app` into the `Applications` folder. | ||
|
||
If you would like to check out earlier versions, head over to the [Releases][5] page to browse the history of Latest. | ||
|
||
### Homebrew Cask | ||
|
||
Latest can also be installed via [Homebrew Cask][6]. If you have not installed Homebrew, follow the simple instructions [here][7]. | ||
After that, run `brew install --cask latest` to install the current version of Latest. | ||
|
||
### Build from Source | ||
|
||
**To build Latest, Xcode 11 and Swift 5 is required.** | ||
|
||
You can build Latest directly on your machine. To do that, you have to download the source code by cloning the repository: `git clone --recurse-submodules git@github.com:mangerlahn/Latest.git`. | ||
|
||
Then you can open the `Latest.xcodeproj` and hit *Build and Run*. Make sure that the `Latest` scheme is selected. Latest uses submodules to organize its dependencies. If the project is not building, make sure submodules are initialized correctly. To update them, call `git submodule update --init --recursive`. | ||
|
||
## Contribution | ||
I am thankful for all contributions to the project. You can contribute typo-fixes, translations, code and of course suggestions, wishes, and bug reports. | ||
|
||
I am thankful for all contributions to the project. You can contribute typo-fixes, translations, code and of course suggestions, wishes, and bug reports. | ||
|
||
### Translations | ||
The text used in Latest is hosted by the kind people over at [Weblate][8]. If you would like to add a new language, or improve an existing one, [here][9] is your starting point. | ||
|
||
The text used in Latest is hosted by the kind people over at [Weblate][8]. If you would like to add a new language, or improve an existing one, [here][9] is your starting point. | ||
|
||
[![Translation status][image-4]][10] | ||
|
||
### Code | ||
|
||
Take a look at the [Issues][11] section to see what you can do. If you have your own idea, and it does not appear in the issues list, please add it first. I don't think that I would reject any pull request, but it is useful to know about your idea earlier. Imagine two people have the same idea at the same time and both put a lot of work into that just to find out that someone else has made the same when it's too late. | ||
|
||
I would like to assign every issue to the person working on that particular thing, so if you would like to implement something, leave a small note in the issue. I will assign the issue to you and it's yours. | ||
|
||
## Donation | ||
|
||
As mentioned above, Latest is free for you to use. I work on the app in my spare time. If you would like to support the development by donating, you can do so [here][12]. | ||
|
||
[1]: https://travis-ci.org/mangerlahn/Latest | ||
[2]: https://hosted.weblate.org/engage/latest/ | ||
[3]: https://github.com/mangerlahn/latest/issues | ||
[4]: https://max.codes/latest/Latest.zip | ||
[5]: https://github.com/mangerlahn/Latest/releases | ||
[6]: https://github.com/Homebrew/homebrew-cask | ||
[7]: https://brew.sh | ||
[8]: https://weblate.org/ | ||
[9]: https://hosted.weblate.org/engage/latest/ | ||
[10]: https://hosted.weblate.org/engage/latest/ | ||
[11]: https://github.com/mangerlahn/latest/issues | ||
[12]: https://max.codes/latest/donate | ||
|
||
[image-1]: https://travis-ci.org/mangerlahn/Latest.svg?branch=master | ||
[image-2]: https://hosted.weblate.org/widgets/latest/-/svg-badge.svg | ||
[image-3]: ./latest.png | ||
[image-4]: https://hosted.weblate.org/widgets/latest/-/multi-auto.svg | ||
[1]: https://travis-ci.org/mangerlahn/Latest | ||
[2]: https://hosted.weblate.org/engage/latest/ | ||
[3]: https://github.com/mangerlahn/latest/issues | ||
[4]: https://max.codes/latest/Latest.zip | ||
[5]: https://github.com/mangerlahn/Latest/releases | ||
[6]: https://github.com/Homebrew/homebrew-cask | ||
[7]: https://brew.sh | ||
[8]: https://weblate.org/ | ||
[9]: https://hosted.weblate.org/engage/latest/ | ||
[10]: https://hosted.weblate.org/engage/latest/ | ||
[11]: https://github.com/mangerlahn/latest/issues | ||
[12]: https://max.codes/latest/donate | ||
|
||
[image-1]: https://travis-ci.org/mangerlahn/Latest.svg?branch=master | ||
[image-2]: https://hosted.weblate.org/widgets/latest/-/svg-badge.svg | ||
[image-3]: ./latest.png | ||
[image-4]: https://hosted.weblate.org/widgets/latest/-/multi-auto.svg |
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