Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hisaac committed Dec 23, 2020
1 parent 06fb664 commit 49ce9fc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Config/Plain Pasta/Plain-Pasta-Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COMBINE_HIDPI_IMAGES = YES
// This setting defines the current version of the project. The value must be a integer
// or floating point number, such as `57` or `365.8`.

CURRENT_PROJECT_VERSION = 1.1.7-beta1
CURRENT_PROJECT_VERSION = 1.2.0



Expand Down Expand Up @@ -125,7 +125,7 @@ LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks
// This setting defines the user-visible version of the project. The value corresponds to
// the `CFBundleShortVersionString` key in your app's Info.plist.

MARKETING_VERSION = 1.1.7-beta1
MARKETING_VERSION = 1.2.0



Expand Down Expand Up @@ -162,4 +162,4 @@ PROVISIONING_PROFILE_SPECIFIER =
//
//

SWIFT_VERSION = 5.0
SWIFT_VERSION = 5.0
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ Download the most recent version of Plain Pasta from the [Mac App Store](https:/
<figcaption><p align="center">Copy/Pasting styled text <em>with</em> Plain Pasta enabled only pastes the text itself, no styling</p></figcaption>
</figure>

## Contributing

PRs are more than welcome!

To get up and running, you'll need to clone this repo, and then initialize the [`VerifyNoBS`](https://github.com/olofhellman/VerifyNoBS) submodule using:

```
git submodule update --init
```

## Attribution

Plain Pasta was inspired by another app called [FormatMatch](https://itunes.apple.com/us/app/formatmatch/id445211988?mt=12) by [Robert Wessels](http://www.robertwessels.com).
Expand Down
15 changes: 13 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,27 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased] - (1.1.7-beta1) 2020-09-28
<!-- ## [Unreleased] -->

## [1.2.0] - 2020-12-23

### Highlights

- Universal build compatible with Apple Silicon! 🎉
- Adds a Debug menu item, which will print out the pasteboard types before and after filtering

### Added

- Adds a Debug menu item, which will print out the pasteboard types before and after filtering
- Adds the `public.utf16-external-plain-text` pasteboard type to the filter list to address styling of text being copied from within Xcode's console not being filtered
- Adds a new `Settings` struct, to be used for user settings
- Adds a new `Settings` struct, backed by `UserDefaults`, to be used for user settings

### Changed

- Universal build compatible with Apple Silicon! 🎉
- Reverts back to using `DispatchSourceTimer` to reduce memory/CPU footprint
- Convert project configuration to `xcconfig` files using [BuildSettingExtractor](https://buildsettingextractor.com)
- Adds [`VerifyNoBS`](https://github.com/olofhellman/VerifyNoBS) build script to verify there are no build settings in the `.xcodeproj` file
- Convert tests to use a Test Plan, and add a Thread Sanitizer and Address Sanitizer test plan configuration

## [1.1.6] - 2020-09-20
Expand Down Expand Up @@ -123,3 +133,4 @@ Initial release! 🎉
[1.1.4]: https://github.com/hisaac/PlainPasta/compare/1.1.3...1.1.4
[1.1.5]: https://github.com/hisaac/PlainPasta/compare/1.1.4...1.1.5
[1.1.6]: https://github.com/hisaac/PlainPasta/compare/1.1.5...1.1.6
[1.2.0]: https://github.com/hisaac/PlainPasta/compare/1.1.6...1.2.0

0 comments on commit 49ce9fc

Please sign in to comment.