Skip to content

Commit 1d59887

Browse files
committed
Macstodon 1.0.1
1 parent 8c4b55a commit 1d59887

9 files changed

+15
-8
lines changed

AuthWindows.py

100755100644
+1-1
Large diffs are not rendered by default.

CHANGELOG.md

100755100644
+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## CHANGELOG
22

3+
### v1.0.1 (2023-03-22)
4+
5+
* Fixed a major bug that could corrupt the timeline state when removing a boost from a toot.
6+
* Fixed the bookmark button on timeline/profiles toggling the favourite button when pressed.
7+
* Fixed a typo in the error message when failing to favourite/unfavourite a toot.
8+
* Updated Macstodon's default memory requirements to 4 MB minimum, 16 MB preferred
9+
310
### v1.0 (2023-03-20)
411

512
* Implemented support for profiles! Click on a user's profile picture to bring up their profile in a new window.

Macstodon.py

100755100644
+1-1
Large diffs are not rendered by default.

Macstodon.rsrc.sit.hqx

100755100644
+1-1
Large diffs are not rendered by default.

MacstodonConstants.py

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +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"
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.1"

MacstodonHelpers.py

100755100644
+1-1
Large diffs are not rendered by default.

ProfileWindow.py

100755100644
+1-1
Large diffs are not rendered by default.

README.md

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Macstodon is an app written in MacPython 1.5.2 for Classic Mac OS that lets you
77
System Requirements are:
88

99
* A 68k Macintosh with a 68020, 68030, or 68040 processor, or, any Power Macintosh
10-
* At least 1.5 MB of free memory (4 MB to view avatars, 8 MB to view banners)
10+
* At least 4 MB of free memory (8-16 MB strongly recommended)
1111
* System 7.1 to Mac OS 9.2.2
1212
* 32-bit addressing enabled
1313
* Internet Config installed if you are running Mac OS 8.1 or earlier

TimelineWindow.py

100755100644
+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)