Skip to content

Commit

Permalink
Create Privacy Info manifest
Browse files Browse the repository at this point in the history
Create CHANGELOG file
Bump version and build number
Decouple class dependencies
Prepare for vortex framework
Clean up code
  • Loading branch information
pawelmilek committed May 4, 2024
1 parent e82372e commit 55c5dd3
Show file tree
Hide file tree
Showing 28 changed files with 347 additions and 100 deletions.
190 changes: 190 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,190 @@
# Changelog

All changes to this project are documented in this file.

This project adheres to [Semantic Versioning](https//semver.org/spec/v2.0.0.html).

## 1.0.0
Thank you for using the Swifty Forecast!

[2018-09-12] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/61c81fff4e6bda77d280e7003caf55f31873736c)

## 1.0.1
* UI tweaks to make sure you get the MAX from your new iPhone<br>
* Under the hood performance improvements<br>

[2018-09-21] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/6fffb94a299ec37db98a65bb1dfc213f0c6e92ff)

## 1.0.2
* We tuned down the UI font to make it more eye-pleasing<br>
* The city's list was redesigned; now it's easier to use, and some users like to track weather conditions in many places, so we also improved performance<br>
* Under the hood performance improvements<br>

[2018-09-25] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/e680f8a2eee19cfe277b942bc3bdc4e5fe52e1e9)

## 1.0.3
* Fixed a bug that allowed the user to add two or more of the same cities<br>
* Under the hood performance improvements<br>

[2018-09-30] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/8f8770258e0fd113091e3ddb9b40b0d01b4d614c)

## 1.0.4
* Add Today Extension - Widget<br>
* Add 3D Touch functionality to check the current forecast<br>
* Add Sunset and Sunrise times in the current forecast view<br>
* Limit hour-by-hour forecast to 24 hours<br>
* Under the hood performance improvements<br>

[2018-10-13] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/f7a2436ae8c271091cce399f1870bea6684ddb11)

## 1.0.5
* Under the hood performance improvements<br>

[2018-10-24] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/75dd821810dc6b82aa0b859b538ff871bf3aa038)

## 2.0.0
🚨 **MASSIVE UPDATE** 🚨
* Adding support for iOS 14<br>
* Adding support for Dark Mode<br>
* Redesigning both city list and location search<br>
* Minor bug fixes and improvements<br>

[2020-10-23] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/85b835ae8cbf60b041a86147c2b43a4b824cf6a2)

## 2.0.1
* Now the app can ask for ratings and reviews<br>
* Under the hood performance improvements<br>

[2020-10-29] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/f4a873bf0d74bf2167ded35f61b2a561e9b6fad0)

## 3.0.0
🚨 **MASSIVE UPDATE** 🚨
* Replace obsolete DarkSky with OpenWeather web API<br>
* New and clean user interface design<br>
* New app icon<br>
* New Widget support<br>
* Add support for iOS 17<br>
* Huge user experience improvements<br>
* Under the hood performance improvements<br>

[2023-12-13] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/65272f6c09cf78a6c30adca27266cf304adb0f03)

## 3.1.0
* Improve Hourly Forecast UI<br>
* Improve Widget location name scaling<br>
* Under the hood performance improvements<br>

[2023-12-17] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/45c888b9055011ed5fe6e4eb72d77ca8be4425d7)

## 3.2.0
* New Medium Widget family support<br>
* Under the hood performance improvements<br>

[2022-12-19] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/75c6e83750bababb14493b63ad0319e7d4c45268)

## 3.3.0
* New Lock Screen Widget family support<br>
* Under the hood performance improvements<br>

[2023-12-20] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/9e8c2f5b0f9fcd61ace05f2b15973d18bf8fea57)

## 3.3.1
* Redesign Lock Screen Rectangular Widget<br>
* Under the hood performance improvements<br>

[2023-12-21] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/1bbb06753f72b3dc9a994226fb2676ec68b2985e)

## 3.4.0
* Add new Information view<br>
* Under the hood performance improvements<br>

[2023-12-25] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/4978ec45bd3e9668120e8c39aed3e470c91f4e4d)

## 3.4.1
* Discover the app's new feature via Tips!<br>
* Under the hood performance improvements<br>

[2023-12-29] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/88bef9ed90d1c20480425ab5b1ffba1f2d8ffd94)

## 3.4.2
* Information view improvements<br>
* Under the hood performance improvements<br>

[2023-12-30] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/ff33b13b6d691757e22b6b93fc3d05228de6da1d)

## 3.4.3
* Add new Appearance setting view<br>
* Introduce new toolbar button design<br>
* Under the hood performance improvements<br>

[2024-01-02] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/df1ec084ea4be3ea4e5008f985e6d5ab98ad686a)

## 3.4.4
* Under the hood performance improvements<br>

[2024-02-02] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/a2479f498ad437e249308b669eb4fec6ffaddb59)

## 3.5.0
* Add Home card background motion animation<br>
* Improve Hourly chart mark design<br>
* Under the hood performance improvements<br>

[2024-02-05] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/76070c8ca40613c510f099a570fbc601355cd160)

## 3.5.4
* Add primary dark mode support<br>
* Under the hood performance improvements<br>

[2024-02-05] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/69468d207cdcf143f4cc4e5c7ef3103511a7bbc9)

## 3.5.5
* Under the hood performance improvements<br>

[2024-02-24] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/beef730ca9fbc2cc2abec3a83bcc86edf2946b18)

## 3.5.6
* Under the hood performance improvements<br>

[2024-03-11] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/135643280f4cb0f85b2a41797fec70e0cd927188)

## 3.5.7
* Add a new App Store Preview section in the Information scene<br>
* Under the hood performance improvements<br>

[2024-03-27] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/a055eff909eef8072021491aac26c6e4631eb8a9)

## 3.6.0
* Add a temperature at the locations list screen<br>
* Under the hood performance improvements<br>

[2024-03-27] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/d7736ee66bbe3a563f6ae606d10f34f6f34bd07f)

## 3.6.1
* Under the hood performance improvements<br>

[2024-05-04] |
[Full Changelog](https://github.com/pawelmilek/SwiftyForecast/commit/a2aa764dc1803c299737f66915fa54926f868bcf)
Loading

0 comments on commit 55c5dd3

Please sign in to comment.