# HG changeset patch # User Dennis # Date 1691778812 0 # Node ID d7878ac18e3f08802acd7e12f65fce108d348b4f # Parent fd04c445482ab51118c184409679adf7386ba0ee Change info files diff -r fd04c445482a -r d7878ac18e3f .github/ISSUE_TEMPLATE/bug_report.md --- a/.github/ISSUE_TEMPLATE/bug_report.md Thu Jan 06 12:09:12 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff -r fd04c445482a -r d7878ac18e3f .github/ISSUE_TEMPLATE/feature_request.md --- a/.github/ISSUE_TEMPLATE/feature_request.md Thu Jan 06 12:09:12 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff -r fd04c445482a -r d7878ac18e3f CHANGELOG.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CHANGELOG.md Fri Aug 11 18:33:32 2023 +0000 @@ -0,0 +1,46 @@ + +# Table of Contents + +1. [2021-07-16 -> Version 1.0](#org27ead85) +2. [2021-07-26 -> Version 1.1](#orgd72a722) +3. [2021-07-27 -> Version 1.2](#org03ec77d) +4. [2021-07-29 -> Version 1.2.1](#org766b08e) +5. [2021-08-05 -> Version 1.3](#org5cc4ed6) +6. [2021-08-17 -> Version 1.3.1](#org37eae5c) +7. [2021-12-24 -> v2.0.0](#orge0898df) + + + + +# 2021-07-16 -> Version 1.0 + + + + +# 2021-07-26 -> Version 1.1 + + + + +# 2021-07-27 -> Version 1.2 + + + + +# 2021-07-29 -> Version 1.2.1 + + + + +# 2021-08-05 -> Version 1.3 + + + + +# 2021-08-17 -> Version 1.3.1 + + + + +# 2021-12-24 -> v2.0.0 + diff -r fd04c445482a -r d7878ac18e3f LICENSE.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE.md Fri Aug 11 18:33:32 2023 +0000 @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2023 Dennis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff -r fd04c445482a -r d7878ac18e3f README.md --- a/README.md Thu Jan 06 12:09:12 2022 +0000 +++ b/README.md Fri Aug 11 18:33:32 2023 +0000 @@ -1,1 +1,11 @@ -# Simoleon \ No newline at end of file + +# simoleon + +A currency converter app for iOS written in SwiftUI. + +- Docs: +- Main repo on SourceHut: + - Mirrors: + - Github: + - Gitlab: +