Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
## Version 1.5.0
Browse files Browse the repository at this point in the history
- Updated LICENSE file in `repo` as well as in the `zip` file.
- Updated README.
    + Minimum Requirements updated.
    + Installation instructions have been updated.
    + Upgrading instructions have been updated.
    + Whole new section on updating your timezone in the `fix_timezone.sh` file. Not sure how anyone was able to modify this without instructions.
    + Request help added with link to Github.
- New template created in the `fix_timezone.sh` to help users edit the script.
- New CREDITS file created.
- New CHANGELOG file created.
- Changed version numbers to cater for minor updates.
  • Loading branch information
justinhartman committed Jun 20, 2017
1 parent eccbac2 commit d8f2033
Show file tree
Hide file tree
Showing 12 changed files with 4,927 additions and 978 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,36 @@
# Release Notes
<!-- MarkdownTOC -->

- [Version 1.5.0](#version-150)
- [Version 1.4.0](#version-140)
- [Version 1.3.0](#version-130)
- [Version 1.2.0](#version-120)
- [Version 1.1.0](#version-110)

<!-- /MarkdownTOC -->

## Version 1.4.0
## Version 1.5.0
- Updated LICENSE file in `repo` as well as in the `zip` file.
- Updated README.
+ Minimum Requirements updated.
+ Installation instructions have been updated.
+ Upgrading instructions have been updated.
+ Whole new section on updating your timezone in the `fix_timezone.sh` file. Not sure how anyone was able to modify this without instructions.
+ Request help added with link to Github.
- New template created in the `fix_timezone.sh` to help users edit the script.
- New CREDITS file created.
- New CHANGELOG file created.
- Changed version numbers to cater for minor updates.

## Version 1.4.0
- The original script in version 1.3 and below was setup to run off my server. I have now cleaned this up and made it a little more intuitive for Github. Overall it's much simpler to install it now (no having to download files etc.)

## Version 1.3.0

- Source: Migrated the source code of the original project hosted on my site on Github.
- Fixed: Paths to my server have been changed to paths to Github now.
- Removed: There was a Firefox plugin I created many years ago that ended up in the original commit. This has been removed.

## Version 1.2.0

- Fixed = iCal bug message saying "no data was added to iCal" thanks to Jon Milan.
- Added = London timezone support thanks to Ryan Hunt.
- Added = West Coast USA timezone support thanks to Ryan Hunt.
Expand All @@ -29,5 +40,4 @@
- Tests = Now confirmed to work on all Apple computers.

## Version 1.1.0

- First release with South African timezone support.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.

3. Protecting Users' Legal Rights From Anti-Circumvention Law.
Expand Down Expand Up @@ -673,4 +673,4 @@ into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
283 changes: 188 additions & 95 deletions README.md

Large diffs are not rendered by default.

Binary file modified icalfix_install.zip
Binary file not shown.
Loading

0 comments on commit d8f2033

Please sign in to comment.