Skip to content

Commit

Permalink
Removed BGPIC and DISPLAY, and therefore requirement for Plananarama …
Browse files Browse the repository at this point in the history
…plugin

- These were not used eventually anyway, so they can be safely removed
- Removing them takes away the RTG requirement, so we don't need Plananarama either
- Bumped version to 1.3
  • Loading branch information
midwan committed Nov 20, 2023
1 parent 3fbb0e8 commit eb1144f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/Amidon.hws
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
** Name: Amidon **
** Description: a Mastodon client for AmigaOS **
** Author: Dimitris Panokostas **
** Version: 1.2 **
** Version: 1.3 **
** Date: 2023-05-13 **
** Interpreter: Hollywood 9.1+ **
** **
Expand All @@ -28,7 +28,7 @@
*/

; Constants
Const #ABOUTMSG = "Amidon - a Mastodon client for AmigaOS\nCopyright (C) 2023 Dimitris Panokostas\n"
Const #ABOUTMSG = "Amidon v1.3 - a Mastodon client for AmigaOS\nCopyright (C) 2023 Dimitris Panokostas\n"
Const #DEBUG = False ; Set this to True to get DEBUG output

@VERSION 9,1
Expand All @@ -39,13 +39,11 @@ Const #DEBUG = False ; Set this to True to get DEBUG output
** Information about this app
*/
@APPTITLE "Amidon"
@APPVERSION "$VER: Amidon 1.2 (2023-05-13)"
@APPVERSION "$VER: Amidon 1.3 (2023-11-20)"
@APPCOPYRIGHT "(C) Copyright 2023 by Dimitris Panokostas"
@APPAUTHOR "Dimitris Panokostas"
@APPDESCRIPTION "A Mastodon client for AmigaOS"

@BGPIC 1, "assets/Amidon_logo.png"

/*
** Button and list view images
*/
Expand All @@ -71,7 +69,6 @@ Const #DEBUG = False ; Set this to True to get DEBUG output
@FILE 7, "gui/HtmlView.xml"
@FILE 8, "gui/SelectVisibility.xml"

@DISPLAY {Title = "Amidon", Sizeable = True, Layers = True}
@INCLUDE "Amidon.Domain.hws"
@INCLUDE "Amidon.Settings.hws"
@INCLUDE "Amidon.UI.hws"
Expand Down

0 comments on commit eb1144f

Please sign in to comment.