Skip to content

Commit

Permalink
Macstodon 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsco committed Mar 23, 2023
1 parent 8c4b55a commit 1d59887
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion AuthWindows.py
100755 → 100644

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions CHANGELOG.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## CHANGELOG

### v1.0.1 (2023-03-22)

* Fixed a major bug that could corrupt the timeline state when removing a boost from a toot.
* Fixed the bookmark button on timeline/profiles toggling the favourite button when pressed.
* Fixed a typo in the error message when failing to favourite/unfavourite a toot.
* Updated Macstodon's default memory requirements to 4 MB minimum, 16 MB preferred

### v1.0 (2023-03-20)

* Implemented support for profiles! Click on a user's profile picture to bring up their profile in a new window.
Expand Down
2 changes: 1 addition & 1 deletion Macstodon.py
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Macstodon.rsrc.sit.hqx
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion MacstodonConstants.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""Macstodon - a Mastodon client for classic Mac OSMIT LicenseCopyright (c) 2022-2023 Scott Small and ContributorsPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associateddocumentation files (the "Software"), to deal in the Software without restriction, including without limitation therights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permitpersons 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 theSoftware.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THEWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS ORCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OROTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."""# ########## Constants# #########DEBUG = 0VERSION = "1.0"
"""Macstodon - a Mastodon client for classic Mac OSMIT LicenseCopyright (c) 2022-2023 Scott Small and ContributorsPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associateddocumentation files (the "Software"), to deal in the Software without restriction, including without limitation therights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permitpersons 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 theSoftware.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THEWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS ORCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OROTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."""# ########## Constants# #########DEBUG = 0VERSION = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion MacstodonHelpers.py
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ProfileWindow.py
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Macstodon is an app written in MacPython 1.5.2 for Classic Mac OS that lets you
System Requirements are:

* A 68k Macintosh with a 68020, 68030, or 68040 processor, or, any Power Macintosh
* At least 1.5 MB of free memory (4 MB to view avatars, 8 MB to view banners)
* At least 4 MB of free memory (8-16 MB strongly recommended)
* System 7.1 to Mac OS 9.2.2
* 32-bit addressing enabled
* Internet Config installed if you are running Mac OS 8.1 or earlier
Expand Down
2 changes: 1 addition & 1 deletion TimelineWindow.py
100755 → 100644

Large diffs are not rendered by default.

0 comments on commit 1d59887

Please sign in to comment.